diff --git a/2024/10xxx/CVE-2024-10005.json b/2024/10xxx/CVE-2024-10005.json index a694cf749a6..f17f375d3f6 100644 --- a/2024/10xxx/CVE-2024-10005.json +++ b/2024/10xxx/CVE-2024-10005.json @@ -1,17 +1,113 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-10005", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@hashicorp.com", + "STATE": "PUBLIC" }, "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "A vulnerability was identified in Consul and Consul Enterprise (\u201cConsul\u201d) such that using URL paths in L7 traffic intentions could bypass HTTP request path-based access rules." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (Path Traversal)", + "cweId": "CWE-22" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "HashiCorp", + "product": { + "product_data": [ + { + "product_name": "Consul", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "1.9.0", + "version_value": "1.20.1" + } + ] + } + }, + { + "product_name": "Consul Enterprise", + "version": { + "version_data": [ + { + "version_value": "not down converted", + "x_cve_json_5_version_data": { + "versions": [ + { + "changes": [ + { + "at": "1.19.3", + "status": "unaffected" + }, + { + "at": "1.18.5", + "status": "unaffected" + }, + { + "at": "1.15.15", + "status": "unaffected" + } + ], + "lessThan": "1.20.1", + "status": "affected", + "version": "1.9.0", + "versionType": "semver" + } + ], + "defaultStatus": "unaffected" + } + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://discuss.hashicorp.com/t/hcsec-2024-22-consul-l7-intentions-vulnerable-to-url-path-bypass", + "refsource": "MISC", + "name": "https://discuss.hashicorp.com/t/hcsec-2024-22-consul-l7-intentions-vulnerable-to-url-path-bypass" + } + ] + }, + "source": { + "advisory": "HCSEC-2024-22", + "discovery": "EXTERNAL" + }, + "impact": { + "cvss": [ + { + "baseScore": 8.1, + "baseSeverity": "HIGH", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", + "version": "3.1" } ] } diff --git a/2024/10xxx/CVE-2024-10006.json b/2024/10xxx/CVE-2024-10006.json index 07a2c75987c..fdcfb28c491 100644 --- a/2024/10xxx/CVE-2024-10006.json +++ b/2024/10xxx/CVE-2024-10006.json @@ -1,17 +1,113 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-10006", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@hashicorp.com", + "STATE": "PUBLIC" }, "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "A vulnerability was identified in Consul and Consul Enterprise (\u201cConsul\u201d) such that using Headers in L7 traffic intentions could bypass HTTP header based access rules." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-644: Improper Neutralization of HTTP Headers", + "cweId": "CWE-644" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "HashiCorp", + "product": { + "product_data": [ + { + "product_name": "Consul", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "1.9.0", + "version_value": "1.20.1" + } + ] + } + }, + { + "product_name": "Consul Enterprise", + "version": { + "version_data": [ + { + "version_value": "not down converted", + "x_cve_json_5_version_data": { + "versions": [ + { + "changes": [ + { + "at": "1.19.3", + "status": "unaffected" + }, + { + "at": "1.18.5", + "status": "unaffected" + }, + { + "at": "1.15.15", + "status": "unaffected" + } + ], + "lessThan": "1.20.1", + "status": "affected", + "version": "1.9.0", + "versionType": "semver" + } + ], + "defaultStatus": "unaffected" + } + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://discuss.hashicorp.com/t/hcsec-2024-23-consul-l7-intentions-vulnerable-to-headers-bypass", + "refsource": "MISC", + "name": "https://discuss.hashicorp.com/t/hcsec-2024-23-consul-l7-intentions-vulnerable-to-headers-bypass" + } + ] + }, + "source": { + "advisory": "HCSEC-2024-23", + "discovery": "EXTERNAL" + }, + "impact": { + "cvss": [ + { + "baseScore": 8.3, + "baseSeverity": "HIGH", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L", + "version": "3.1" } ] } diff --git a/2024/10xxx/CVE-2024-10086.json b/2024/10xxx/CVE-2024-10086.json index d995d7202e5..5b6cb55d046 100644 --- a/2024/10xxx/CVE-2024-10086.json +++ b/2024/10xxx/CVE-2024-10086.json @@ -1,17 +1,113 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-10086", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@hashicorp.com", + "STATE": "PUBLIC" }, "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "A vulnerability was identified in Consul and Consul Enterprise such that the server response did not explicitly set a Content-Type HTTP header, allowing user-provided inputs to be misinterpreted and lead to reflected XSS." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79: Improper Neutralization of Input During Web Page Generation", + "cweId": "CWE-79" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "HashiCorp", + "product": { + "product_data": [ + { + "product_name": "Consul", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "1.4.1", + "version_value": "1.20.0" + } + ] + } + }, + { + "product_name": "Consul Enterprise", + "version": { + "version_data": [ + { + "version_value": "not down converted", + "x_cve_json_5_version_data": { + "versions": [ + { + "changes": [ + { + "at": "1.19.3", + "status": "unaffected" + }, + { + "at": "1.18.5", + "status": "unaffected" + }, + { + "at": "1.15.15", + "status": "unaffected" + } + ], + "lessThan": "1.20.0", + "status": "affected", + "version": "1.4.1", + "versionType": "semver" + } + ], + "defaultStatus": "unaffected" + } + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://discuss.hashicorp.com/t/hcsec-2024-24-consul-vulnerable-to-reflected-xss-on-content-type-error-manipulation", + "refsource": "MISC", + "name": "https://discuss.hashicorp.com/t/hcsec-2024-24-consul-vulnerable-to-reflected-xss-on-content-type-error-manipulation" + } + ] + }, + "source": { + "advisory": "HCSEC-2024-24", + "discovery": "EXTERNAL" + }, + "impact": { + "cvss": [ + { + "baseScore": 6.1, + "baseSeverity": "MEDIUM", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", + "version": "3.1" } ] } diff --git a/2024/10xxx/CVE-2024-10569.json b/2024/10xxx/CVE-2024-10569.json new file mode 100644 index 00000000000..b9290f3cbd6 --- /dev/null +++ b/2024/10xxx/CVE-2024-10569.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-10569", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + } + ] + } +} \ No newline at end of file diff --git a/2024/10xxx/CVE-2024-10570.json b/2024/10xxx/CVE-2024-10570.json new file mode 100644 index 00000000000..e625fa1c01c --- /dev/null +++ b/2024/10xxx/CVE-2024-10570.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-10570", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + } + ] + } +} \ No newline at end of file diff --git a/2024/51xxx/CVE-2024-51726.json b/2024/51xxx/CVE-2024-51726.json new file mode 100644 index 00000000000..6cf46ed9073 --- /dev/null +++ b/2024/51xxx/CVE-2024-51726.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-51726", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + } + ] + } +} \ No newline at end of file diff --git a/2024/8xxx/CVE-2024-8421.json b/2024/8xxx/CVE-2024-8421.json index f4ae8b2cfb5..4a1e25dc1d3 100644 --- a/2024/8xxx/CVE-2024-8421.json +++ b/2024/8xxx/CVE-2024-8421.json @@ -5,96 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2024-8421", "ASSIGNER": "secalert@redhat.com", - "STATE": "PUBLIC" + "STATE": "REJECT" }, "description": { "description_data": [ { "lang": "eng", - "value": "This CVE has been rejected." - } - ] - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "n/a" - } - ] - } - ] - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "vendor_name": "Red Hat", - "product": { - "product_data": [ - { - "product_name": "RHODF-4.16-RHEL-9", - "version": { - "version_data": [ - { - "version_value": "not down converted", - "x_cve_json_5_version_data": { - "versions": [ - { - "version": "v4.16.2-2", - "lessThan": "*", - "versionType": "rpm", - "status": "unaffected" - } - ], - "defaultStatus": "affected" - } - } - ] - } - } - ] - } - } - ] - } - }, - "references": { - "reference_data": [ - { - "url": "https://access.redhat.com/errata/RHSA-2024:6755", - "refsource": "MISC", - "name": "https://access.redhat.com/errata/RHSA-2024:6755" - }, - { - "url": "https://access.redhat.com/security/cve/CVE-2024-8421", - "refsource": "MISC", - "name": "https://access.redhat.com/security/cve/CVE-2024-8421" - }, - { - "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309710", - "refsource": "MISC", - "name": "https://bugzilla.redhat.com/show_bug.cgi?id=2309710" - } - ] - }, - "impact": { - "cvss": [ - { - "attackComplexity": "HIGH", - "attackVector": "PHYSICAL", - "availabilityImpact": "NONE", - "baseScore": 0, - "baseSeverity": "NONE", - "confidentialityImpact": "NONE", - "integrityImpact": "NONE", - "privilegesRequired": "HIGH", - "scope": "UNCHANGED", - "userInteraction": "REQUIRED", - "vectorString": "CVSS:3.1/AV:P/AC:H/PR:H/UI:R/S:U/C:N/I:N/A:N", - "version": "3.1" + "value": "** REJECT ** Red Hat Product Security has come to the conclusion that this CVE is not needed." } ] }