From 60314604fdab1415339624781314e7bbdf776594 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 11 Jan 2024 06:00:38 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2024/21xxx/CVE-2024-21637.json | 90 +++++++++++++++++++++++++++-- 2024/21xxx/CVE-2024-21669.json | 100 +++++++++++++++++++++++++++++++-- 2 files changed, 182 insertions(+), 8 deletions(-) diff --git a/2024/21xxx/CVE-2024-21637.json b/2024/21xxx/CVE-2024-21637.json index 27c6e1df7e3..3d17079f468 100644 --- a/2024/21xxx/CVE-2024-21637.json +++ b/2024/21xxx/CVE-2024-21637.json @@ -1,17 +1,99 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-21637", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security-advisories@github.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": "Authentik is an open-source Identity Provider. Authentik is a vulnerable to a reflected Cross-Site Scripting vulnerability via JavaScript-URIs in OpenID Connect flows with `response_mode=form_post`. This relatively user could use the described attacks to perform a privilege escalation. This vulnerability has been patched in versions 2023.10.6 and 2023.8.6." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", + "cweId": "CWE-79" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "goauthentik", + "product": { + "product_data": [ + { + "product_name": "authentik", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "<= 2023.10.5" + }, + { + "version_affected": "=", + "version_value": "<= 2023.8.5" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/goauthentik/authentik/security/advisories/GHSA-rjpr-7w8c-gv3j", + "refsource": "MISC", + "name": "https://github.com/goauthentik/authentik/security/advisories/GHSA-rjpr-7w8c-gv3j" + }, + { + "url": "https://github.com/goauthentik/authentik/releases/tag/version%2F2023.10.6", + "refsource": "MISC", + "name": "https://github.com/goauthentik/authentik/releases/tag/version%2F2023.10.6" + }, + { + "url": "https://github.com/goauthentik/authentik/releases/tag/version%2F2023.8.6", + "refsource": "MISC", + "name": "https://github.com/goauthentik/authentik/releases/tag/version%2F2023.8.6" + } + ] + }, + "source": { + "advisory": "GHSA-rjpr-7w8c-gv3j", + "discovery": "UNKNOWN" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 7.7, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "HIGH", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H", + "version": "3.1" } ] } diff --git a/2024/21xxx/CVE-2024-21669.json b/2024/21xxx/CVE-2024-21669.json index f8427994f99..808daaa2bfb 100644 --- a/2024/21xxx/CVE-2024-21669.json +++ b/2024/21xxx/CVE-2024-21669.json @@ -1,17 +1,109 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-21669", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security-advisories@github.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": "Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments. When verifying W3C Format Verifiable Credentials using JSON-LD with Linked Data Proofs (LDP-VCs), the result of verifying the presentation `document.proof` was not factored into the final `verified` value (`true`/`false`) on the presentation record. The flaw enables holders of W3C Format Verifiable Credentials using JSON-LD with Linked Data Proofs (LDPs) to present incorrectly constructed proofs, and allows malicious verifiers to save and replay a presentation from such holders as their own. This vulnerability has been present since version 0.7.0 and fixed in version 0.10.5." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-347: Improper Verification of Cryptographic Signature", + "cweId": "CWE-347" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "hyperledger", + "product": { + "product_data": [ + { + "product_name": "aries-cloudagent-python", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": ">= 0.7.0, < 0.10.5" + }, + { + "version_affected": "=", + "version_value": ">= 0.11.0rc1, < 0.11.0" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/hyperledger/aries-cloudagent-python/security/advisories/GHSA-97x9-59rv-q5pm", + "refsource": "MISC", + "name": "https://github.com/hyperledger/aries-cloudagent-python/security/advisories/GHSA-97x9-59rv-q5pm" + }, + { + "url": "https://github.com/hyperledger/aries-cloudagent-python/commit/0b01ffffc0789205ac990292f97238614c9fd293", + "refsource": "MISC", + "name": "https://github.com/hyperledger/aries-cloudagent-python/commit/0b01ffffc0789205ac990292f97238614c9fd293" + }, + { + "url": "https://github.com/hyperledger/aries-cloudagent-python/commit/4c45244e2085aeff2f038dd771710e92d7682ff2", + "refsource": "MISC", + "name": "https://github.com/hyperledger/aries-cloudagent-python/commit/4c45244e2085aeff2f038dd771710e92d7682ff2" + }, + { + "url": "https://github.com/hyperledger/aries-cloudagent-python/releases/tag/0.10.5", + "refsource": "MISC", + "name": "https://github.com/hyperledger/aries-cloudagent-python/releases/tag/0.10.5" + }, + { + "url": "https://github.com/hyperledger/aries-cloudagent-python/releases/tag/0.11.0", + "refsource": "MISC", + "name": "https://github.com/hyperledger/aries-cloudagent-python/releases/tag/0.11.0" + } + ] + }, + "source": { + "advisory": "GHSA-97x9-59rv-q5pm", + "discovery": "UNKNOWN" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "LOW", + "baseScore": 9.9, + "baseSeverity": "CRITICAL", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L", + "version": "3.1" } ] }