gsd-2015-7695
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
The PDO adapters in Zend Framework before 1.12.16 do not filer null bytes in SQL statements, which allows remote attackers to execute arbitrary SQL commands via a crafted query.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2015-7695", "description": "The PDO adapters in Zend Framework before 1.12.16 do not filer null bytes in SQL statements, which allows remote attackers to execute arbitrary SQL commands via a crafted query.", "id": "GSD-2015-7695", "references": [ "https://www.debian.org/security/2015/dsa-3369" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2015-7695" ], "details": "The PDO adapters in Zend Framework before 1.12.16 do not filer null bytes in SQL statements, which allows remote attackers to execute arbitrary SQL commands via a crafted query.", "id": "GSD-2015-7695", "modified": "2023-12-13T01:20:01.763338Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2015-7695", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The PDO adapters in Zend Framework before 1.12.16 do not filer null bytes in SQL statements, which allows remote attackers to execute arbitrary SQL commands via a crafted query." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "[oss-security] 20160930 Re: CVE Request: zendframework SQL injections", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2015/09/30/8" }, { "name": "DSA-3369", "refsource": "DEBIAN", "url": "http://www.debian.org/security/2015/dsa-3369" }, { "name": "[oss-security] 20161011 Re: CVE Request: zendframework SQL injections", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2015/10/11/3" }, { "name": "[oss-security] 20160930 CVE Request: zendframework SQL injections", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2015/09/30/6" }, { "name": "76784", "refsource": "BID", "url": "http://www.securityfocus.com/bid/76784" }, { "name": "http://framework.zend.com/security/advisory/ZF2015-08", "refsource": "CONFIRM", "url": "http://framework.zend.com/security/advisory/ZF2015-08" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003e=1.12.0,\u003c1.12.16", "affected_versions": "All versions starting from 1.12.0 before 1.12.16", "credit": "Chris Kings-Lynne, Enrico Zimue", "cvss_v2": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "cvss_v3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-89", "CWE-937" ], "date": "2016-11-28", "description": "The PDO adapters of Zend Framework 1 do not filter null bytes values in SQL statements. A PDO adapter can treat null bytes in a query as a string terminator, allowing an attacker to add arbitrary SQL following a null byte, and thus create a SQL injection. This only impacts MsSql and SQLite adapters.", "fixed_versions": [ "1.12.16" ], "identifier": "CVE-2015-7695", "identifiers": [ "CVE-2015-7695" ], "not_impacted": "All versions before 1.12.0, all versions starting from 1.12.16", "package_slug": "packagist/zendframework/zendframework1", "pubdate": "2016-06-07", "solution": "Upgrade to version 1.12.16 or above.", "title": "SQL injection vector using null byte for PDO", "urls": [ "http://framework.zend.com/security/advisory/ZF2015-08" ], "uuid": "55a6cd38-aa76-48bd-ae9e-70b15389d414" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:zend:zend_framework:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "1.12.15", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:7.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2015-7695" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "The PDO adapters in Zend Framework before 1.12.16 do not filer null bytes in SQL statements, which allows remote attackers to execute arbitrary SQL commands via a crafted query." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-89" } ] } ] }, "references": { "reference_data": [ { "name": "http://framework.zend.com/security/advisory/ZF2015-08", "refsource": "CONFIRM", "tags": [ "Vendor Advisory" ], "url": "http://framework.zend.com/security/advisory/ZF2015-08" }, { "name": "[oss-security] 20160930 CVE Request: zendframework SQL injections", "refsource": "MLIST", "tags": [], "url": "http://www.openwall.com/lists/oss-security/2015/09/30/6" }, { "name": "[oss-security] 20161011 Re: CVE Request: zendframework SQL injections", "refsource": "MLIST", "tags": [], "url": "http://www.openwall.com/lists/oss-security/2015/10/11/3" }, { "name": "[oss-security] 20160930 Re: CVE Request: zendframework SQL injections", "refsource": "MLIST", "tags": [], "url": "http://www.openwall.com/lists/oss-security/2015/09/30/8" }, { "name": "DSA-3369", "refsource": "DEBIAN", "tags": [], "url": "http://www.debian.org/security/2015/dsa-3369" }, { "name": "76784", "refsource": "BID", "tags": [], "url": "http://www.securityfocus.com/bid/76784" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "HIGH", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "exploitabilityScore": 3.9, "impactScore": 5.9 } }, "lastModifiedDate": "2016-11-28T19:44Z", "publishedDate": "2016-06-07T14:06Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.