Lp 9200ps2 FirmwareOperating system · Epson

CVE-2023-27520

MEDIUM · 6.5 CVSS v3.1 Published 2023-04-11
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
72/100
Remediation priority · Elevated
Remotely reachable No privileges

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Cross-site request forgery (CSRF) vulnerability in SEIKO EPSON printers/network interface Web Config allows a remote unauthenticated attacker to hijack the authentication and perform unintended operations by having a logged-in user view a malicious page. [Note] Web Config is the software that allows users to check the status and change the settings of SEIKO EPSON printers/network interface via a web browser. According to SEIKO EPSON CORPORATION, it is also called as Remote Manager in some products. Web Config is pre-installed in some printers/network interface provided by SEIKO EPSON CORPORATION. For the details of the affected product names/model numbers, refer to the information provided by the vendor.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

Cross-site request forgery (CSRF) vulnerability in SEIKO EPSON's Web Config interface (also called Remote Manager) allows a remote unauthenticated attacker to hijack an authenticated user's session. By tricking a logged-in user into visiting a malicious webpage, the attacker can send unintended requests to the Web Config interface and perform unauthorized operations on the printer or network device.

MitigationImplement anti-CSRF tokens or SameSite cookie attributes on all state-changing operations within Web Config to validate request authenticity. Coordinate with SEIKO EPSON for device-specific firmware updates and vendor-provided security patches.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Lp 9200ps2 FirmwareOperating system
Affected:all versions
Lp 9200ps3 FirmwareOperating system
Affected:all versions
Lp 8200c FirmwareOperating system
Affected:all versions
Lp 9600 FirmwareOperating system
Affected:all versions
Lp 9600s FirmwareOperating system
Affected:all versions
Lp 9300 FirmwareOperating system
Affected:all versions
Lp 8500c FirmwareOperating system
Affected:all versions
Lp 8700ps3 FirmwareOperating system
Affected:all versions

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify the printer model
    Access the printer's control panel or check the device label to confirm the exact model number (e.g., Lp 9200ps2, Lp 8200c, Lp 9600, etc.) and verify it matches one of the affected models in the CVE list
    Affected if The model is any of: Lp 9200ps2, Lp 9200ps3, Lp 8200c, Lp 9600, Lp 9600s, Lp 9300, Lp 8500c, or Lp 8700ps3
  2. Verify Web Config interface is enabled
    Access the printer's network settings or administration panel and check whether the Web Config (also called Remote Manager) web interface is turned on or accessible via HTTP/HTTPS
    Affected if Web Config/Remote Manager interface is enabled and accessible on the network
  3. Check if the device is accessible without authentication
    Attempt to access the Web Config login page by entering the printer's IP address in a web browser; note whether the login page loads without requiring prior authentication
    Affected if The Web Config login page loads without requiring any existing session or credentials
  4. Inspect HTTP responses for CSRF protection
    Log into Web Config using a valid account, then use browser developer tools or a proxy to capture HTTP responses when performing a state-changing action (such as changing network settings); examine whether the request includes anti-CSRF tokens or if cookies contain SameSite attributes
    Affected if State-changing requests lack anti-CSRF tokens in request parameters and cookies do not have SameSite=Strict or SameSite=Lax attributes
  5. Confirm active user sessions exist
    Check if any users have active sessions logged into the Web Config interface, or review access logs for recent authenticated sessions
    Affected if Users have active authenticated sessions in Web Config, as the CSRF attack requires a logged-in user to unknowingly trigger the malicious request

If the device model is one of the eight affected Epson models and the Web Config interface is enabled, the device is vulnerable to CSRF attacks that can hijack authenticated user sessions.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Implement anti-CSRF tokens or SameSite cookie attributes on all state-changing operations within Web Config to validate request authenticity. Coordinate with SEIKO EPSON for device-specific firmware updates and vendor-provided security patches.

Fix this in Lp 9200ps2 Firmware Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing4.0 h
  • Review / QA2.0 h
18.0 hours of engineering $3,200
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2023-27520 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2023-27520 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data