gsd-2010-2057
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
shared/util/StateUtils.java in Apache MyFaces 1.1.x before 1.1.8, 1.2.x before 1.2.9, and 2.0.x before 2.0.1 uses an encrypted View State without a Message Authentication Code (MAC), which makes it easier for remote attackers to perform successful modifications of the View State via a padding oracle attack.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2010-2057", "description": "shared/util/StateUtils.java in Apache MyFaces 1.1.x before 1.1.8, 1.2.x before 1.2.9, and 2.0.x before 2.0.1 uses an encrypted View State without a Message Authentication Code (MAC), which makes it easier for remote attackers to perform successful modifications of the View State via a padding oracle attack.", "id": "GSD-2010-2057" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2010-2057" ], "details": "shared/util/StateUtils.java in Apache MyFaces 1.1.x before 1.1.8, 1.2.x before 1.2.9, and 2.0.x before 2.0.1 uses an encrypted View State without a Message Authentication Code (MAC), which makes it easier for remote attackers to perform successful modifications of the View State via a padding oracle attack.", "id": "GSD-2010-2057", "modified": "2023-12-13T01:21:31.020715Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2010-2057", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_affected": "=", "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "shared/util/StateUtils.java in Apache MyFaces 1.1.x before 1.1.8, 1.2.x before 1.2.9, and 2.0.x before 2.0.1 uses an encrypted View State without a Message Authentication Code (MAC), which makes it easier for remote attackers to perform successful modifications of the View State via a padding oracle attack." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "http://svn.apache.org/viewvc/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/util/StateUtils.java?r1=943327\u0026r2=951801", "refsource": "MISC", "url": "http://svn.apache.org/viewvc/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/util/StateUtils.java?r1=943327\u0026r2=951801" }, { "name": "https://issues.apache.org/jira/browse/MYFACES-2749", "refsource": "MISC", "url": "https://issues.apache.org/jira/browse/MYFACES-2749" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=623799", "refsource": "MISC", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=623799" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "[1.1.0,1.1.8),[1.2.0,1.2.9),[2.0.0,2.0.1)", "affected_versions": "All versions starting from 1.1.0 before 1.1.8, all versions starting from 1.2.0 before 1.2.9, all versions starting from 2.0.0 before 2.0.1", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:P/A:N", "cwe_ids": [ "CWE-1035", "CWE-310", "CWE-937" ], "date": "2022-07-08", "description": "shared/util/StateUtils.java in Apache MyFaces 1.1.x before 1.1.8, 1.2.x before 1.2.9, and 2.0.x before 2.0.1 uses an encrypted View State without a Message Authentication Code (MAC), which makes it easier for remote attackers to perform successful modifications of the View State via a padding oracle attack.", "fixed_versions": [ "1.1.8", "1.2.9", "2.0.1" ], "identifier": "CVE-2010-2057", "identifiers": [ "GHSA-4fv4-cq5v-x45m", "CVE-2010-2057" ], "not_impacted": "All versions before 1.1.0, all versions starting from 1.1.8 before 1.2.0, all versions starting from 1.2.9 before 2.0.0, all versions starting from 2.0.1", "package_slug": "maven/org.apache.myfaces.core/myfaces-api", "pubdate": "2022-05-17", "solution": "Upgrade to versions 1.1.8, 1.2.9, 2.0.1 or above.", "title": "Improper Authentication in Apache MyFaces", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2010-2057", "https://bugzilla.redhat.com/show_bug.cgi?id=623799", "https://issues.apache.org/jira/browse/MYFACES-2749", "http://svn.apache.org/viewvc/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/util/StateUtils.java?r1=943327\u0026r2=951801", "https://github.com/advisories/GHSA-4fv4-cq5v-x45m" ], "uuid": "1a466d0d-c9a6-4d6d-8fd9-23efea693cf9" }, { "affected_range": "[1.1-alpha0,1.1.7],[1.2-alpha0,1.2.8],[2-alpha0,2.0.0]", "affected_versions": "All versions starting from 1.1-alpha0 up to 1.1.7, all versions starting from 1.2-alpha0 up to 1.2.8, all versions starting from 2-alpha0 up to 2.0.0", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:P/A:N", "cwe_ids": [ "CWE-1035", "CWE-310", "CWE-937" ], "date": "2010-11-19", "description": "`shared/util/StateUtils.java` in this package uses an encrypted View State without a Message Authentication Code (MAC), which makes it easier for remote attackers to perform successful modifications of the View State via a padding oracle attack.", "fixed_versions": [ "1.1.8", "1.2.9", "2.0.1" ], "identifier": "CVE-2010-2057", "identifiers": [ "CVE-2010-2057" ], "not_impacted": "All versions before 1.1-alpha0, all versions after 1.1.7 before 1.2-alpha0, all versions after 1.2.8 before 2-alpha0, all versions after 2.0.0", "package_slug": "maven/org.apache.myfaces.core/myfaces-impl", "pubdate": "2010-10-20", "solution": "Upgrade to versions 1.1.8, 1.2.9, 2.0.1 or above.", "title": "Encrypted view state does not include MAC", "urls": [ "https://issues.apache.org/jira/browse/MYFACES-2749", "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-2057" ], "uuid": "7473d97e-a494-420e-a804-eac4434c9da7" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:apache:myfaces:1.1.4:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:apache:myfaces:1.1.5:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:apache:myfaces:1.1.6:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:apache:myfaces:1.1.7:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:apache:myfaces:1.1.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:apache:myfaces:1.1.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:apache:myfaces:1.1.1:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:apache:myfaces:1.1.3:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:apache:myfaces:1.2.6:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:apache:myfaces:1.2.7:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:apache:myfaces:1.2.8:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:apache:myfaces:1.2.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:apache:myfaces:1.2.4:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:apache:myfaces:1.2.3:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:apache:myfaces:1.2.5:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:apache:myfaces:2.0.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2010-2057" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "shared/util/StateUtils.java in Apache MyFaces 1.1.x before 1.1.8, 1.2.x before 1.2.9, and 2.0.x before 2.0.1 uses an encrypted View State without a Message Authentication Code (MAC), which makes it easier for remote attackers to perform successful modifications of the View State via a padding oracle attack." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-310" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=623799", "refsource": "CONFIRM", "tags": [], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=623799" }, { "name": "http://svn.apache.org/viewvc/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/util/StateUtils.java?r1=943327\u0026r2=951801", "refsource": "CONFIRM", "tags": [ "Patch" ], "url": "http://svn.apache.org/viewvc/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/util/StateUtils.java?r1=943327\u0026r2=951801" }, { "name": "https://issues.apache.org/jira/browse/MYFACES-2749", "refsource": "CONFIRM", "tags": [], "url": "https://issues.apache.org/jira/browse/MYFACES-2749" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:N", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false } }, "lastModifiedDate": "2010-11-19T05:00Z", "publishedDate": "2010-10-20T18:00Z" } } }
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.
Loading…
Loading…