Lucene search
+L

37775 matches found

Ubuntu
Ubuntu
added 2026/07/20 7:3 p.m.9 views

USN-8571-1: Apache HTTP Server vulnerabilities

Pavel Kohout and Arkadi Vainbrand discovered that Apache HTTP Server incorrectly handled certain memory operations in modauthnsocache. A remote attacker could possibly use this issue to cause a denial of service. CVE-2026-33007 Haruki Oyama, Merih Mengisteab, and Dawit Jeong discovered that Apach...

9.8CVSS7.2AI score0.27984EPSS
SaveExploits8
Vulnrichment
Vulnrichment
added 2026/07/20 7:2 p.m.7 views

CVE-2026-63770 Glance 0.8.5 IP Spoofing Authentication Brute-Force Protection Bypass

Glance through 0.8.5 contains an IP address spoofing vulnerability in the authentication handler that allows unauthenticated attackers to bypass brute-force lockout protections by supplying arbitrary values in the X-Forwarded-For request header when the server proxied option is enabled. Attackers...

8.2CVSS5.6AI score0.00197EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/20 7:2 p.m.36 views

CVE-2026-63770 Glance 0.8.5 IP Spoofing Authentication Brute-Force Protection Bypass

Glance through 0.8.5 contains an IP address spoofing vulnerability in the authentication handler that allows unauthenticated attackers to bypass brute-force lockout protections by supplying arbitrary values in the X-Forwarded-For request header when the server proxied option is enabled. Attackers...

8.2CVSS0.00197EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/20 6:57 p.m.11 views

Tornado: Quadratic DoS via Crafted Multipart Parameters

Summary The parseparam function in Tornado's httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data. This function uses an inefficient algorithm that repeatedly calls string.count within a nested loop while processing quoted semicolons e.g., param=";". As a...

7.5CVSS7.4AI score0.00508EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/07/20 6:57 p.m.7 views

EUVD-2025-203029

Tornado: Quadratic DoS via Crafted Multipart Parameters...

7.5CVSS7.4AI score0.00508EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/20 6:57 p.m.8 views

GHSA-JHMP-MQWM-3GQ8 Tornado: Quadratic DoS via Crafted Multipart Parameters

Summary The parseparam function in Tornado's httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data. This function uses an inefficient algorithm that repeatedly calls string.count within a nested loop while processing quoted semicolons e.g., param=";". As a...

7.5CVSS5.4AI score0.00508EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/20 6:57 p.m.6 views

GHSA-C98P-7WGM-6P64 Tornado: Quadratic DoS via Repeated Header Coalescing

Summary The HTTPHeaders.add method in Tornado accumulates values using string concatenation when the same header name is repeated. Due to Python string immutability, each concatenation copies the entire string, resulting in On² time complexity. Given Tornado's single event loop architecture, a...

7.5CVSS5.3AI score0.00523EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/20 6:57 p.m.10 views

Tornado: Quadratic DoS via Repeated Header Coalescing

Summary The HTTPHeaders.add method in Tornado accumulates values using string concatenation when the same header name is repeated. Due to Python string immutability, each concatenation copies the entire string, resulting in On² time complexity. Given Tornado's single event loop architecture, a...

7.5CVSS7.2AI score0.00523EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/07/20 6:57 p.m.35 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.17 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
OSV
OSV
added 2026/07/20 6:57 p.m.8 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...

6CVSS5.5AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/07/20 6:57 p.m.4 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.1CVSS5.5AI score0.00243EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/20 6:55 p.m.7 views

GHSA-PR2V-JX2C-WG9F Tornado vulnerable to Header Injection and XSS via reason argument

Header injection and XSS via reason argument Summary The reason argument used by both RequestHandler.setstatus and tornado.web.HTTPError is designed to allow applications to pass custom "reason" phrases the "Not Found" in HTTP/1.1 404 Not Found to the HTTP status line mainly for non-standard stat...

5.4CVSS5.7AI score0.00207EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/20 6:55 p.m.12 views

Tornado vulnerable to Header Injection and XSS via reason argument

Header injection and XSS via reason argument Summary The reason argument used by both RequestHandler.setstatus and tornado.web.HTTPError is designed to allow applications to pass custom "reason" phrases the "Not Found" in HTTP/1.1 404 Not Found to the HTTP status line mainly for non-standard stat...

6.1CVSS5.7AI score0.00207EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/07/20 6:55 p.m.5 views

EUVD-2025-203032

Tornado vulnerable to Header Injection and XSS via reason argument...

6.1CVSS5.5AI score0.00207EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/20 6:50 p.m.7 views

CVE-2026-64619

FileCodeBox before 2.4 contains a rate-limit bypass vulnerability in the IPRateLimit class that allows unauthenticated attackers to circumvent request throttling by supplying attacker-controlled X-Real-IP and X-Forwarded-For headers without verification of trusted reverse proxy origin. Attackers...

8.7CVSS5.4AI score0.00202EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/20 6:50 p.m.12 views

CVE-2026-64619

FileCodeBox prior to 2.4 is affected by a rate-limit bypass in the IPRateLimit component. An unauthenticated attacker can spoof X-Real-IP and X-Forwarded-For headers without verifying the trusted reverse proxy origin, sending unique IP values per request to enumerate all share codes and access ot...

8.7CVSS5.4AI score0.00202EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/07/20 6:14 p.m.7 views

CVE-2026-63107 LimeSurvey SSRF via REST API Survey Template Host Header

LimeSurvey through 6.17.10 and 7.0.4 contains a server-side request forgery vulnerability in the REST API survey template endpoint that allows authenticated users to cause the server to issue arbitrary HTTP requests by supplying a manipulated Host header. Attackers can exploit the unsanitized use...

7.7CVSS5.5AI score0.00209EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/20 6:14 p.m.5 views

CVE-2026-63107

LimeSurvey through 6.17.10 and 7.0.4 contains a server-side request forgery vulnerability in the REST API survey template endpoint that allows authenticated users to cause the server to issue arbitrary HTTP requests by supplying a manipulated Host header. Attackers can exploit the unsanitized use...

7.7CVSS5.5AI score0.00209EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/20 6:14 p.m.7 views

CVE-2026-63107 LimeSurvey SSRF via REST API Survey Template Host Header

LimeSurvey through 6.17.10 and 7.0.4 contains a server-side request forgery vulnerability in the REST API survey template endpoint that allows authenticated users to cause the server to issue arbitrary HTTP requests by supplying a manipulated Host header. Attackers can exploit the unsanitized use...

6.3CVSS5.5AI score
SaveExploits0References5
Rows per page
Query Builder