Lucene search
+L

78 matches found

SUSE CVE
SUSE CVE
added 2026/06/17 2:21 a.m.9 views

SUSE CVE-2026-24895

FrankenPHP is a modern application server for PHP. Prior to 1.11.2, FrankenPHP's CGI path splitting logic improperly handles Unicode characters during case conversion. The logic computes the split index for finding .php on a lowercased copy of the request path but applies that byte index to the...

9.8CVSS5.5AI score0.00573EPSS
SaveExploits1References3
Veracode
Veracode
added 2026/05/03 7:11 p.m.13 views

Path Confusion

Caddy is vulnerable to Path Confusion. The vulnerability is due to incorrect path splitting logic in FastCGI processing, where strings.ToLower is applied before computing byte offsets, causing incorrect SCRIPTNAME, SCRIPTFILENAME, and PATHINFO values for certain Unicode paths and potentially...

9.8CVSS7.3AI score0.00542EPSS
SaveExploits1References5Affected Software2
NVD
NVD
added 2026/02/24 5:29 p.m.16 views

CVE-2026-27590

Caddy is an extensible server platform that uses TLS by default. Prior to version 2.11.1, Caddy's FastCGI path splitting logic computes the split index on a lowercased copy of the request path and then uses that byte index to slice the original path. This is unsafe for Unicode because...

9.8CVSS0.00542EPSS
SaveExploits1References3
OSV
OSV
added 2026/02/24 5:29 p.m.7 views

UBUNTU-CVE-2026-27590

Caddy is an extensible server platform that uses TLS by default. Prior to version 2.11.1, Caddy's FastCGI path splitting logic computes the split index on a lowercased copy of the request path and then uses that byte index to slice the original path. This is unsafe for Unicode because...

9.8CVSS7.5AI score0.00542EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 2026/02/24 4:33 p.m.5 views

CVE-2026-27590 Caddy: Unicode case-folding length expansion causes incorrect split_path index (SCRIPT_NAME/PATH_INFO confusion) in FastCGI transport

Caddy is an extensible server platform that uses TLS by default. Prior to version 2.11.1, Caddy's FastCGI path splitting logic computes the split index on a lowercased copy of the request path and then uses that byte index to slice the original path. This is unsafe for Unicode because...

9.3CVSS6.2AI score0.00542EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/02/24 4:33 p.m.9 views

CVE-2026-27590

Caddy is an extensible server platform that uses TLS by default. Prior to version 2.11.1, Caddy's FastCGI path splitting logic computes the split index on a lowercased copy of the request path and then uses that byte index to slice the original path. This is unsafe for Unicode because...

9.8CVSS5.9AI score0.00542EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/02/24 4:33 p.m.8 views

CVE-2026-27590 Caddy: Unicode case-folding length expansion causes incorrect split_path index (SCRIPT_NAME/PATH_INFO confusion) in FastCGI transport

Caddy is an extensible server platform that uses TLS by default. Prior to version 2.11.1, Caddy's FastCGI path splitting logic computes the split index on a lowercased copy of the request path and then uses that byte index to slice the original path. This is unsafe for Unicode because...

9.3CVSS6.1AI score0.00542EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2026/02/24 4:33 p.m.29 views

CVE-2026-27590 Caddy: Unicode case-folding length expansion causes incorrect split_path index (SCRIPT_NAME/PATH_INFO confusion) in FastCGI transport

Caddy is an extensible server platform that uses TLS by default. Prior to version 2.11.1, Caddy's FastCGI path splitting logic computes the split index on a lowercased copy of the request path and then uses that byte index to slice the original path. This is unsafe for Unicode because...

9.3CVSS0.00542EPSS
SaveExploits1References3
AlpineLinux
AlpineLinux
added 2026/02/24 4:33 p.m.6 views

CVE-2026-27590

Caddy is an extensible server platform that uses TLS by default. Prior to version 2.11.1, Caddy's FastCGI path splitting logic computes the split index on a lowercased copy of the request path and then uses that byte index to slice the original path. This is unsafe for Unicode because...

9.8CVSS6AI score0.00542EPSS
SaveExploits1
OSV
OSV
added 2026/02/20 11:16 p.m.9 views

CVE-2019-25449

OrientDB 3.0.17 contains a reflected cross-site scripting vulnerability that allows attackers to inject malicious scripts by submitting crafted JSON payloads to the document endpoint. Attackers can send POST requests to /document/demodb/-1:-1 with script tags in the name parameter to execute...

