Lucene search
+L

2879 matches found

CVE
CVE
added 2026/02/20 5:23 p.m.32 views

CVE-2026-24891

openITCOCKPIT prior to 5.4.0 contains an unsafe deserialization sink in the Gearman worker (oitc_gearman) that calls PHP’s unserialize() on job payloads without class restrictions or origin validation. This enables PHP Object Injection when Gearman is exposed to untrusted systems or network acces...

7.5CVSS5.9AI score0.00359EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/02/18 5:41 p.m.9 views

BIT-GRAFANA-2026-21720 Unauthenticated DoS: avatar cache leaks goroutines when /avatar/:hash requests time out

Every uncached /avatar/:hash request spawns a goroutine that refreshes the Gravatar image. If the refresh sits in the 10-slot worker queue longer than three seconds, the handler times out and stops listening for the result, so that goroutine blocks forever trying to send on an unbuffered channel...

7.5CVSS5.5AI score0.00618EPSS
SaveExploits0References6
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
NVD
NVD
added 2026/02/14 4:15 p.m.11 views

CVE-2026-23159

In the Linux kernel, the following vulnerability has been resolved: perf: sched: Fix perf crash with new isusertask helper In order to do a user space stacktrace the current task needs to be a user task that has executed in user space. It use to be possible to test if a task is a user task or not...

5.5CVSS0.00114EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/02/14 4:1 p.m.30 views

CVE-2026-23159 perf: sched: Fix perf crash with new is_user_task() helper

In the Linux kernel, the following vulnerability has been resolved: perf: sched: Fix perf crash with new isusertask helper In order to do a user space stacktrace the current task needs to be a user task that has executed in user space. It use to be possible to test if a task is a user task or not...

0.00114EPSS
SaveExploits0References4
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.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:12 p.m.38 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
ATTACKERKB
ATTACKERKB
added 2026/02/12 7:12 p.m.4 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
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2026/02/12 7:12 p.m.4 views

CVE-2026-24894 FrankenPHP leaks session data between requests in worker mode

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
SaveExploits1References3
Cvelist
Cvelist
added 2026/02/12 7:12 p.m.38 views

CVE-2026-24894 FrankenPHP leaks session data between requests in worker mode

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
OSV
OSV
added 2026/02/12 7:12 p.m.10 views

CVE-2026-24894 FrankenPHP leaks session data between requests in worker mode

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 score
SaveExploits0References5
Snyk
Snyk
added 2026/02/12 3:29 p.m.8 views

Insufficient Session Expiration

Overview Affected versions of this package are vulnerable to Insufficient Session Expiration via the frankenphpresetsuperglobals reset logic. An attacker can access sensitive session data belonging to other users by sending a request to a worker before sessionstart is called. note: This is only...

8.8CVSS5.6AI score0.00356EPSS
SaveExploits1References4
Snyk
Snyk
added 2026/02/12 3:29 p.m.5 views

Insufficient Session Expiration

Overview Affected versions of this package are vulnerable to Insufficient Session Expiration via the frankenphpresetsuperglobals reset logic. An attacker can access sensitive session data belonging to other users by sending a request to a worker before sessionstart is called. note: This is only...

8.8CVSS5.6AI score0.00356EPSS
SaveExploits1References4
OSV
OSV
added 2026/02/12 3:29 p.m.14 views

GHSA-R3XH-3R3W-47GP FrankenPHP leaks session data between requests in worker mode

Summary 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 potentially belonging to a different user before sessionstart is...

8.7CVSS5.6AI score0.00356EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/02/12 3:29 p.m.13 views

FrankenPHP leaks session data between requests in worker mode

Summary 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 potentially belonging to a different user before sessionstart is...

8.7CVSS5.6AI score0.00356EPSS
SaveExploits1References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/02/12 12:0 a.m.11 views

PT-2026-7871

Name of the Vulnerable Software and Affected Versions FrankenPHP versions prior to 1.11.2 Description FrankenPHP, when running in worker mode, does not correctly reset the $ SESSION superglobal between requests. This allows a subsequent request processed by the same worker to access the $ SESSION...

8.7CVSS5.9AI score0.00356EPSS
SaveExploits1
CNNVD
CNNVD
added 2026/02/12 12:0 a.m.12 views

FrankenPHP 代码问题漏洞

FrankenPHP is an open-source PHP application server developed by phpnet. Versions of FrankenPHP prior to 1.11.2 had code vulnerabilities. These vulnerabilities stemmed from the fact that, when running in worker mode, the $SESSION superglobal variable was not properly reset between requests,...

8.7CVSS5.9AI score0.00356EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2026/02/05 2:53 p.m.10 views

io.quarkus/quarkus-rest: Quarkus REST Worker Thread Exhaustion Vulnerability

A flaw was found in the Quarkus REST HTTP layer. This vulnerability allows remote attackers to cause an application level denial of service by repeatedly dropping client connections while response chunks are being transmitted, leading to worker thread exhaustion...

7.5CVSS5.8AI score0.00355EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/02/05 12:0 a.m.8 views

MiracleLinux 8 : osbuild-composer-101.4-2.el8_10.ML.1 (AXSA:2026-143:02)

The remote MiracleLinux 8 host has packages installed that are affected by a vulnerability as referenced in the AXSA:2026-143:02 advisory. golang: archive/tar: Unbounded allocation when parsing GNU sparse map CVE-2025-58183 Tenable has extracted the preceding description block directly from the...

4.3CVSS5.5AI score0.00413EPSS
SaveExploits0References2
Rows per page
Query Builder