gsd-2013-7315
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
The Spring MVC in Spring Framework before 3.2.4 and 4.0.0.M1 through 4.0.0.M2 does not disable external entity resolution for the StAX XMLInputFactory, which allows context-dependent attackers to read arbitrary files, cause a denial of service, and conduct CSRF attacks via crafted XML with JAXB, aka an XML External Entity (XXE) issue, and a different vulnerability than CVE-2013-4152. NOTE: this issue was SPLIT from CVE-2013-4152 due to different affected versions.
Aliases
Aliases
{ GSD: { alias: "CVE-2013-7315", description: "The Spring MVC in Spring Framework before 3.2.4 and 4.0.0.M1 through 4.0.0.M2 does not disable external entity resolution for the StAX XMLInputFactory, which allows context-dependent attackers to read arbitrary files, cause a denial of service, and conduct CSRF attacks via crafted XML with JAXB, aka an XML External Entity (XXE) issue, and a different vulnerability than CVE-2013-4152. NOTE: this issue was SPLIT from CVE-2013-4152 due to different affected versions.", id: "GSD-2013-7315", }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2013-7315", ], details: "The Spring MVC in Spring Framework before 3.2.4 and 4.0.0.M1 through 4.0.0.M2 does not disable external entity resolution for the StAX XMLInputFactory, which allows context-dependent attackers to read arbitrary files, cause a denial of service, and conduct CSRF attacks via crafted XML with JAXB, aka an XML External Entity (XXE) issue, and a different vulnerability than CVE-2013-4152. NOTE: this issue was SPLIT from CVE-2013-4152 due to different affected versions.", id: "GSD-2013-7315", modified: "2023-12-13T01:22:18.362470Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "cve@mitre.org", ID: "CVE-2013-7315", 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 Spring MVC in Spring Framework before 3.2.4 and 4.0.0.M1 through 4.0.0.M2 does not disable external entity resolution for the StAX XMLInputFactory, which allows context-dependent attackers to read arbitrary files, cause a denial of service, and conduct CSRF attacks via crafted XML with JAXB, aka an XML External Entity (XXE) issue, and a different vulnerability than CVE-2013-4152. NOTE: this issue was SPLIT from CVE-2013-4152 due to different affected versions.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "n/a", }, ], }, ], }, references: { reference_data: [ { name: "http://www.gopivotal.com/security/cve-2013-4152", refsource: "CONFIRM", url: "http://www.gopivotal.com/security/cve-2013-4152", }, { name: "20131102 XXE Injection in Spring Framework", refsource: "FULLDISC", url: "http://seclists.org/fulldisclosure/2013/Nov/14", }, { name: "20130822 CVE-2013-4152 XML External Entity (XXE) injection in Spring Framework", refsource: "BUGTRAQ", url: "http://seclists.org/bugtraq/2013/Aug/154", }, { name: "DSA-2842", refsource: "DEBIAN", url: "http://www.debian.org/security/2014/dsa-2842", }, { name: "77998", refsource: "BID", url: "http://www.securityfocus.com/bid/77998", }, { name: "https://jira.springsource.org/browse/SPR-10806", refsource: "CONFIRM", url: "https://jira.springsource.org/browse/SPR-10806", }, ], }, }, "gitlab.com": { advisories: [ { affected_range: "(,3.2.3.RELEASE]", affected_versions: "All versions up to 3.2.3.release", cvss_v2: "AV:N/AC:M/Au:N/C:P/I:P/A:P", cwe_ids: [ "CWE-1035", "CWE-264", "CWE-352", "CWE-937", ], date: "2022-07-07", description: "The Spring MVC in Spring Framework before 3.2.4 and 4.0.0.M1 through 4.0.0.M2 does not disable external entity resolution for the StAX XMLInputFactory, which allows context-dependent attackers to read arbitrary files, cause a denial of service, and conduct CSRF attacks via crafted XML with JAXB, aka an XML External Entity (XXE) issue, and a different vulnerability than CVE-2013-4152. NOTE: this issue was SPLIT from CVE-2013-4152 due to different affected versions.", fixed_versions: [ "3.2.4.RELEASE", ], identifier: "CVE-2013-7315", identifiers: [ "GHSA-vp63-rrcm-9mph", "CVE-2013-7315", ], not_impacted: "All versions after 3.2.3.release", package_slug: "maven/org.springframework/spring-oxm", pubdate: "2022-05-13", solution: "Upgrade to version 3.2.4.RELEASE or above.", title: "Cross-Site Request Forgery (CSRF)", urls: [ "https://nvd.nist.gov/vuln/detail/CVE-2013-7315", "http://seclists.org/bugtraq/2013/Aug/154", "http://seclists.org/fulldisclosure/2013/Nov/14", "http://www.debian.org/security/2014/dsa-2842", "http://www.securityfocus.com/bid/77998", "https://github.com/spring-projects/spring-framework/issues/15432", "https://jira.spring.io/browse/SPR-10806?redirect=false", "https://github.com/advisories/GHSA-vp63-rrcm-9mph", ], uuid: "a83d3e83-7697-4bf8-bacf-c02d2f11f8a7", }, { affected_range: "[3-alpha0,3.2.3.RELEASE],[4-alpha0,4.0.0.M3]", affected_versions: "All versions starting from 3-alpha0 up to 3.2.3.release, all versions starting from 4-alpha0 up to 4.0.0.m3", cvss_v2: "AV:N/AC:M/Au:N/C:P/I:P/A:P", cwe_ids: [ "CWE-1035", "CWE-264", "CWE-937", ], date: "2016-11-28", description: "This package does not disable external entity resolution for the StAX XMLInputFactory, which allows context-dependent attackers to read arbitrary files, cause a denial of service, and conduct CSRF attacks via crafted XML with JAXB, aka an XML External Entity (XXE) issue, and a different vulnerability than CVE-2013-4152. NOTE: this issue was SPLIT from CVE-2013-4152 due to different affected versions.", fixed_versions: [ "3.2.4.RELEASE", "4.0.0.RELEASE", ], identifier: "CVE-2013-7315", identifiers: [ "CVE-2013-7315", ], not_impacted: "All versions before 3-alpha0, all versions after 3.2.3.release before 4-alpha0, all versions after 4.0.0.m3", package_slug: "maven/org.springframework/spring-web", pubdate: "2014-01-23", solution: "Upgrade to versions 3.2.4.RELEASE, 4.0.0.RELEASE or above.", title: "XML External Entity (XXE) injection", urls: [ "http://www.gopivotal.com/security/cve-2013-4152", "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-7315", ], uuid: "99a9a215-f94a-4887-be3e-3a16c40e0615", }, ], }, "nvd.nist.gov": { configurations: { CVE_data_version: "4.0", nodes: [ { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:vmware:spring_framework:3.1.4:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:vmware:spring_framework:3.1.3:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:vmware:spring_framework:4.0.0:milestone2:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:springsource:spring_framework:3.0.5:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:springsource:spring_framework:3.0.0:rc2:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:springsource:spring_framework:3.0.0:rc1:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:vmware:spring_framework:*:*:*:*:*:*:*:*", cpe_name: [], versionEndIncluding: "3.2.3", vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:vmware:spring_framework:3.2.2:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:vmware:spring_framework:3.1.0:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:vmware:spring_framework:3.0.7:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:springsource:spring_framework:3.0.2:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:springsource:spring_framework:3.0.1:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:springsource:spring_framework:3.0.0.m2:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:springsource:spring_framework:3.0.0:m2:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:springsource:spring_framework:3.0.0:m1:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:vmware:spring_framework:3.2.1:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:vmware:spring_framework:3.2.0:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:vmware:spring_framework:3.0.6:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:vmware:spring_framework:4.0.0:milestone1:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:springsource:spring_framework:3.0.0.m1:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:springsource:spring_framework:3.0.0:rc3:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:springsource:spring_framework:3.0.0:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:vmware:spring_framework:3.1.2:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:vmware:spring_framework:3.1.1:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:springsource:spring_framework:3.0.4:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:springsource:spring_framework:3.0.3:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:springsource:spring_framework:3.0.0:m4:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:springsource:spring_framework:3.0.0:m3:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, ], operator: "OR", }, ], }, cve: { CVE_data_meta: { ASSIGNER: "cve@mitre.org", ID: "CVE-2013-7315", }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "en", value: "The Spring MVC in Spring Framework before 3.2.4 and 4.0.0.M1 through 4.0.0.M2 does not disable external entity resolution for the StAX XMLInputFactory, which allows context-dependent attackers to read arbitrary files, cause a denial of service, and conduct CSRF attacks via crafted XML with JAXB, aka an XML External Entity (XXE) issue, and a different vulnerability than CVE-2013-4152. NOTE: this issue was SPLIT from CVE-2013-4152 due to different affected versions.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "en", value: "CWE-264", }, ], }, ], }, references: { reference_data: [ { name: "http://www.gopivotal.com/security/cve-2013-4152", refsource: "CONFIRM", tags: [ "Vendor Advisory", ], url: "http://www.gopivotal.com/security/cve-2013-4152", }, { name: "DSA-2842", refsource: "DEBIAN", tags: [], url: "http://www.debian.org/security/2014/dsa-2842", }, { name: "https://jira.springsource.org/browse/SPR-10806", refsource: "CONFIRM", tags: [ "Exploit", "Patch", ], url: "https://jira.springsource.org/browse/SPR-10806", }, { name: "20130822 CVE-2013-4152 XML External Entity (XXE) injection in Spring Framework", refsource: "BUGTRAQ", tags: [], url: "http://seclists.org/bugtraq/2013/Aug/154", }, { name: "20131102 XXE Injection in Spring Framework", refsource: "FULLDISC", tags: [], url: "http://seclists.org/fulldisclosure/2013/Nov/14", }, { name: "77998", refsource: "BID", tags: [], url: "http://www.securityfocus.com/bid/77998", }, ], }, }, 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-04-11T17:36Z", publishedDate: "2014-01-23T21: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.