Lucene search
+L

750 matches found

EUVD
EUVD
added 3 days ago8 views

EUVD-2026-57205

Admidio is an open-source user management solution. modules/registration.php mode sendlogin regenerates a random password for useruuidassigned, stores its bcrypt hash in admusers.usrpassword, and emails the cleartext to that user. Every other state-changing mode in the same file assignmember,...

5.2CVSS5.3AI score0.00108EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/06 7:33 a.m.12 views

CVE-2025-13394

The Ajax processor within the Carbon console fails to adequately protect state-changing operations from Cross-Site Request Forgery CSRF attacks. Specifically, it utilizes the HTTP GET method for these operations, and while the SameSite=Lax cookie attribute is employed for mitigation, this mechani...

5.4CVSS5.5AI score0.00097EPSS
SaveExploits0References2Affected Software47
EUVD
EUVD
added 2026/08/06 7:33 a.m.10 views

EUVD-2025-210631

The Ajax processor within the Carbon console fails to adequately protect state-changing operations from Cross-Site Request Forgery CSRF attacks. Specifically, it utilizes the HTTP GET method for these operations, and while the SameSite=Lax cookie attribute is employed for mitigation, this mechani...

5.4CVSS5.5AI score0.00097EPSS
SaveExploits0References1
Veracode
Veracode
added 2026/08/05 9:55 a.m.8 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.00167EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/03 7:30 p.m.4 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.00167EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/08/03 7:30 p.m.22 views

EUVD-2026-50416

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

4.8CVSS7.2AI score0.00167EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/07/31 12:0 a.m.24 views

PT-2026-66749

A Cross-Site Request Forgery CSRF vulnerability has been identified in multiple PHP Jabbers scripts. The lack of CSRF tokens or appropriate SameSite attributes allows an attacker to send unauthorized requests in the context of an authenticated user, leading to unauthorized administrative actions,...

6.9CVSS5.4AI score0.00166EPSS
SaveExploits0References3
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/30 5:10 p.m.6 views

Security Bulletin: Multiple security vulnerabilities in IBM Business Automation Manager Open Editions

Summary In addition to many updates of operating system level packages, the following security vulnerabilities are addressed in IBM Business Automation Manager Open Editions 9.5.1 Vulnerability Details CVEID:CVE-2026-11525 DESCRIPTION: Impact: When undici parses a Set-Cookie header, it accepts an...

8.7CVSS7.9AI score0.00789EPSS
SaveExploits1Affected Software1
SUSE CVE
SUSE CVE
added 2026/07/30 4:44 p.m.7 views

SUSE CVE-2026-47725

nebula-mesh is a self-hosted control plane for Slack Nebula mesh virtual private network. Prior to version 0.3.3, every /ui/ POST / PUT / PATCH / DELETE route processes the request as soon as the session cookie validates. SameSite=Lax on the session cookie prevents most cross-site form submits bu...

6.9CVSS7.4AI score0.00154EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/29 4:45 p.m.35 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.00167EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/29 4:45 p.m.8 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.00167EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/29 4:45 p.m.8 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.00167EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/29 12:0 a.m.13 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.00167EPSS
SaveExploits0References13
CVE
CVE
added 2026/07/28 6:47 p.m.64 views

CVE-2026-48058

Summary of CVE-2026-48058 (nebula-mesh) nebula-mesh (Slack Nebula mesh control plane) versions prior to 0.3.2 expose a cookie security flaw: internal/web/session.go and internal/web/oidc.go set HttpOnly and SameSite=Lax on cookies but omit the Secure attribute. A plaintext HTTP request to the ori...

8.2CVSS5.8AI score0.00193EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/24 2:14 a.m.10 views

SUSE CVE-2026-63771

Adminer before 5.4.3 contains a cookie injection vulnerability that allows attackers to manipulate cookie attributes by injecting arbitrary values through the unsanitized X-Forwarded-Prefix HTTP header used in Set-Cookie path attributes. Attackers can exploit a misconfigured reverse proxy to...

7.1CVSS5.9AI score0.00243EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/20 7:17 p.m.10 views

CVE-2026-63771

Adminer before 5.4.3 contains a cookie injection vulnerability that allows attackers to manipulate cookie attributes by injecting arbitrary values through the unsanitized X-Forwarded-Prefix HTTP header used in Set-Cookie path attributes. Attackers can exploit a misconfigured reverse proxy to...

7.1CVSS0.00243EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/20 7:17 p.m.7 views

DEBIAN-CVE-2026-63771

Adminer before 5.4.3 contains a cookie injection vulnerability that allows attackers to manipulate cookie attributes by injecting arbitrary values through the unsanitized X-Forwarded-Prefix HTTP header used in Set-Cookie path attributes. Attackers can exploit a misconfigured reverse proxy to...

6CVSS5.5AI score0.00243EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/20 6:57 p.m.9 views

CVE-2026-63771

Adminer before 5.4.3 contains a cookie injection vulnerability that allows attackers to manipulate cookie attributes by injecting arbitrary values through the unsanitized X-Forwarded-Prefix HTTP header used in Set-Cookie path attributes. Attackers can exploit a misconfigured reverse proxy to...

7.1CVSS5.5AI score0.00243EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/20 6:57 p.m.37 views

CVE-2026-63771 Adminer < 5.4.3 Cookie Injection via X-Forwarded-Prefix Header

Adminer before 5.4.3 contains a cookie injection vulnerability that allows attackers to manipulate cookie attributes by injecting arbitrary values through the unsanitized X-Forwarded-Prefix HTTP header used in Set-Cookie path attributes. Attackers can exploit a misconfigured reverse proxy to...

7.1CVSS0.00243EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/20 6:57 p.m.23 views

CVE-2026-63771

CVE-2026-63771 affects Adminer prior to 5.4.3. The issue is a cookie injection vulnerability where an unsanitized X-Forwarded-Prefix header can be reflected into Set-Cookie path attributes, allowing an attacker to manipulate cookie attributes. With a misconfigured reverse proxy, this can downgrad...

7.1CVSS5.6AI score0.00243EPSS
SaveExploits0References4
Rows per page
Query Builder