gsd-2022-22950
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
n Spring Framework versions 5.3.0 - 5.3.16 and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial of service condition.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2022-22950",
"description": "n Spring Framework versions 5.3.0 - 5.3.16 and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial of service condition.",
"id": "GSD-2022-22950",
"references": [
"https://access.redhat.com/errata/RHSA-2022:5532",
"https://access.redhat.com/errata/RHSA-2022:5555",
"https://access.redhat.com/errata/RHSA-2022:5903",
"https://access.redhat.com/errata/RHSA-2022:8761"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2022-22950"
],
"details": "n Spring Framework versions 5.3.0 - 5.3.16 and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial of service condition.",
"id": "GSD-2022-22950",
"modified": "2023-12-13T01:19:28.731374Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security@vmware.com",
"ID": "CVE-2022-22950",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Spring Framework",
"version": {
"version_data": [
{
"version_value": "Spring Framework versions 5.3.X prior to 5.3.17+ and all old and unsupported versions"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "n Spring Framework versions 5.3.0 - 5.3.16 and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial of service condition."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-770: Allocation of Resources Without Limits or Throttling"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://tanzu.vmware.com/security/cve-2022-22950",
"refsource": "MISC",
"url": "https://tanzu.vmware.com/security/cve-2022-22950"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "[5.2.0,5.2.20),[5.3.0,5.3.17)",
"affected_versions": "All versions starting from 5.2.0 before 5.2.20, all versions starting from 5.3.0 before 5.3.17",
"cvss_v2": "AV:N/AC:L/Au:S/C:N/I:N/A:P",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"cwe_ids": [
"CWE-1035",
"CWE-770",
"CWE-937"
],
"date": "2022-04-08",
"description": "In Spring Framework versions 5.3.0 - 5.3.16 and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a Denial of Service.",
"fixed_versions": [
"5.2.20.RELEASE",
"5.3.17"
],
"identifier": "CVE-2022-22950",
"identifiers": [
"CVE-2022-22950",
"GHSA-558x-2xjg-6232"
],
"not_impacted": "All versions before 5.2.0, all versions starting from 5.2.20 before 5.3.0, all versions starting from 5.3.17",
"package_slug": "maven/org.springframework/spring-core",
"pubdate": "2022-04-01",
"solution": "Upgrade to versions 5.2.20.RELEASE, 5.3.17 or above.",
"title": "Allocation of Resources Without Limits or Throttling in Spring Framework",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-22950",
"https://tanzu.vmware.com/security/cve-2022-22950",
"https://github.com/advisories/GHSA-558x-2xjg-6232"
],
"uuid": "93836118-77a8-4379-b45b-fea1b9b7b746"
},
{
"affected_range": "(,5.2.20),[5.3.0,5.3.16)",
"affected_versions": "All versions before 5.2.20, all versions starting from 5.3.0 before 5.3.16",
"cvss_v2": "AV:N/AC:L/Au:S/C:N/I:N/A:P",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"cwe_ids": [
"CWE-1035",
"CWE-770",
"CWE-937"
],
"date": "2022-07-07",
"description": "n Spring Framework versions 5.3.0 - 5.3.16 and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial of service condition.",
"fixed_versions": [
"5.2.20",
"5.3.16"
],
"identifier": "CVE-2022-22950",
"identifiers": [
"GHSA-558x-2xjg-6232",
"CVE-2022-22950"
],
"not_impacted": "All versions starting from 5.2.20 before 5.3.0, all versions starting from 5.3.16",
"package_slug": "maven/org.springframework/spring-expression",
"pubdate": "2022-04-03",
"solution": "Upgrade to versions 5.2.20, 5.3.16 or above.",
"title": "Allocation of Resources Without Limits or Throttling",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-22950",
"https://tanzu.vmware.com/security/cve-2022-22950",
"https://github.com/spring-projects/spring-framework/issues/28145",
"https://github.com/spring-projects/spring-framework/issues/28257",
"https://github.com/spring-projects/spring-framework/commit/83ac65915871067c39a4fb255e0d484c785c0c11",
"https://github.com/advisories/GHSA-558x-2xjg-6232"
],
"uuid": "da31f227-91cf-4e63-abd5-3e7f1f62e7ab"
},
{
"affected_range": "[5.2.0,5.2.20),[5.3.0,5.3.17)",
"affected_versions": "All versions starting from 5.2.0 before 5.2.20, all versions starting from 5.3.0 before 5.3.17",
"cvss_v2": "AV:N/AC:L/Au:S/C:N/I:N/A:P",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"cwe_ids": [
"CWE-1035",
"CWE-770",
"CWE-937"
],
"date": "2022-04-08",
"description": "In Spring Framework versions 5.3.0 - 5.3.16 and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial of service condition.",
"fixed_versions": [
"5.2.20.RELEASE",
"5.3.17"
],
"identifier": "CVE-2022-22950",
"identifiers": [
"CVE-2022-22950"
],
"not_impacted": "All versions before 5.2.0, all versions starting from 5.2.20 before 5.3.0, all versions starting from 5.3.17",
"package_slug": "maven/org.springframework/spring-webmvc",
"pubdate": "2022-04-01",
"solution": "Upgrade to versions 5.2.20.RELEASE, 5.3.17 or above.",
"title": "Allocation of Resources Without Limits or Throttling",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-22950",
"https://tanzu.vmware.com/security/cve-2022-22950"
],
"uuid": "15b49dbe-bdec-49b2-ae8f-e3473990f5b8"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:vmware:spring_framework:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "5.2.20",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:vmware:spring_framework:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "5.3.17",
"versionStartIncluding": "5.3.0",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security@vmware.com",
"ID": "CVE-2022-22950"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "n Spring Framework versions 5.3.0 - 5.3.16 and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial of service condition."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-770"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://tanzu.vmware.com/security/cve-2022-22950",
"refsource": "MISC",
"tags": [
"Mitigation",
"Vendor Advisory"
],
"url": "https://tanzu.vmware.com/security/cve-2022-22950"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "SINGLE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.0,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:L/Au:S/C:N/I:N/A:P",
"version": "2.0"
},
"exploitabilityScore": 8.0,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 3.6
}
},
"lastModifiedDate": "2022-06-22T13:53Z",
"publishedDate": "2022-04-01T23:15Z"
}
}
}
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.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- 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…