CVE-2025-22493
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 · uneditedSecure flag not set and SameSIte was set to Lax in the Foreseer Reporting Software (FRS). Absence of this secure flag could lead into the session cookie being transmitted over unencrypted HTTP connections. This security issue has been resolved in the latest version of FRS v1.5.100.
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 · high confidenceThe Foreseer Reporting Software (FRS) session cookie is missing the Secure flag, allowing transmission over unencrypted HTTP connections. Additionally, the SameSite attribute is set to 'Lax' instead of a stricter value, which could enable the cookie to be sent in certain cross-site request scenarios, potentially leading to session hijacking.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
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
- Local
- Complexity
- Low
- Privileges
- High
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- High
- Availability
- Low
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:L
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.
-
Identify Foreseer Reporting Software versionLocate the FRS installation directory and check the version file, or use the software's built-in 'About' or version check command. Common locations include the installation folder or the application's admin interface.Affected if Version is below 1.5.100 (the patched release)
-
Capture the session cookie from FRSLog into the FRS application and use browser developer tools (Application/Storage tab) or a proxy tool to capture the session cookie. Note the cookie name and its attributes.Affected if A session cookie exists and is being set by the FRS application.
-
Inspect the Secure flag on the session cookieExamine the cookie details in browser dev tools or proxy output. Look for the 'Secure' attribute in the Set-Cookie header or cookie properties.Affected if The Secure flag is absent or not set to true on the session cookie.
-
Inspect the SameSite attribute on the session cookieExamine the SameSite value in the cookie properties or Set-Cookie header.Affected if SameSite is set to 'Lax' or is missing/undefined instead of 'Strict'.
-
Verify if HTTP access is enabledCheck the FRS web server configuration or application settings to determine if unencrypted HTTP connections on port 80 are permitted.Affected if HTTP access is enabled, making the missing Secure flag exploitable for session hijacking over unencrypted connections.
The environment is affected if FRS version is below 1.5.100 and the session cookie lacks the Secure flag or has SameSite set to Lax, especially if HTTP access is enabled.
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 · scopedUpgrade to FRS v1.5.100 or later where the Secure flag is properly set on the session cookie and SameSite is configured appropriately. If immediate patching is not possible, configure the web server or application to add Secure=true and SameSite=Strict to session cookies.
FRS v1.5.100
- Obtain Foreseer Reporting Software v1.5.100 from official Eaton sources
- Backup the current FRS configuration and database
- Deploy FRS v1.5.100 following standard upgrade procedures
- Verify the Secure flag is now set on session cookies and SameSite attribute is configured appropriately
- Confirm HTTPS is enforced for all authentication and session traffic
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation3.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,272.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-22493 — 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-2025-22493 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