gsd-2023-2974
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
A vulnerability was found in quarkus-core. This vulnerability occurs because the TLS protocol configured with quarkus.http.ssl.protocols is not enforced, and the client can force the selection of the weaker supported TLS protocol.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-2974", "id": "GSD-2023-2974" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-2974" ], "details": "A vulnerability was found in quarkus-core. This vulnerability occurs because the TLS protocol configured with quarkus.http.ssl.protocols is not enforced, and the client can force the selection of the weaker supported TLS protocol.", "id": "GSD-2023-2974", "modified": "2023-12-13T01:20:32.449075Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2023-2974", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Quarkus", "version": { "version_data": [ { "version_value": "not down converted", "x_cve_json_5_version_data": { "versions": [ { "status": "unaffected", "version": "2.13.8" } ] } } ] } } ] }, "vendor_name": "n/a" }, { "product": { "product_data": [ { "product_name": "Red Hat build of Quarkus", "version": { "version_data": [ { "version_value": "not down converted", "x_cve_json_5_version_data": { "defaultStatus": "unaffected" } } ] } } ] }, "vendor_name": "Red Hat" } ] } }, "credits": [ { "lang": "en", "value": "This issue was discovered by Alexander Schwartz (Red Hat)." } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "A vulnerability was found in quarkus-core. This vulnerability occurs because the TLS protocol configured with quarkus.http.ssl.protocols is not enforced, and the client can force the selection of the weaker supported TLS protocol." } ] }, "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-757", "lang": "eng", "value": "Selection of Less-Secure Algorithm During Negotiation (\u0027Algorithm Downgrade\u0027)" } ] } ] }, "references": { "reference_data": [ { "name": "https://access.redhat.com/errata/RHSA-2023:3809", "refsource": "MISC", "url": "https://access.redhat.com/errata/RHSA-2023:3809" }, { "name": "https://access.redhat.com/security/cve/CVE-2023-2974", "refsource": "MISC", "url": "https://access.redhat.com/security/cve/CVE-2023-2974" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=2211026", "refsource": "MISC", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211026" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "(,2.16.8.Final)", "affected_versions": "All versions before 2.16.8.final", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2023-07-11", "description": "A vulnerability was found in quarkus-core. This vulnerability occurs because the TLS protocol configured with quarkus.http.ssl.protocols is not enforced, and the client can force the selection of the weaker supported TLS protocol.", "fixed_versions": [ "2.16.8.Final" ], "identifier": "CVE-2023-2974", "identifiers": [ "GHSA-3fhx-3vvg-2j84", "CVE-2023-2974" ], "not_impacted": "All versions starting from 2.16.8.final", "package_slug": "maven/io.quarkus/quarkus-core", "pubdate": "2023-07-04", "solution": "Upgrade to version 2.16.8.Final or above.", "title": "quarkus-core vulnerable to client driven TLS cipher downgrading", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2023-2974", "https://access.redhat.com/errata/RHSA-2023:3809", "https://access.redhat.com/security/cve/CVE-2023-2974", "https://bugzilla.redhat.com/show_bug.cgi?id=2211026", "https://github.com/quarkusio/quarkus/pull/34469", "https://github.com/quarkusio/quarkus/commit/468397ae53a8d6aae933d0d406f94965e97d1935", "https://github.com/advisories/GHSA-3fhx-3vvg-2j84" ], "uuid": "dec30cae-324b-4445-b0de-593d68cc17d5" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:redhat:build_of_quarkus:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "2.13.8", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2023-2974" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "A vulnerability was found in quarkus-core. This vulnerability occurs because the TLS protocol configured with quarkus.http.ssl.protocols is not enforced, and the client can force the selection of the weaker supported TLS protocol." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "NVD-CWE-Other" } ] } ] }, "references": { "reference_data": [ { "name": "https://access.redhat.com/errata/RHSA-2023:3809", "refsource": "MISC", "tags": [ "Release Notes" ], "url": "https://access.redhat.com/errata/RHSA-2023:3809" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=2211026", "refsource": "MISC", "tags": [ "Issue Tracking", "Vendor Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211026" }, { "name": "https://access.redhat.com/security/cve/CVE-2023-2974", "refsource": "MISC", "tags": [ "Vendor Advisory" ], "url": "https://access.redhat.com/security/cve/CVE-2023-2974" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 5.2 } }, "lastModifiedDate": "2023-07-11T17:00Z", "publishedDate": "2023-07-04T14: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.