Lucene search
+L

58 matches found

OSV
OSV
added 2026/05/15 5:9 p.m.14 views

GHSA-3G8V-8R37-CGJM FrankenPHP: Unsafe Unicode Handling in CGI Path Splitting Allows Execution of Non-PHP Files

Summary The splitPos function in cgi.go misuses golang.org/x/text/search with search.IgnoreCase when the request path contains a non-ASCII byte. Two distinct flaws in that fallback let an attacker mislead FrankenPHP into treating a non-.php file as a .php script. In any deployment where the...

8.1CVSS6.5AI score0.00568EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/05/15 5:9 p.m.8 views

Improper Handling of Case Sensitivity

Overview Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity through improper handling of Unicode characters in the splitPos function. An attacker can execute arbitrary code by uploading a file with a specially crafted name containing non-ASCII bytes or Unico...

9.2CVSS6.2AI score0.00568EPSS
SaveExploits0References3
Chainguard
Chainguard
added 2026/04/10 2:16 p.m.7 views

CVE-2026-39972 vulnerabilities

Vulnerabilities for packages: frankenphp-8.2, frankenphp-8.5, frankenphp-8.3, frankenphp-8.4...

7.1CVSS7.7AI score0.00341EPSS
SaveExploits0
Chainguard
Chainguard
added 2026/04/10 2:13 a.m.7 views

GHSA-HWR4-MQ23-WCV5 vulnerabilities

Vulnerabilities for packages: frankenphp-8.2, frankenphp-8.5, frankenphp-8.3, frankenphp-8.4...

5.4AI score
SaveExploits0
Chainguard
Chainguard
added 2026/04/10 2:13 a.m.7 views

GHSA-W8RR-5GCM-PP58 vulnerabilities

Vulnerabilities for packages: gitlab-workhorse-ce, flux-notification-controller-fips, docker-fips, aws-otel-collector-fips, beats, keda, cloudprober-fips, cilium-fips, gitlab-kas-fips, nrdot-collector-k8s, terraform, vault-fips, prometheus-alertmanager, thanos, distribution, kuma, cerbos,...

5.4AI score
SaveExploits0
Chainguard
Chainguard
added 2026/04/10 2:13 a.m.7 views

CVE-2026-39882 vulnerabilities

Vulnerabilities for packages: gitlab-workhorse-ce, flux-notification-controller-fips, docker-fips, aws-otel-collector-fips, beats, keda, cloudprober-fips, cilium-fips, gitlab-kas-fips, nrdot-collector-k8s, terraform, vault-fips, prometheus-alertmanager, thanos, distribution, kuma, cerbos,...

5.3CVSS6.7AI score0.0019EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/03/04 12:27 a.m.5 views

SUSE CVE-2026-24894

FrankenPHP is a modern application server for PHP. Prior to 1.11.2, when running FrankenPHP in worker mode, the $SESSION superglobal is not correctly reset between requests. This allows a subsequent request processed by the same worker to access the $SESSION data of the previous request potential...

8.7CVSS5.8AI score0.00356EPSS
SaveExploits1References3
OSV
OSV
added 2026/02/17 6:9 p.m.5 views

GO-2026-4442 FrankenPHP has delayed propagation of security fixes in upstream base images in github.com/dunglas/frankenphp

FrankenPHP has delayed propagation of security fixes in upstream base images in github.com/dunglas/frankenphp. NOTE: The source advisory for this report contains additional versions that could not be automatically mapped to standard Go module versions. If this is causing false-positive reports fr...

5.6AI score
SaveExploits0References1
OSV
OSV
added 2026/02/17 6:9 p.m.8 views

GO-2026-4489 FrankenPHP leaks session data between requests in worker mode in github.com/dunglas/frankenphp

FrankenPHP leaks session data between requests in worker mode in github.com/dunglas/frankenphp...

8.7CVSS5.4AI score0.00356EPSS
SaveExploits1References4
OSV
OSV
added 2026/02/17 6:9 p.m.10 views

GO-2026-4486 FrankenPHP's unicode case-folding length expansion causes incorrect split_path index (SCRIPT_NAME/PATH_INFO confusion) in FrankenPHP in github.com/dunglas/frankenphp

FrankenPHP's unicode case-folding length expansion causes incorrect splitpath index SCRIPTNAME/PATHINFO confusion in FrankenPHP in github.com/dunglas/frankenphp...

9.8CVSS5.4AI score0.00573EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2026/02/13 7:18 p.m.10 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
RedhatCVE
RedhatCVE
added 2026/02/13 7:18 p.m.6 views

CVE-2026-24894

FrankenPHP is a modern application server for PHP. Prior to 1.11.2, when running FrankenPHP in worker mode, the $SESSION superglobal is not correctly reset between requests. This allows a subsequent request processed by the same worker to access the $SESSION data of the previous request potential...

8.7CVSS5.5AI score0.00356EPSS
SaveExploits1References1
NVD
NVD
added 2026/02/12 8:16 p.m.13 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.8CVSS0.00573EPSS
SaveExploits1References3
NVD
NVD
added 2026/02/12 8:16 p.m.18 views

CVE-2026-24894

FrankenPHP is a modern application server for PHP. Prior to 1.11.2, when running FrankenPHP in worker mode, the $SESSION superglobal is not correctly reset between requests. This allows a subsequent request processed by the same worker to access the $SESSION data of the previous request potential...

8.7CVSS0.00356EPSS
SaveExploits1References3
CVE
CVE
added 2026/02/12 7:16 p.m.29 views

CVE-2026-24895

FrankenPHP CGI path splitting bug before 1.11.2 uses lowercased path for split index and applies it to the original path, causing SCRIPT_NAME/SCRIPT_FILENAME to point to the wrong file and potentially execute an unintended file. Root cause: Go strings.ToLower can increase byte length for certain ...

9.8CVSS5.7AI score0.00573EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/02/12 7:16 p.m.34 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 score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/02/12 7:16 p.m.6 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.3CVSS5.7AI score0.00573EPSS
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2026/02/12 7:16 p.m.8 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
SaveExploits1References3
CVE
CVE
added 2026/02/12 7:12 p.m.37 views

CVE-2026-24894

FrankenPHP in worker mode prior to 1.11.2 does not reset the PHP $_SESSION between requests, allowing a subsequent request on the same worker to read the previous request’s session data before session_start() is called. This could expose potentially sensitive session information across users. The...

8.7CVSS5.5AI score0.00356EPSS
SaveExploits1References3Affected Software1
Rows per page
Query Builder