Skip to content

Commit 34b3ce1

Browse files
Merge pull request #864 from AikidoSec/kapyteinaikido-patch-1
Add cakephp/cakephp advisory for 5.2.8
2 parents 932d748 + e5b60ae commit 34b3ce1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"package_name": "cakephp/cakephp",
3+
"patch_versions": [
4+
"5.2.8"
5+
],
6+
"vulnerable_ranges": [
7+
[
8+
"3.2.6",
9+
"5.2.7"
10+
]
11+
],
12+
"cwe": [
13+
"CWE-863"
14+
],
15+
"tldr": "Certain versions of CakePHP could incorrectly generate SQL when embedding a subquery that was already executed. This could cause access control conditions (WHERE clauses, bindings) to be lost or mishandled, leading to unauthorized data exposure or bypassing logic checks.",
16+
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
17+
"how_to_fix": "Upgrade cake/cakephp to the patch version. A patch for 4.X is currently unavailable.",
18+
"vulnerable_to": "Improper Authorization",
19+
"related_cve_id": "",
20+
"language": "PHP",
21+
"severity_class": "MEDIUM",
22+
"aikido_score": 50,
23+
"changelog": "https://github.com/cakephp/cakephp/pull/18922",
24+
"last_modified": "2025-10-01",
25+
"published": "2025-10-01"
26+
}

0 commit comments

Comments
 (0)