gsd-2023-28708
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
When using the RemoteIpFilter with requests received from a reverse proxy via HTTP that include the X-Forwarded-Proto header set to https, session cookies created by Apache Tomcat 11.0.0-M1 to 11.0.0.-M2, 10.1.0-M1 to 10.1.5, 9.0.0-M1 to 9.0.71 and 8.5.0 to 8.5.85 did not include the secure attribute. This could result in the user agent transmitting the session cookie over an insecure channel.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-28708", "id": "GSD-2023-28708" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-28708" ], "details": "When using the RemoteIpFilter with requests received from a reverse proxy via HTTP that include the X-Forwarded-Proto header set to https, session cookies created by Apache Tomcat 11.0.0-M1 to 11.0.0.-M2, 10.1.0-M1 to 10.1.5, 9.0.0-M1 to 9.0.71 and 8.5.0 to 8.5.85 did not include the secure attribute. This could result in the user agent transmitting the session cookie over an insecure channel.", "id": "GSD-2023-28708", "modified": "2023-12-13T01:20:48.034755Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@apache.org", "ID": "CVE-2023-28708", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Apache Tomcat", "version": { "version_data": [ { "version_affected": "\u003c=", "version_name": "11.0.0-M1", "version_value": "11.0.0-M2" }, { "version_affected": "\u003c=", "version_name": "10.1.0-M1", "version_value": "10.1.5" }, { "version_affected": "\u003c=", "version_name": "9.0.0-M1", "version_value": "9.0.71" }, { "version_affected": "\u003c=", "version_name": "8.5.0", "version_value": "8.5.85" } ] } } ] }, "vendor_name": "Apache Software Foundation" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "When using the RemoteIpFilter with requests received from a reverse proxy via HTTP that include the X-Forwarded-Proto header set to https, session cookies created by Apache Tomcat 11.0.0-M1 to 11.0.0.-M2, 10.1.0-M1 to 10.1.5, 9.0.0-M1 to 9.0.71 and 8.5.0 to 8.5.85 did not include the secure attribute. This could result in the user agent transmitting the session cookie over an insecure channel." } ] }, "generator": { "engine": "Vulnogram 0.1.0-dev" }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-523", "lang": "eng", "value": "CWE-523 Unprotected Transport of Credentials" } ] } ] }, "references": { "reference_data": [ { "name": "https://lists.apache.org/thread/hdksc59z3s7tm39x0pp33mtwdrt8qr67", "refsource": "MISC", "url": "https://lists.apache.org/thread/hdksc59z3s7tm39x0pp33mtwdrt8qr67" } ] }, "source": { "defect": [ "66474" ], "discovery": "UNKNOWN" } }, "gitlab.com": { "advisories": [ { "affected_range": "[8.5.0,8.5.86),[9.0.0-M1,9.0.72),[10.1.0-M1,10.1.6),[11.0.0-M1,11.0.0)", "affected_versions": "All versions starting from 8.5.0 before 8.5.86, all versions starting from 9.0.0-m1 before 9.0.72, all versions starting from 10.1.0-m1 before 10.1.6, all versions starting from 11.0.0-m1 before 11.0.0", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-523", "CWE-937" ], "date": "2023-03-27", "description": "When using the RemoteIpFilter with requests received from a reverse proxy via HTTP that include the X-Forwarded-Proto header set to https, session cookies created by Apache Tomcat 11.0.0-M1 to 11.0.0.-M2, 10.1.0-M1 to 10.1.5, 9.0.0-M1 to 9.0.71 and 8.5.0 to 8.5.85 does not include the secure attribute. This could result in the user agent transmitting the session cookie over an insecure channel.", "fixed_versions": [ "10.1.6", "11.0.0", "8.5.86", "9.0.72" ], "identifier": "CVE-2023-28708", "identifiers": [ "CVE-2023-28708", "GHSA-2c9m-w27f-53rm" ], "not_impacted": "All versions before 8.5.0, all versions starting from 8.5.86 before 9.0.0-m1, all versions starting from 9.0.72 before 10.1.0-m1, all versions starting from 10.1.6 before 11.0.0-m1, all versions starting from 11.0.0", "package_slug": "maven/org.apache.tomcat.embed/tomcat-embed-core", "pubdate": "2023-03-22", "solution": "Upgrade to versions 10.1.6, 11.0.0, 8.5.86, 9.0.72 or above.", "title": "Unprotected Transport of Credentials", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2023-28708", "https://lists.apache.org/thread/hdksc59z3s7tm39x0pp33mtwdrt8qr67", "https://github.com/apache/tomcat/commit/3b51230764da595bb19e8d0962dd8c69ab40dfab", "https://github.com/apache/tomcat/commit/5b72c94e8b2c4ada63a1d91dc527bf4d8fd1f510", "https://github.com/apache/tomcat/commit/c64d496dda1560b5df113be55fbfaefec349b50f", "https://github.com/apache/tomcat/commit/f509bbf31fc00abe3d9f25ebfabca5e05173da5b", "https://bz.apache.org/bugzilla/show_bug.cgi?id=66471", "https://tomcat.apache.org/security-10.html", "https://tomcat.apache.org/security-11.html", "https://tomcat.apache.org/security-8.html", "https://tomcat.apache.org/security-9.html", "https://github.com/advisories/GHSA-2c9m-w27f-53rm" ], "uuid": "a359a733-8ec2-4fdd-b94d-eeb02a050326" }, { "affected_range": "[8.5.0,8.5.86),[9.0.0-M1,9.0.72),[10.1.0-M1,10.1.6),[11.0.0-M1,11.0.0-M3)", "affected_versions": "All versions starting from 8.5.0 before 8.5.86, all versions starting from 9.0.0-m1 before 9.0.72, all versions starting from 10.1.0-m1 before 10.1.6, all versions starting from 11.0.0-m1 before 11.0.0-m3", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-523", "CWE-937" ], "date": "2023-03-27", "description": "When using the RemoteIpFilter with requests received from a reverse proxy via HTTP that include the X-Forwarded-Proto header set to https, session cookies created by Apache Tomcat 11.0.0-M1 to 11.0.0.-M2, 10.1.0-M1 to 10.1.5, 9.0.0-M1 to 9.0.71 and 8.5.0 to 8.5.85 does not include the secure attribute. This could result in the user agent transmitting the session cookie over an insecure channel.", "fixed_versions": [ "10.1.6", "11.0.0-M3", "8.5.86", "9.0.72" ], "identifier": "CVE-2023-28708", "identifiers": [ "CVE-2023-28708", "GHSA-2c9m-w27f-53rm" ], "not_impacted": "All versions before 8.5.0, all versions starting from 8.5.86 before 9.0.0-m1, all versions starting from 9.0.72 before 10.1.0-m1, all versions starting from 10.1.6 before 11.0.0-m1, all versions starting from 11.0.0-m3", "package_slug": "maven/org.apache.tomcat/tomcat-catalina", "pubdate": "2023-03-22", "solution": "Upgrade to versions 10.1.6, 11.0.0-M3, 8.5.86, 9.0.72 or above.", "title": "Unprotected Transport of Credentials", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2023-28708", "https://lists.apache.org/thread/hdksc59z3s7tm39x0pp33mtwdrt8qr67", "https://github.com/apache/tomcat/commit/3b51230764da595bb19e8d0962dd8c69ab40dfab", "https://github.com/apache/tomcat/commit/5b72c94e8b2c4ada63a1d91dc527bf4d8fd1f510", "https://github.com/apache/tomcat/commit/c64d496dda1560b5df113be55fbfaefec349b50f", "https://github.com/apache/tomcat/commit/f509bbf31fc00abe3d9f25ebfabca5e05173da5b", "https://bz.apache.org/bugzilla/show_bug.cgi?id=66471", "https://tomcat.apache.org/security-10.html", "https://tomcat.apache.org/security-11.html", "https://tomcat.apache.org/security-8.html", "https://tomcat.apache.org/security-9.html", "https://github.com/advisories/GHSA-2c9m-w27f-53rm" ], "uuid": "772c90db-33b0-4771-a30e-1fe168dfeb23" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:apache:tomcat:11.0.0:milestone1:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "10.1.6", "versionStartExcluding": "10.1.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "9.0.72", "versionStartExcluding": "9.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "8.5.86", "versionStartIncluding": "8.5.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:apache:tomcat:11.0.0:milestone2:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@apache.org", "ID": "CVE-2023-28708" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "When using the RemoteIpFilter with requests received from a reverse proxy via HTTP that include the X-Forwarded-Proto header set to https, session cookies created by Apache Tomcat 11.0.0-M1 to 11.0.0.-M2, 10.1.0-M1 to 10.1.5, 9.0.0-M1 to 9.0.71 and 8.5.0 to 8.5.85 did not include the secure attribute. This could result in the user agent transmitting the session cookie over an insecure channel." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-523" } ] } ] }, "references": { "reference_data": [ { "name": "https://lists.apache.org/thread/hdksc59z3s7tm39x0pp33mtwdrt8qr67", "refsource": "MISC", "tags": [ "Mailing List", "Patch", "Vendor Advisory" ], "url": "https://lists.apache.org/thread/hdksc59z3s7tm39x0pp33mtwdrt8qr67" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 1.4 } }, "lastModifiedDate": "2023-03-27T15:26Z", "publishedDate": "2023-03-22T11: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.
- 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.