6.1CVSS5.9AI score0.00225EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2026/02/13 7:18 p.m.8 views

CVE-2026-24895

FrankenPHP is a modern application server for PHP. Prior to 1.11.2, FrankenPHP’s CGI path splitting logic improperly handles Unicode characters during case conversion. The logic computes the split index for finding .php on a lowercased copy of the request path but applies that byte index to the...

9.8CVSS5.7AI score0.00573EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/02/12 7:16 p.m.33 views

CVE-2026-24895 FrankenPHP affected by Path Confusion via Unicode casing in CGI path splitting allows execution of arbitrary files

FrankenPHP is a modern application server for PHP. Prior to 1.11.2, FrankenPHP’s CGI path splitting logic improperly handles Unicode characters during case conversion. The logic computes the split index for finding .php on a lowercased copy of the request path but applies that byte index to the...

9.3CVSS0.00573EPSS
SaveExploits1References3
OSV
OSV
added 2026/02/12 7:16 p.m.13 views

CVE-2026-24895 FrankenPHP affected by Path Confusion via Unicode casing in CGI path splitting allows execution of arbitrary files

FrankenPHP is a modern application server for PHP. Prior to 1.11.2, FrankenPHP’s CGI path splitting logic improperly handles Unicode characters during case conversion. The logic computes the split index for finding .php on a lowercased copy of the request path but applies that byte index to the...

9.3CVSS5.7AI score0.00573EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/02/12 3:29 p.m.30 views

FrankenPHP's unicode case-folding length expansion causes incorrect split_path index (SCRIPT_NAME/PATH_INFO confusion) in FrankenPHP

Summary FrankenPHP’s CGI path splitting logic improperly handles Unicode characters during case conversion. The logic computes the split index for finding .php on a lowercased copy of the request path but applies that byte index to the original path. Because strings.ToLower in Go can increase the...

9.8CVSS6.2AI score0.00573EPSS
SaveExploits1References5Affected Software1
NVD
NVD
added 2025/12/06 6:15 a.m.8 views

CVE-2025-13894

The CSV Sumotto plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the $SERVER'PHPSELF' variable in all versions up to, and including, 1.0 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web...

6.1CVSS0.00179EPSS
SaveExploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
added 2024/06/25 12:38 p.m.8 views

Malicious code in down_load_ebook_completa_rama_series_de_arthur_c_clarke_4_livro_by_arthur_c_clarke_83prg (npm)

--- -= Per source details. Do not edit below this line.=-...

7AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/01/08 12:0 a.m.8 views

PT-2023-12413 · Unknown · 01-Scripts 01Acp

Name of the Vulnerable Software and Affected Versions: 01-Scripts 01ACP affected versions not specified Description: A problematic issue has been found in 01-Scripts 01ACP, affecting some unknown processing. The manipulation of the argument $ SERVER'SCRIPT NAME' leads to cross site scripting. The...

6.1CVSS6.3AI score0.00519EPSS
SaveExploits0References7
OSV
OSV
added 2022/09/29 3:15 a.m.7 views

CVE-2020-15339

Zyxel CloudCNM SecuManager 3.1.0 and 3.1.1 allows live/CPEManager/AXCampaignManager/handlecampaignscriptlink?scriptname= XSS...

6.1CVSS5.8AI score0.00714EPSS
SaveExploits1References2
Jenkins Security Advisories
Jenkins Security Advisories
added 2021/11/12 12:0 a.m.8 views

Stored XSS vulnerability in scriptler

scriptler 3.3 and earlier does not escape the name of scripts on the UI when asking to confirm their deletion. This results in a stored cross-site scripting XSS vulnerability exploitable by attackers able to create Scriptler scripts. scriptler 3.4 escapes the name of scripts on the UI when asking...

8CVSS5.3AI score0.00684EPSS
SaveExploits0Affected Software1
BDU FSTEC
BDU FSTEC
added 2021/02/11 12:0 a.m.7 views

The vulnerability of the PowerShell command line interface on Windows operating systems allows a hacker to execute arbitrary code.

The vulnerability of the PowerShell command line interface on Windows operating systems is related to deficiencies in the validation of PowerShell script names. Exploiting this vulnerability allows a malicious actor to execute arbitrary code using a specially crafted script...

8.3CVSS6AI score
SaveExploits0References5
Rows per page
Query Builder