Lucene search
+L

374 matches found

Kitploit
Kitploit
added 2026/09/14 1:51 a.m.7 views

CakeFuzzer

CakeFuzzer Latest release : 1.0 License : GNU GPL v3.0 Cake Fuzzer is a project that is meant to help automatically and continuously discover vulnerabilities in web applications created based on specific frameworks with very limited false positives. Currently it is implemented to support the Cake...

5.9AI score
SaveExploits0
EUVD
EUVD
added 2026/09/08 8:56 p.m.11 views

EUVD-2026-65121

CakePHP: FunctionsBuilder::jsonValue vulerable to SQL injection with PostgresDriver...

9.2CVSS5.8AI score0.00294EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2026/09/08 8:56 p.m.8 views

CakePHP: FunctionsBuilder::jsonValue() vulerable to SQL injection with PostgresDriver

Impact The FunctionsBuilder::jsonValue$field, $jsonPath methods with the Postgres driver is vulnerable to SQL injection if user controlled data is supplied to the $jsonPath parameter. Patches 5.1.10, 5.2.15, 5.3.7 Workarounds Don't provide user controlled data to these functions/parameters...

9.2CVSS0.00294EPSS
SaveExploits0References9Affected Software2
Github Security Blog
Github Security Blog
added 2026/09/08 8:56 p.m.13 views

CakePHP: SmtpTransport vulnerable to CRLF header injection

Impact Custom mail headers added with Message::setHeaders or addHeaders do not have CRLF replaced allowing header injection if user controlled data is added to message headers without stripping CRLF bytes. Patches 5.3.7, 5.2.14, 5.1.9, 4.6.5, 4.5.12 contain fixes for this issue. Workarounds You c...

8.2CVSS0.00312EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/09/08 8:56 p.m.11 views

EUVD-2026-65123

CakePHP: SmtpTransport vulnerable to CRLF header injection...

8.2CVSS5.4AI score0.00312EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/03 4:18 p.m.9 views

CVE-2026-85238

MISP contains a session fixation vulnerability in the CustomAuth authentication a custom configuration flow. When a user was successfully authenticated through CustomAuth, MISP stored the authenticated user identity in the existing session without first rotating the session identifier. As a resul...

7.6CVSS0.00219EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/03 4:18 p.m.9 views

CVE-2026-85236

A cross-site request forgery CSRF vulnerability existed in the cullEmptyEvents action of MISP. The endpoint performed a state-changing and irreversible operation while accepting HTTP GET requests. Because bodyless GET requests are not subject to CakePHP's CSRF validation, an attacker could cause ...

8.8CVSS0.00181EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/03 3:30 p.m.19 views

CVE-2026-85238

MISP contains a session fixation vulnerability in its CustomAuth authentication flow (a custom configuration). The root cause is that __customAuthentication() wrote the authenticated user into the existing CakePHP session without first calling Session->renew(), which had been disabled. An atta...

7.6CVSS5.8AI score0.00219EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/09/03 3:30 p.m.11 views

EUVD-2026-70532

MISP contains a session fixation vulnerability in the CustomAuth authentication a custom configuration flow. When a user was successfully authenticated through CustomAuth, MISP stored the authenticated user identity in the existing session without first rotating the session identifier. As a resul...

7.6CVSS5.8AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/03 3:30 p.m.6 views

CVE-2026-85238 Session Fixation in MISP CustomAuth Authentication Allows Session Hijacking

MISP contains a session fixation vulnerability in the CustomAuth authentication a custom configuration flow. When a user was successfully authenticated through CustomAuth, MISP stored the authenticated user identity in the existing session without first rotating the session identifier. As a resul...

7.6CVSS5.5AI score
SaveExploits0References4
CVE
CVE
added 2026/09/03 3:13 p.m.16 views

CVE-2026-85236

MISP is a threat intelligence platform. This CSRF vulnerability affected the cullEmptyEvents endpoint, which performed a state-changing, irreversible operation while accepting HTTP GET requests. Because bodyless GET requests bypass CakePHP's CSRF validation , an attacker could force an authentica...

