9.8 CVE-2025-26844

 

An issue was discovered in Znuny through 7.1.3. A cookie is set without the HttpOnly flag.
https://nvd.nist.gov/vuln/detail/CVE-2025-26844

Categories

CWE-1004 : Sensitive Cookie Without 'HttpOnly' Flag
The HttpOnly flag directs compatible browsers to prevent client-side script from accessing cookies. Including the HttpOnly flag in the Set-Cookie HTTP response header helps mitigate the risk associated with Cross-Site Scripting (XSS) where an attacker's script code might attempt to read the contents of a cookie and exfiltrate information obtained. When set, browsers that support the flag will not reveal the contents of the cookie to a third party via client-side script executed via XSS.

References


 

CPE

cpe start end
Configuration 1
cpe:2.3:a:znuny:znuny:*:*:*:*:-:*:*:* <= 7.1.3


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
No known exploits


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
No entry