gsd-2023-27522
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
HTTP Response Smuggling vulnerability in Apache HTTP Server via mod_proxy_uwsgi. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.55.
Special characters in the origin response header can truncate/split the response forwarded to the client.
Aliases
Aliases
{ GSD: { alias: "CVE-2023-27522", id: "GSD-2023-27522", references: [ "https://www.suse.com/security/cve/CVE-2023-27522.html", "https://ubuntu.com/security/CVE-2023-27522", ], }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2023-27522", ], details: "HTTP Response Smuggling vulnerability in Apache HTTP Server via mod_proxy_uwsgi. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.55.\n\nSpecial characters in the origin response header can truncate/split the response forwarded to the client.\n\n\n", id: "GSD-2023-27522", modified: "2023-12-13T01:20:55.398183Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "security@apache.org", ID: "CVE-2023-27522", STATE: "PUBLIC", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "Apache HTTP Server", version: { version_data: [ { version_affected: "<=", version_name: "2.4.30", version_value: "2.4.55", }, ], }, }, ], }, vendor_name: "Apache Software Foundation", }, ], }, }, credits: [ { lang: "en", value: "Dimas Fariski Setyawan Putra (nyxsorcerer)", }, ], data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "HTTP Response Smuggling vulnerability in Apache HTTP Server via mod_proxy_uwsgi. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.55.\n\nSpecial characters in the origin response header can truncate/split the response forwarded to the client.\n\n\n", }, ], }, generator: { engine: "Vulnogram 0.1.0-dev", }, problemtype: { problemtype_data: [ { description: [ { cweId: "CWE-444", lang: "eng", value: "CWE-444 Inconsistent Interpretation of HTTP Responses ('HTTP Response Smuggling')", }, ], }, ], }, references: { reference_data: [ { name: "https://httpd.apache.org/security/vulnerabilities_24.html", refsource: "MISC", url: "https://httpd.apache.org/security/vulnerabilities_24.html", }, { name: "https://lists.debian.org/debian-lts-announce/2023/04/msg00028.html", refsource: "MISC", url: "https://lists.debian.org/debian-lts-announce/2023/04/msg00028.html", }, { name: "https://security.gentoo.org/glsa/202309-01", refsource: "MISC", url: "https://security.gentoo.org/glsa/202309-01", }, ], }, source: { discovery: "UNKNOWN", }, }, "gitlab.com": { advisories: [ { affected_range: "<2.0.22", affected_versions: "All versions before 2.0.22", cvss_v3: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", cwe_ids: [ "CWE-1035", "CWE-444", "CWE-937", ], date: "2023-08-24", description: "HTTP Response Smuggling vulnerability in Apache HTTP Server via mod_proxy_uwsgi. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.55.\n\nSpecial characters in the origin response header can truncate/split the response forwarded to the client.\n\n\n", fixed_versions: [ "2.0.22", ], identifier: "CVE-2023-27522", identifiers: [ "GHSA-vcph-37mh-fqrh", "CVE-2023-27522", ], not_impacted: "All versions starting from 2.0.22", package_slug: "pypi/uWSGI", pubdate: "2023-03-07", solution: "Upgrade to version 2.0.22 or above.", title: "Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')", urls: [ "https://nvd.nist.gov/vuln/detail/CVE-2023-27522", "https://httpd.apache.org/security/vulnerabilities_24.html", "https://lists.debian.org/debian-lts-announce/2023/04/msg00028.html", "https://github.com/apache/httpd/commit/d753ea76b5972a85349b68c31b59d04c60014f2d", "https://github.com/unbit/uwsgi/commit/58ee1df31fa9e9af106aaeabb82374c36b433822", "https://github.com/unbit/uwsgi/commit/acb03530aaaeaa810f28a5b64da619525940f569", "https://uwsgi-docs.readthedocs.io/en/latest/Changelog-2.0.22.html", "https://github.com/advisories/GHSA-vcph-37mh-fqrh", ], uuid: "b54cef7d-7c3e-4383-a48e-889038b74414", }, ], }, "nvd.nist.gov": { configurations: { CVE_data_version: "4.0", nodes: [ { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*", cpe_name: [], versionEndIncluding: "2.4.55", versionStartIncluding: "2.4.30", vulnerable: true, }, ], operator: "OR", }, { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, ], operator: "OR", }, { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:unbit:uwsgi:*:*:*:*:*:*:*:*", cpe_name: [], versionEndExcluding: "2.0.22", vulnerable: true, }, ], operator: "OR", }, ], }, cve: { CVE_data_meta: { ASSIGNER: "security@apache.org", ID: "CVE-2023-27522", }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "en", value: "HTTP Response Smuggling vulnerability in Apache HTTP Server via mod_proxy_uwsgi. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.55.\n\nSpecial characters in the origin response header can truncate/split the response forwarded to the client.\n\n\n", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "en", value: "CWE-444", }, ], }, ], }, references: { reference_data: [ { name: "https://httpd.apache.org/security/vulnerabilities_24.html", refsource: "MISC", tags: [ "Vendor Advisory", ], url: "https://httpd.apache.org/security/vulnerabilities_24.html", }, { name: "https://lists.debian.org/debian-lts-announce/2023/04/msg00028.html", refsource: "MISC", tags: [ "Third Party Advisory", ], url: "https://lists.debian.org/debian-lts-announce/2023/04/msg00028.html", }, { name: "https://security.gentoo.org/glsa/202309-01", refsource: "MISC", tags: [], url: "https://security.gentoo.org/glsa/202309-01", }, ], }, }, impact: { baseMetricV3: { cvssV3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", version: "3.1", }, exploitabilityScore: 3.9, impactScore: 3.6, }, }, lastModifiedDate: "2023-09-08T22:15Z", publishedDate: "2023-03-07T16:15Z", }, }, }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
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.