8.8CVSS5.8AI score0.00181EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/09/03 3:13 p.m.12 views

EUVD-2026-70518

A cross-site request forgery CSRF vulnerability existed in the cullEmptyEvents action of MISP. The endpoint performed a state-changing and irreversible operation while accepting HTTP GET requests. Because bodyless GET requests are not subject to CakePHP's CSRF validation, an attacker could cause ...

8.8CVSS5.8AI score0.00181EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/03 3:13 p.m.37 views

CVE-2026-85236 MISP cullEmptyEvents CSRF Allows Irreversible Deletion of Events via GET Request

A cross-site request forgery CSRF vulnerability existed in the cullEmptyEvents action of MISP. The endpoint performed a state-changing and irreversible operation while accepting HTTP GET requests. Because bodyless GET requests are not subject to CakePHP's CSRF validation, an attacker could cause ...

8.8CVSS0.00181EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/03 3:13 p.m.6 views

CVE-2026-85236 MISP cullEmptyEvents CSRF Allows Irreversible Deletion of Events via GET Request

A cross-site request forgery CSRF vulnerability existed in the cullEmptyEvents action of MISP. The endpoint performed a state-changing and irreversible operation while accepting HTTP GET requests. Because bodyless GET requests are not subject to CakePHP's CSRF validation, an attacker could cause ...

8.8CVSS5.4AI score
SaveExploits0References8
NVD
NVD
added 2026/08/27 8:17 p.m.10 views

CVE-2026-54713

CakePHP Queue is a queue-interop compatible queueing library. From 0.1.11 until 2.3.1, QueueManager::getUniqueId generates identifiers for jobs with shouldBeUnique enabled from the job class, method, and parameters, but sorting parameter values drops associative-array keys. An unauthenticated...

3.7CVSS0.00364EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/27 5:03 p.m.12 views

cakephp/queue's Incomplete Comparison in getUniqueId vulnerable to collisions

Impact For jobs with shouldBeUnique = true the queue plugin will generate a 'unique identifier' based on the job class, method and parameters. If user data is supplied, a malicious user could create collisions, resulting in legitimate jobs being dropped. Patches Upgrade to 2.3.1 Workarounds You c...

3.7CVSS5.3AI score0.00364EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/27 5:03 p.m.9 views

GHSA-R5PM-VRC5-3M73 cakephp/queue's Incomplete Comparison in getUniqueId vulnerable to collisions

Impact For jobs with shouldBeUnique = true the queue plugin will generate a 'unique identifier' based on the job class, method and parameters. If user data is supplied, a malicious user could create collisions, resulting in legitimate jobs being dropped. Patches Upgrade to 2.3.1 Workarounds You c...

3.7CVSS5.5AI score0.00364EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/27 5:03 p.m.24 views

CVE-2026-54713 CakePHP Queue: Incomplete Comparison in getUniqueId vulnerable to collisions

CakePHP Queue is a queue-interop compatible queueing library. From 0.1.11 until 2.3.1, QueueManager::getUniqueId generates identifiers for jobs with shouldBeUnique enabled from the job class, method, and parameters, but sorting parameter values drops associative-array keys. An unauthenticated...

3.7CVSS5.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/27 5:03 p.m.33 views

CVE-2026-54713 CakePHP Queue: Incomplete Comparison in getUniqueId vulnerable to collisions

CakePHP Queue is a queue-interop compatible queueing library. From 0.1.11 until 2.3.1, QueueManager::getUniqueId generates identifiers for jobs with shouldBeUnique enabled from the job class, method, and parameters, but sorting parameter values drops associative-array keys. An unauthenticated...

3.7CVSS0.00364EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/27 5:03 p.m.19 views

CVE-2026-54713

CakePHP Queue (a queue-interop compatible queueing library) has an incomplete comparison in QueueManager::getUniqueId() that affects versions 0.1.11 through 2.3.1 . When shouldBeUnique is enabled, the method generates job identifiers from the job class, method, and parameters, but sorting paramet...

3.7CVSS5.3AI score0.00364EPSS
SaveExploits0References4
Rows per page
Query Builder