CVE Vulnerabilities

CVE-2025-49189

Sensitive Cookie Without 'HttpOnly' Flag

Published: Jun 12, 2025 | Modified: Jun 12, 2025
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

The HttpOnlyflag of the session cookie @@ is set to false. Since this flag helps preventing access to cookies via client-side scripts, setting the flag to false can lead to a higher possibility of Cross-Side-Scripting attacks which target the stored cookies.

Weakness

The product uses a cookie to store sensitive information, but the cookie is not marked with the HttpOnly flag.

Potential Mitigations

References