Lucene search
+L

946 matches found

Positive Technologies
Positive Technologies
•added 2026/08/31 12:00 a.m.•15 views

PT-2026-83808

A security vulnerability has been detected in sambitraj Student-Management-System up to 56ba287f2e9031523ccb4244cb6e3fe530e4e5d5. The impacted element is the function session start. Such manipulation leads to cookie without 'httponly' flag. The attack may be launched remotely. A high complexity...

6.3CVSS5.2AI score0.00463EPSS
SaveExploits0References6
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•11 views

Astra Linux – Vulnerability in Ceph

A flaw was discovered in Red Hat Ceph Storage 4, within the Dashboard component. In response to CVE-2020-27839, the JWT token was moved from localStorage to an httpOnly cookie. However, token cookies are used in the body of the HTTP response for documentation purposes, which again exposes them to...

6.1CVSS6.7AI score0.017EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
•added 2026/08/14 7:25 p.m.•18 views

OpenAM Insecure SSO Cookie Initialization

Summary Description An Insecure Default Initialization of Resource CWE-1188 issue in the OpenAM default configuration ships the iPlanetDirectoryPro SSO cookie with HttpOnly=false. Also, the iPlanetDirectoryPro SSO cookie is used as a CSRF token in OAuth/OIDC flows. This affects OpenAM Community...

7.4CVSS5.3AI score0.00409EPSS
SaveExploits0References3Affected Software1
OSV
OSV
•added 2026/08/14 7:25 p.m.•16 views

GHSA-FPMH-VX4H-XC33 OpenAM Insecure SSO Cookie Initialization

Summary Description An Insecure Default Initialization of Resource CWE-1188 issue in the OpenAM default configuration ships the iPlanetDirectoryPro SSO cookie with HttpOnly=false. Also, the iPlanetDirectoryPro SSO cookie is used as a CSRF token in OAuth/OIDC flows. This affects OpenAM Community...

7CVSS5.4AI score0.00409EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/08/14 12:00 a.m.•18 views

PT-2026-75964

Summary Description An Insecure Default Initialization of Resource CWE-1188 issue in the OpenAM default configuration ships the iPlanetDirectoryPro SSO cookie with HttpOnly=false. Also, the iPlanetDirectoryPro SSO cookie is used as a CSRF token in OAuth/OIDC flows. This affects OpenAM Community...

7CVSS5.4AI score
SaveExploits0References4
OSV
OSV
•added 2026/08/13 2:12 p.m.•10 views

GHSA-VQFP-P66C-XRP9 ep_etherpad-lite: Device-to-device author-token transfer endpoint is replayable, never expires, and exposes the cleartext author token

Etherpad's device-to-device author-token transfer endpoint is replayable, never expires, and exposes the cleartext author token in the GET response body Description Etherpad ships an endpoint pair under /tokenTransfer src/node/hooks/express/tokenTransfer.ts that lets a logged-in user move their...

6.8CVSS5.9AI score0.00439EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/08/13 12:00 a.m.•21 views

PT-2026-76574

Name of the Vulnerable Software and Affected Versions Etherpad versions 2.6.0 through 3.0.0 Description An issue exists in the device-to-device author-token transfer mechanism. The system uses the POST /tokenTransfer endpoint to store an author token and exposes it via the GET /tokenTransfer/uuid...

6.8CVSS5.2AI score0.00439EPSS
SaveExploits0References10
F5 Networks
F5 Networks
•added 2026/08/12 4:18 p.m.•24 views

K000162890: Netty vulnerability CVE-2015-2156

Security Advisory Description Netty before 3.9.8.Final, 3.10.x before 3.10.3.Final, 4.0.x before 4.0.28.Final, and 4.1.x before 4.1.0.Beta5 and Play Framework 2.x before 2.3.9 might allow remote attackers to bypass the httpOnly flag on cookies and obtain sensitive information by leveraging improp...

7.5CVSS7.4AI score0.05222EPSS
SaveExploits0
Veracode
Veracode
•added 2026/08/05 9:55 a.m.•16 views

Cookie Attribute Injection

undici is vulnerable to cookie attribute injection. The vulnerability is due to insufficient sanitization of cookie domain and unparsed values in setCookie, allowing attacker-controlled input to inject or override cookie attributes such as SameSite, Secure, and HttpOnly, potentially weakening...

6.5CVSS7.1AI score0.00191EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2026/08/03 7:30 p.m.•16 views

GHSA-V3R7-H72X-CJCM undici vulnerable to cookie attribute injection via unsanitized domain and unparsed setCookie fields

Impact The setCookie function has two attribute injection paths. validateCookieDomain does not reject semicolons validateCookiePath already does at 0x3B, so a domain value like example.com; SameSite=None lands verbatim as Domain=example.com; SameSite=None. The unparsed array's loop only checks ea...

