Skip to content

Commit 1b57d4c

Browse files
1 parent 8612e0c commit 1b57d4c

File tree

2 files changed

+80
-35
lines changed

2 files changed

+80
-35
lines changed
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-v59p-p692-v382",
4+
"modified": "2023-08-01T00:09:06Z",
5+
"published": "2022-05-24T16:59:51Z",
6+
"aliases": [
7+
"CVE-2015-0270"
8+
],
9+
"summary": "Zend Framework Allows SQL Injection",
10+
"details": "Zend Framework before 2.2.10 and 2.3.x before 2.3.5 has Potential SQL injection in PostgreSQL Zend\\Db adapter.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "zendframework/zendframework"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.2.10"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Packagist",
40+
"name": "zendframework/zendframework"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "2.3"
48+
},
49+
{
50+
"fixed": "2.3.5"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "ADVISORY",
60+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2015-0270"
61+
},
62+
{
63+
"type": "WEB",
64+
"url": "https://github.com/zendframework/zendframework/commit/569f18228f5fc84534af6ff2f367ca1a7143ec65"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://framework.zend.com/security/advisory/ZF2015-02"
69+
}
70+
],
71+
"database_specific": {
72+
"cwe_ids": [
73+
"CWE-89"
74+
],
75+
"severity": "CRITICAL",
76+
"github_reviewed": true,
77+
"github_reviewed_at": "2023-08-01T00:09:06Z",
78+
"nvd_published_at": "2019-10-25T15:15:00Z"
79+
}
80+
}

advisories/unreviewed/2022/05/GHSA-v59p-p692-v382/GHSA-v59p-p692-v382.json

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)