GSD-2014-8684
Vulnerability from gsd - Updated: 2023-12-13 01:22Details
CodeIgniter before 3.0 and Kohana 3.2.3 and earlier and 3.3.x through 3.3.2 make it easier for remote attackers to spoof session cookies and consequently conduct PHP object injection attacks by leveraging use of standard string comparison operators to compare cryptographic hashes.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2014-8684",
"description": "CodeIgniter before 3.0 and Kohana 3.2.3 and earlier and 3.3.x through 3.3.2 make it easier for remote attackers to spoof session cookies and consequently conduct PHP object injection attacks by leveraging use of standard string comparison operators to compare cryptographic hashes.",
"id": "GSD-2014-8684",
"references": [
"https://www.suse.com/security/cve/CVE-2014-8684.html",
"https://packetstormsecurity.com/files/cve/CVE-2014-8684"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2014-8684"
],
"details": "CodeIgniter before 3.0 and Kohana 3.2.3 and earlier and 3.3.x through 3.3.2 make it easier for remote attackers to spoof session cookies and consequently conduct PHP object injection attacks by leveraging use of standard string comparison operators to compare cryptographic hashes.",
"id": "GSD-2014-8684",
"modified": "2023-12-13T01:22:49.554218Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2014-8684",
"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": "CodeIgniter before 3.0 and Kohana 3.2.3 and earlier and 3.3.x through 3.3.2 make it easier for remote attackers to spoof session cookies and consequently conduct PHP object injection attacks by leveraging use of standard string comparison operators to compare cryptographic hashes."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://scott.arciszewski.me/research/full/php-framework-timing-attacks-object-injection",
"refsource": "MISC",
"url": "https://scott.arciszewski.me/research/full/php-framework-timing-attacks-object-injection"
},
{
"name": "20140512 CodeIgniter \u003c= 2.1.4 and Kohana \u003c= 3.2.3, 3.3.2 - Timing Attacks and Object Injection",
"refsource": "FULLDISC",
"url": "http://seclists.org/fulldisclosure/2014/May/54"
},
{
"name": "https://github.com/kohana/core/pull/492",
"refsource": "CONFIRM",
"url": "https://github.com/kohana/core/pull/492"
},
{
"name": "http://packetstormsecurity.com/files/130609/Seagate-Business-NAS-Unauthenticated-Remote-Command-Execution.html",
"refsource": "MISC",
"url": "http://packetstormsecurity.com/files/130609/Seagate-Business-NAS-Unauthenticated-Remote-Command-Execution.html"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003c3.0.0",
"affected_versions": "All versions before 3.0.0",
"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-310",
"CWE-937"
],
"date": "2023-08-16",
"description": "CodeIgniter before 3.0 and Kohana 3.2.3 and earlier and 3.3.x through 3.3.2 make it easier for remote attackers to spoof session cookies and consequently conduct PHP object injection attacks by leveraging use of standard string comparison operators to compare cryptographic hashes.",
"fixed_versions": [
"3.0.0"
],
"identifier": "CVE-2014-8684",
"identifiers": [
"GHSA-w9ph-q4h9-rwq6",
"CVE-2014-8684"
],
"not_impacted": "All versions starting from 3.0.0",
"package_slug": "packagist/codeigniter/framework",
"pubdate": "2022-05-17",
"solution": "Upgrade to version 3.0.0 or above.",
"title": "CodeIgniter and Kohana vulnerable to PHP Object Injection",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2014-8684",
"https://github.com/kohana/core/pull/492",
"http://packetstormsecurity.com/files/130609/Seagate-Business-NAS-Unauthenticated-Remote-Command-Execution.html",
"http://seclists.org/fulldisclosure/2014/May/54",
"https://github.com/kohana/core/commit/66b409a6da2960130888989534ff1799532b8f32",
"https://github.com/bcit-ci/CodeIgniter/blob/2.2.6/system/libraries/Session.php#L159",
"https://web.archive.org/web/20140802041151/https://scott.arciszewski.me/research/full/php-framework-timing-attacks-object-injection",
"https://github.com/advisories/GHSA-w9ph-q4h9-rwq6"
],
"uuid": "ee840c8b-17d7-4929-8baa-06d3a6999128"
},
{
"affected_range": "\u003c3.3.3",
"affected_versions": "All versions before 3.3.3",
"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-310",
"CWE-937"
],
"date": "2023-08-16",
"description": "CodeIgniter before 3.0 and Kohana 3.2.3 and earlier and 3.3.x through 3.3.2 make it easier for remote attackers to spoof session cookies and consequently conduct PHP object injection attacks by leveraging use of standard string comparison operators to compare cryptographic hashes.",
"fixed_versions": [
"3.3.3"
],
"identifier": "CVE-2014-8684",
"identifiers": [
"GHSA-w9ph-q4h9-rwq6",
"CVE-2014-8684"
],
"not_impacted": "All versions starting from 3.3.3",
"package_slug": "packagist/kohana/core",
"pubdate": "2022-05-17",
"solution": "Upgrade to version 3.3.3 or above.",
"title": "CodeIgniter and Kohana vulnerable to PHP Object Injection",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2014-8684",
"https://github.com/kohana/core/pull/492",
"http://packetstormsecurity.com/files/130609/Seagate-Business-NAS-Unauthenticated-Remote-Command-Execution.html",
"http://seclists.org/fulldisclosure/2014/May/54",
"https://github.com/kohana/core/commit/66b409a6da2960130888989534ff1799532b8f32",
"https://github.com/bcit-ci/CodeIgniter/blob/2.2.6/system/libraries/Session.php#L159",
"https://web.archive.org/web/20140802041151/https://scott.arciszewski.me/research/full/php-framework-timing-attacks-object-injection",
"https://github.com/advisories/GHSA-w9ph-q4h9-rwq6"
],
"uuid": "b6c1bf27-bca8-4a50-8672-0ff4d14a60ae"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:kohanaframework:kohana:3.3.1:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:codeigniter:codeigniter:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "2.2.6",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:kohanaframework:kohana:3.3.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:kohanaframework:kohana:3.2.3:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2014-8684"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "CodeIgniter before 3.0 and Kohana 3.2.3 and earlier and 3.3.x through 3.3.2 make it easier for remote attackers to spoof session cookies and consequently conduct PHP object injection attacks by leveraging use of standard string comparison operators to compare cryptographic hashes."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-310"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://scott.arciszewski.me/research/full/php-framework-timing-attacks-object-injection",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://scott.arciszewski.me/research/full/php-framework-timing-attacks-object-injection"
},
{
"name": "https://github.com/kohana/core/pull/492",
"refsource": "CONFIRM",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/kohana/core/pull/492"
},
{
"name": "20140512 CodeIgniter \u003c= 2.1.4 and Kohana \u003c= 3.2.3, 3.3.2 - Timing Attacks and Object Injection",
"refsource": "FULLDISC",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://seclists.org/fulldisclosure/2014/May/54"
},
{
"name": "http://packetstormsecurity.com/files/130609/Seagate-Business-NAS-Unauthenticated-Remote-Command-Execution.html",
"refsource": "MISC",
"tags": [
"Third Party Advisory",
"VDB Entry"
],
"url": "http://packetstormsecurity.com/files/130609/Seagate-Business-NAS-Unauthenticated-Remote-Command-Execution.html"
}
]
}
},
"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": "2017-09-28T18:47Z",
"publishedDate": "2017-09-19T19:29Z"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…