4.8CVSS7.2AI score0.00191EPSS
SaveExploits0References10
EUVD
EUVD
•added 2026/08/03 7:30 p.m.•27 views

EUVD-2026-50416

undici vulnerable to cookie attribute injection via unsanitized domain and unparsed setCookie fields...

4.8CVSS7.2AI score0.00191EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
•added 2026/07/30 4:57 p.m.•10 views

SUSE CVE-2026-34403

Nginx UI is a web user interface for the Nginx web server. Prior to version 2.3.5, all WebSocket endpoints in nginx-ui use a gorilla/websocket Upgrader with CheckOrigin unconditionally returning true, allowing Cross-Site WebSocket Hijacking CSWSH. Combined with the fact that authentication tokens...

8.1CVSS7.6AI score0.00221EPSS
SaveExploits1References2
Snyk
Snyk
•added 2026/07/29 7:44 p.m.•6 views

Improper Neutralization

Overview org.webjars.npm:undici is an An HTTP/1.1 client, written from scratch for Node.js Affected versions of this package are vulnerable to Improper Neutralization via unsanitized domain handling and unparsed attribute serialization in lib/web/cookies/util.js. An attacker can inject or overrid...

6.5CVSS7.3AI score0.00191EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/07/29 4:45 p.m.•50 views

CVE-2026-16729 undici vulnerable to cookie attribute injection via unsanitized domain and unparsed setCookie fields

undici's setCookie function does not fully sanitize cookie attributes. In undici before 6.28.0, from 7.0.0 up to before 7.29.0, and from 8.0.0 up to before 8.9.0, a domain value is not checked for semicolons and entries in the unparsed array are not sanitized, so attacker-influenced input can...

4.8CVSS0.00191EPSS
SaveExploits0References2
attackerkb
attackerkb
•added 2026/07/29 4:45 p.m.•14 views

CVE-2026-16729

undici's setCookie function does not fully sanitize cookie attributes. In undici before 6.28.0, from 7.0.0 up to before 7.29.0, and from 8.0.0 up to before 8.9.0, a domain value is not checked for semicolons and entries in the unparsed array are not sanitized, so attacker-influenced input can...

4.8CVSS5.8AI score0.00191EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
•added 2026/07/29 4:45 p.m.•12 views

CVE-2026-16729 undici vulnerable to cookie attribute injection via unsanitized domain and unparsed setCookie fields

undici's setCookie function does not fully sanitize cookie attributes. In undici before 6.28.0, from 7.0.0 up to before 7.29.0, and from 8.0.0 up to before 8.9.0, a domain value is not checked for semicolons and entries in the unparsed array are not sanitized, so attacker-influenced input can...

4.8CVSS5.8AI score0.00191EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2026/07/29 12:00 a.m.•17 views

PT-2026-65852

Name of the Vulnerable Software and Affected Versions undici versions prior to 6.28.0 undici versions 7.0.0 through 7.28.9 undici versions 8.0.0 through 8.8.9 Description The setCookie function fails to fully sanitize cookie attributes. Specifically, the domain value is not checked for semicolons...

4.8CVSS7.2AI score0.00191EPSS
SaveExploits0References13
OSV
OSV
•added 2026/07/10 4:05 p.m.•10 views

GHSA-JXJ7-G6GM-49J7 tarteaucitron: data-cookie attribute can be used to delete arbitrary cookies

Summary tarteaucitron provides a list of cookies and buttons to delete them. If an attacker can write HTML with data attributes, they could create an element that silently deletes a cookie when clicked and trick a user to delete this cookie. Details tarteaucitron.cookie.purge is called on any...

4.3CVSS6.1AI score0.00354EPSS
SaveExploits0References2
OSV
OSV
•added 2026/07/07 10:17 a.m.•15 views

PYSEC-2026-885 nsupdate.info has Sensitive Cookie Without 'HttpOnly' Flag

A vulnerability classified as problematic has been found in nsupdate.info. This affects an unknown part of the file src/nsupdate/settings/base.py of the component CSRF Cookie Handler. The manipulation of the argument CSRFCOOKIEHTTPONLY leads to cookie without httponly flag. It is possible to...

5.3CVSS4.9AI score0.00617EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/07/06 10:16 a.m.•15 views

EUVD-2025-210428

The software accepts user-supplied input via a URL parameter without adequate output encoding before reflecting it back to the user's browser. This condition allows an attacker to inject malicious script content into pages served by the application. By leveraging this weakness, an attacker can...

6.1CVSS6AI score0.00253EPSS
SaveExploits0References1
Rows per page
Query Builder