gsd-2011-2894
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
Spring Framework 3.0.0 through 3.0.5, Spring Security 3.0.0 through 3.0.5 and 2.0.0 through 2.0.6, and possibly other versions deserialize objects from untrusted sources, which allows remote attackers to bypass intended security restrictions and execute untrusted code by (1) serializing a java.lang.Proxy instance and using InvocationHandler, or (2) accessing internal AOP interfaces, as demonstrated using deserialization of a DefaultListableBeanFactory instance to execute arbitrary commands via the java.lang.Runtime class.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2011-2894", "description": "Spring Framework 3.0.0 through 3.0.5, Spring Security 3.0.0 through 3.0.5 and 2.0.0 through 2.0.6, and possibly other versions deserialize objects from untrusted sources, which allows remote attackers to bypass intended security restrictions and execute untrusted code by (1) serializing a java.lang.Proxy instance and using InvocationHandler, or (2) accessing internal AOP interfaces, as demonstrated using deserialization of a DefaultListableBeanFactory instance to execute arbitrary commands via the java.lang.Runtime class.", "id": "GSD-2011-2894", "references": [ "https://access.redhat.com/errata/RHSA-2011:1334" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2011-2894" ], "details": "Spring Framework 3.0.0 through 3.0.5, Spring Security 3.0.0 through 3.0.5 and 2.0.0 through 2.0.6, and possibly other versions deserialize objects from untrusted sources, which allows remote attackers to bypass intended security restrictions and execute untrusted code by (1) serializing a java.lang.Proxy instance and using InvocationHandler, or (2) accessing internal AOP interfaces, as demonstrated using deserialization of a DefaultListableBeanFactory instance to execute arbitrary commands via the java.lang.Runtime class.", "id": "GSD-2011-2894", "modified": "2023-12-13T01:19:07.080173Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2011-2894", "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": "Spring Framework 3.0.0 through 3.0.5, Spring Security 3.0.0 through 3.0.5 and 2.0.0 through 2.0.6, and possibly other versions deserialize objects from untrusted sources, which allows remote attackers to bypass intended security restrictions and execute untrusted code by (1) serializing a java.lang.Proxy instance and using InvocationHandler, or (2) accessing internal AOP interfaces, as demonstrated using deserialization of a DefaultListableBeanFactory instance to execute arbitrary commands via the java.lang.Runtime class." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "http://osvdb.org/75263", "refsource": "MISC", "url": "http://osvdb.org/75263" }, { "name": "http://securityreason.com/securityalert/8405", "refsource": "MISC", "url": "http://securityreason.com/securityalert/8405" }, { "name": "http://www.redhat.com/support/errata/RHSA-2011-1334.html", "refsource": "MISC", "url": "http://www.redhat.com/support/errata/RHSA-2011-1334.html" }, { "name": "http://www.securityfocus.com/archive/1/519593/100/0/threaded", "refsource": "MISC", "url": "http://www.securityfocus.com/archive/1/519593/100/0/threaded" }, { "name": "http://www.securityfocus.com/bid/49536", "refsource": "MISC", "url": "http://www.securityfocus.com/bid/49536" }, { "name": "http://www.springsource.com/security/cve-2011-2894", "refsource": "MISC", "url": "http://www.springsource.com/security/cve-2011-2894" }, { "name": "https://exchange.xforce.ibmcloud.com/vulnerabilities/69687", "refsource": "MISC", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/69687" }, { "name": "https://web.archive.org/web/20120307233721/http://www.springsource.com/security/cve-2011-2894", "refsource": "MISC", "url": "https://web.archive.org/web/20120307233721/http://www.springsource.com/security/cve-2011-2894" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "[2.0.0,2.0.7),[3.0.0,3.0.6)", "affected_versions": "All versions starting from 2.0.0 before 2.0.7, all versions starting from 3.0.0 before 3.0.6", "cvss_v2": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "cwe_ids": [ "CWE-1035", "CWE-502", "CWE-78", "CWE-937" ], "date": "2022-07-20", "description": "Spring Framework 3.0.0 through 3.0.5, Spring Security 3.0.0 through 3.0.5 and 2.0.0 through 2.0.6, and possibly other versions deserialize objects from untrusted sources, which allows remote attackers to bypass intended security restrictions and execute untrusted code by (1) serializing a java.lang.Proxy instance and using InvocationHandler, or (2) accessing internal AOP interfaces, as demonstrated using deserialization of a DefaultListableBeanFactory instance to execute arbitrary commands via the java.lang.Runtime class.", "fixed_versions": [ "2.0.7", "3.0.6" ], "identifier": "CVE-2011-2894", "identifiers": [ "GHSA-f866-m9mv-2xr3", "CVE-2011-2894" ], "not_impacted": "All versions before 2.0.0, all versions starting from 2.0.7 before 3.0.0, all versions starting from 3.0.6", "package_slug": "maven/org.springframework.security/spring-security-core", "pubdate": "2022-05-14", "solution": "Upgrade to versions 2.0.7, 3.0.6 or above.", "title": "Deserialization of Untrusted Data", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2011-2894", "https://exchange.xforce.ibmcloud.com/vulnerabilities/69687", "http://securityreason.com/securityalert/8405", "http://www.redhat.com/support/errata/RHSA-2011-1334.html", "https://web.archive.org/web/20120307233721/http://www.springsource.com/security/cve-2011-2894", "http://osvdb.org/75263", "http://www.securityfocus.com/archive/1/519593/100/0/threaded", "http://www.securityfocus.com/bid/49536", "http://www.springsource.com/security/cve-2011-2894", "https://github.com/advisories/GHSA-f866-m9mv-2xr3" ], "uuid": "c4589e88-0ecb-4ff2-b605-cbb1301713af" }, { "affected_range": "[3.0.0,3.0.6)", "affected_versions": "All versions starting from 3.0.0 before 3.0.6", "cvss_v2": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "cwe_ids": [ "CWE-1035", "CWE-502", "CWE-78", "CWE-937" ], "date": "2022-07-20", "description": "Spring Framework 3.0.0 through 3.0.5, Spring Security 3.0.0 through 3.0.5 and 2.0.0 through 2.0.6, and possibly other versions deserialize objects from untrusted sources, which allows remote attackers to bypass intended security restrictions and execute untrusted code by (1) serializing a java.lang.Proxy instance and using InvocationHandler, or (2) accessing internal AOP interfaces, as demonstrated using deserialization of a DefaultListableBeanFactory instance to execute arbitrary commands via the java.lang.Runtime class.", "fixed_versions": [ "3.0.6" ], "identifier": "CVE-2011-2894", "identifiers": [ "GHSA-f866-m9mv-2xr3", "CVE-2011-2894" ], "not_impacted": "All versions before 3.0.0, all versions starting from 3.0.6", "package_slug": "maven/org.springframework/spring-core", "pubdate": "2022-05-14", "solution": "Upgrade to version 3.0.6 or above.", "title": "Deserialization of Untrusted Data", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2011-2894", "https://exchange.xforce.ibmcloud.com/vulnerabilities/69687", "http://securityreason.com/securityalert/8405", "http://www.redhat.com/support/errata/RHSA-2011-1334.html", "https://web.archive.org/web/20120307233721/http://www.springsource.com/security/cve-2011-2894", "http://osvdb.org/75263", "http://www.securityfocus.com/archive/1/519593/100/0/threaded", "http://www.securityfocus.com/bid/49536", "http://www.springsource.com/security/cve-2011-2894", "https://github.com/advisories/GHSA-f866-m9mv-2xr3" ], "uuid": "2d68ce32-8884-4fa5-82bf-48008eb2f3d5" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:vmware:spring_security:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "2.0.6", "versionStartIncluding": "2.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:vmware:spring_framework:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "3.0.5", "versionStartIncluding": "3.0.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2011-2894" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Spring Framework 3.0.0 through 3.0.5, Spring Security 3.0.0 through 3.0.5 and 2.0.0 through 2.0.6, and possibly other versions deserialize objects from untrusted sources, which allows remote attackers to bypass intended security restrictions and execute untrusted code by (1) serializing a java.lang.Proxy instance and using InvocationHandler, or (2) accessing internal AOP interfaces, as demonstrated using deserialization of a DefaultListableBeanFactory instance to execute arbitrary commands via the java.lang.Runtime class." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-502" } ] } ] }, "references": { "reference_data": [ { "name": "49536", "refsource": "BID", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/49536" }, { "name": "http://www.springsource.com/security/cve-2011-2894", "refsource": "CONFIRM", "tags": [ "Vendor Advisory" ], "url": "http://www.springsource.com/security/cve-2011-2894" }, { "name": "75263", "refsource": "OSVDB", "tags": [ "Broken Link" ], "url": "http://osvdb.org/75263" }, { "name": "RHSA-2011:1334", "refsource": "REDHAT", "tags": [ "Third Party Advisory" ], "url": "http://www.redhat.com/support/errata/RHSA-2011-1334.html" }, { "name": "8405", "refsource": "SREASON", "tags": [ "Third Party Advisory" ], "url": "http://securityreason.com/securityalert/8405" }, { "name": "spring-framework-object-sec-bypass(69687)", "refsource": "XF", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/69687" }, { "name": "20110909 CVE-2011-2894: Spring Framework and Spring Security serialization-based remoting vulnerabilities", "refsource": "BUGTRAQ", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/archive/1/519593/100/0/threaded" }, { "name": "https://web.archive.org/web/20120307233721/http://www.springsource.com/security/cve-2011-2894", "refsource": "MISC", "tags": [], "url": "https://web.archive.org/web/20120307233721/http://www.springsource.com/security/cve-2011-2894" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false } }, "lastModifiedDate": "2022-07-17T20:15Z", "publishedDate": "2011-10-04T10:55Z" } } }
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.