CVE-2026-2404
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 · uneditedCWE-116 Improper Encoding or Escaping of Output vulnerability exists that could cause log injection and forged log when an attacker alters the POST /j_security check request payload.
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 confidenceA CWE-116 Improper Encoding or Escaping of Output vulnerability in the POST /j_security check endpoint allows attackers to inject arbitrary content into logs by manipulating the request payload. The application fails to properly encode or escape output before writing to logs, enabling log injection and forged log entries.
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< 1.5CVSS 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
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/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 checksWork through these to decide whether this CVE applies to you.
-
Confirm Powerchute Serial Shutdown is installedLocate the Powerchute Serial Shutdown application on the system. Check installed programs on Windows or look for the application directory on the operating system where it was deployed.Affected if The application is not installed on the system.
-
Identify the installed versionOpen Powerchute Serial Shutdown and navigate to Help > About, or check the application's version information in the Windows Add/Remove Programs panel, or inspect the version metadata in the installation directory.Affected if The installed version is any version prior to 1.5 (for example, 1.4.x, 1.3.x, or earlier).
-
Verify the web interface is accessibleAttempt to reach the Powerchute web interface by opening a browser and navigating to the default HTTPS port (typically port 6547) on the host where Powerchute is running, such as https://localhost:6547 or https://<device_ip>:6547.Affected if The web interface is not accessible or the service is not running.
-
Confirm the j_security_check endpoint existsSend a POST request to the /j_security_check endpoint on the web interface using a tool like curl: curl -k -X POST https://<host>:6547/j_security_check -d "j_username=test&j_password=test"Affected if The endpoint responds (indicating it exists and is reachable).
-
Check for log injection test responseSend a POST request to /j_security_check with newline characters in the j_username parameter (for example, j_username=test%0aInjectedLogEntry) and examine the application logs for any unencoded output.Affected if Log files show the injected content without encoding or escaping of the newline characters.
The environment is affected if Powerchute Serial Shutdown version 1.5 or higher is NOT installed AND the web interface with the /j_security_check endpoint is accessible.
Generated from the published advisory. Verify against your own configuration.
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.
dbcve · scoped1.5
Implement proper output encoding/escaping for all data written to logs, particularly authentication-related data from the j_security check endpoint. Use structured logging or log sanitization functions to prevent log injection.
Powerchute Serial Shutdown version 1.5
- 1. Identify all systems running Powerchute Serial Shutdown versions prior to 1.5
- 2. Download the Powerchute Serial Shutdown version 1.5 from the official Schneider Electric download portal (download.schneider-electric.com)
- 3. Review the Schneider Electric release notes and installation documentation for version 1.5
- 4. Create a backup of current configuration and data
- 5. Uninstall the current version of Powerchute Serial Shutdown
- 6. Install version 1.5 following the vendor's installation guide
- 7. Restore the configuration if needed
- 8. Verify the application is running correctly and test the /j_security check functionality
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA2.0 h
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 locallyCheck whether your project pulls in CVE-2026-2404 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-2404 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
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.
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.
- 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