From e0fca6ed95e2e091bb7f76be1736cf0a734d4f86 Mon Sep 17 00:00:00 2001 From: Sean Glencross Date: Mon, 10 Apr 2023 11:31:41 -0700 Subject: [PATCH 1/4] Updating branch for SECADV032-SECADV035 CVEs --- 2022/23xxx/CVE-2022-23721.json | 84 ++++++++++++++++++-- 2022/40xxx/CVE-2022-40722.json | 132 ++++++++++++++++++++++++++++++-- 2022/40xxx/CVE-2022-40723.json | 136 +++++++++++++++++++++++++++++++-- 2022/40xxx/CVE-2022-40724.json | 117 ++++++++++++++++++++++++++-- 2022/40xxx/CVE-2022-40725.json | 94 +++++++++++++++++++++-- 5 files changed, 532 insertions(+), 31 deletions(-) diff --git a/2022/23xxx/CVE-2022-23721.json b/2022/23xxx/CVE-2022-23721.json index d296e851a1a..3bfb512c90b 100644 --- a/2022/23xxx/CVE-2022-23721.json +++ b/2022/23xxx/CVE-2022-23721.json @@ -1,18 +1,88 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2022-23721", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "responsible-disclosure@pingidentity.com", + "ID": "CVE-2022-40721", + "STATE": "PUBLIC", + "TITLE": "PingID integration for Windows login duplicate username collision" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "2.9", + "version_value": "2.9" + } + ] + } + } + ] + }, + "vendor_name": "Ping Identity" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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": "PingID integration for Windows login prior to 2.9 does not handle duplicate usernames, which can lead to a username collision when two people with the same username are provisioned onto the same machine at different times." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "LOW", + "baseScore": 3.8, + "baseSeverity": "LOW", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "privilegesRequired": "LOW", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:L", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-694 Use of Multiple Resources with Duplicate Identifier" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://docs.pingidentity.com/r/en-us/pingid/davinci_pingid_windows_login_relnotes_2.9", + "refsource": "MISC", + "url": "https://docs.pingidentity.com/r/en-us/pingid/davinci_pingid_windows_login_relnotes_2.9" + } + ] + }, + "source": { + "advisory": "SECADV034", + "defect": [ + "PIM-3485" + ], + "discovery": "INTERNAL" } } \ No newline at end of file diff --git a/2022/40xxx/CVE-2022-40722.json b/2022/40xxx/CVE-2022-40722.json index 3a7e4bfb99f..02aca59b424 100644 --- a/2022/40xxx/CVE-2022-40722.json +++ b/2022/40xxx/CVE-2022-40722.json @@ -1,18 +1,138 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "responsible-disclosure@pingidentity.com", "ID": "CVE-2022-40722", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Misconfiguration of RSA padding for offline MFA in the PingID Adapter for PingFederate" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "PingID Adapter for PingFederate", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "2.13.2", + "version_value": "2.13.2" + } + ] + } + }, + { + "product_name": "PingID Integration Kit (includes PingID Adapter)", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "2.24", + "version_value": "2.24" + } + ] + } + }, + { + "product_name": "PingFederate (includes PingID Adapter)", + "version": { + "version_data": [ + { + "version_affected": ">=", + "version_name": "11.1.0", + "version_value": "11.1.0" + }, + { + "version_affected": "<=", + "version_name": "11.1.5", + "version_value": "11.1.5" + }, + { + "version_affected": ">=", + "version_name": "11.2.0", + "version_value": "11.2.0" + }, + { + "version_affected": "<=", + "version_name": "11.2.2", + "version_value": "11.2.2" + } + ] + } + } + ] + }, + "vendor_name": "Ping Identity" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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 misconfiguration of RSA padding implemented in the PingID Adapter for PingFederate to support Offline MFA with PingID mobile authenticators is vulnerable to pre-computed dictionary attacks, leading to a bypass of offline MFA." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 7.7, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "HIGH", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-780 Use of RSA Algorithm without OAEP" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "**** TBD add release notes ****", + "refsource": "MISC", + "url": "" + }, + { + "name": "https://docs.pingidentity.com/r/en-us/pingid/pingid_adapter_configuring_offline_mfa", + "refsource": "MISC", + "url": "https://docs.pingidentity.com/r/en-us/pingid/pingid_adapter_configuring_offline_mfa" + } + ] + }, + "credit": [ + { + "lang": "eng", + "value": "Ping Identity credits The Commonwealth Bank of Australia for the discovery of this vulnerability." + } + ], + "source": { + "advisory": "SECADV035", + "defect": [ + "PIM-2677" + ], + "discovery": "INTERNAL" } } \ No newline at end of file diff --git a/2022/40xxx/CVE-2022-40723.json b/2022/40xxx/CVE-2022-40723.json index 09fa3d24686..f4f7b894012 100644 --- a/2022/40xxx/CVE-2022-40723.json +++ b/2022/40xxx/CVE-2022-40723.json @@ -1,18 +1,142 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "responsible-disclosure@pingidentity.com", "ID": "CVE-2022-40723", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "PingID Radius PCV", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_name": "2.10.0", + "version_value": "2.10.0" + }, + { + "version_affected": ">=", + "version_name": "3.0.0", + "version_value": "3.0.0" + }, + { + "version_affected": "<=", + "version_name": "3.0.2", + "version_value": "3.0.2" + } + ] + } + }, + { + "product_name": "PingID Integration Kit (includes Radius PCV)", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "2.24", + "version_value": "2.24" + } + ] + } + }, + { + "product_name": "PingFederate", + "version": { + "version_data": [ + { + "version_affected": ">=", + "version_name": "11.1.0", + "version_value": "11.1.0" + }, + { + "version_affected": "<=", + "version_name": "11.1.5", + "version_value": "11.1.5" + }, + { + "version_affected": ">=", + "version_name": "11.2.0", + "version_value": "11.2.0" + }, + { + "version_affected": "<=", + "version_name": "11.2.2", + "version_value": "11.2.2" + } + ] + } + } + ] + }, + "vendor_name": "Ping Identity" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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": "" } ] + }, + "impact": { + "cvss": { + "attackComplexity": "", + "attackVector": "", + "availabilityImpact": "", + "baseScore": 0.0, + "baseSeverity": "", + "confidentialityImpact": "", + "integrityImpact": "", + "privilegesRequired": "", + "scope": "", + "userInteraction": "", + "vectorString": "", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-XXX" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "", + "refsource": "MISC", + "url": "" + }, + { + "name": "", + "refsource": "MISC", + "url": "" + } + ] + }, + "source": { + "advisory": "SECADV035", + "defect": [ + "PIM-3774" + ], + "discovery": "INTERNAL" } } \ No newline at end of file diff --git a/2022/40xxx/CVE-2022-40724.json b/2022/40xxx/CVE-2022-40724.json index 439e4722eae..5bcedc5fe86 100644 --- a/2022/40xxx/CVE-2022-40724.json +++ b/2022/40xxx/CVE-2022-40724.json @@ -1,18 +1,123 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "responsible-disclosure@pingidentity.com", "ID": "CVE-2022-40724", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Cross-Site Request Forgery on PingFederate Local Identity Profiles Endpoint" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "PingFederate", + "version": { + "version_data": [ + { + "version_affected": ">=", + "version_name": "10.3.0", + "version_value": "10.3.0" + }, + { + "version_affected": "<=", + "version_name": "10.3.11", + "version_value": "10.3.11" + }, + { + "version_affected": ">=", + "version_name": "11.0.0", + "version_value": "11.0.0" + }, + { + "version_affected": "<=", + "version_name": "11.0.6", + "version_value": "11.0.6" + }, + { + "version_affected": ">=", + "version_name": "11.1.0", + "version_value": "11.1.0" + }, + { + "version_affected": "<=", + "version_name": "11.1.5", + "version_value": "11.1.5" + }, + { + "version_affected": ">=", + "version_name": "11.2.0", + "version_value": "11.2.0" + }, + { + "version_affected": "<=", + "version_name": "11.2.2", + "version_value": "11.2.2" + } + ] + } + } + ] + }, + "vendor_name": "Ping Identity" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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": "The PingFederate Local Identity Profiles '/pf/idprofile.ping' endpoint is vulnerable to Cross-Site Request Forgery (CSRF) through crafted GET requests." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "", + "attackVector": "", + "availabilityImpact": "", + "baseScore": 0.0, + "baseSeverity": "", + "confidentialityImpact": "", + "integrityImpact": "", + "privilegesRequired": "", + "scope": "", + "userInteraction": "", + "vectorString": "", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-352 Cross-Site Request Forgery" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://docs.pingidentity.com/r/en-us/pingfederate-110/fll1675188537050", + "refsource": "MISC", + "url": "https://docs.pingidentity.com/r/en-us/pingfederate-110/fll1675188537050" + } + ] + }, + "source": { + "advisory": "SECADV033", + "defect": [ + "PF-32805" + ], + "discovery": "INTERNAL" } } \ No newline at end of file diff --git a/2022/40xxx/CVE-2022-40725.json b/2022/40xxx/CVE-2022-40725.json index bc30ab1b12f..af484e4cae5 100644 --- a/2022/40xxx/CVE-2022-40725.json +++ b/2022/40xxx/CVE-2022-40725.json @@ -1,18 +1,100 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "responsible-disclosure@pingidentity.com", "ID": "CVE-2022-40725", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "PingID Desktop PIN attempt lockout bypass" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "PingID Desktop for Windows", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "1.7.4", + "version_value": "1.7.4" + } + ] + } + }, + { + "product_name": "PingID Desktop for macOS", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "1.7.4", + "version_value": "1.7.4" + } + ] + } + } + ] + }, + "vendor_name": "Ping Identity" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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": "PingID Desktop prior to the latest released version 1.7.4 contains a vulnerability that can be exploited to bypass the maximum PIN attempts permitted before the time-based lockout is activated." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 7.3, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "LOW", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-288 Authentication Bypass Using an Alternate Path or Channel" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://docs.pingidentity.com/r/en-us/pingid/desktop_app_1.7.4", + "refsource": "MISC", + "url": "https://docs.pingidentity.com/r/en-us/pingid/desktop_app_1.7.4" + } + ] + }, + "source": { + "advisory": "SECADV032", + "defect": [ + "PIM-4145" + ], + "discovery": "EXTERNAL" } } \ No newline at end of file From 46bf98f84e7e0f45854cde95d59e324cd6ec8f83 Mon Sep 17 00:00:00 2001 From: davidmcglynn Date: Mon, 10 Apr 2023 16:16:17 -0700 Subject: [PATCH 2/4] Updating CVE-2022-40722 to CVE-2022-40724 data --- 2022/40xxx/CVE-2022-40722.json | 4 ++-- 2022/40xxx/CVE-2022-40723.json | 39 +++++++++++++++------------------- 2022/40xxx/CVE-2022-40724.json | 22 +++++++++---------- 3 files changed, 30 insertions(+), 35 deletions(-) diff --git a/2022/40xxx/CVE-2022-40722.json b/2022/40xxx/CVE-2022-40722.json index 02aca59b424..ba734552551 100644 --- a/2022/40xxx/CVE-2022-40722.json +++ b/2022/40xxx/CVE-2022-40722.json @@ -111,9 +111,9 @@ "references": { "reference_data": [ { - "name": "**** TBD add release notes ****", + "name": "https://docs.pingidentity.com/r/en-us/pingid/pingid_integration_kit_2_20_rn", "refsource": "MISC", - "url": "" + "url": "https://docs.pingidentity.com/r/en-us/pingid/pingid_integration_kit_2_20_rn" }, { "name": "https://docs.pingidentity.com/r/en-us/pingid/pingid_adapter_configuring_offline_mfa", diff --git a/2022/40xxx/CVE-2022-40723.json b/2022/40xxx/CVE-2022-40723.json index f4f7b894012..afc58cd4ea1 100644 --- a/2022/40xxx/CVE-2022-40723.json +++ b/2022/40xxx/CVE-2022-40723.json @@ -3,7 +3,7 @@ "ASSIGNER": "responsible-disclosure@pingidentity.com", "ID": "CVE-2022-40723", "STATE": "PUBLIC", - "TITLE": "" + "TITLE": "Configuration-based MFA Bypass in PingID RADIUS PCV" }, "affects": { "vendor": { @@ -46,7 +46,7 @@ } }, { - "product_name": "PingFederate", + "product_name": "PingFederate (includes Radius PCV)", "version": { "version_data": [ { @@ -86,23 +86,23 @@ "description_data": [ { "lang": "eng", - "value": "" + "value": "The PingID RADIUS PCV adapter for PingFederate, which supports RADIUS authentication with PingID MFA, is vulnerable to MFA bypass under certain configurations." } ] }, "impact": { "cvss": { - "attackComplexity": "", - "attackVector": "", - "availabilityImpact": "", - "baseScore": 0.0, - "baseSeverity": "", - "confidentialityImpact": "", - "integrityImpact": "", - "privilegesRequired": "", - "scope": "", - "userInteraction": "", - "vectorString": "", + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 6.5, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N/E:H/RL:U/RC:C", "version": "3.1" } }, @@ -112,7 +112,7 @@ "description": [ { "lang": "eng", - "value": "CWE-XXX" + "value": "CWE-305 Authentication Bypass by Primary Weakness" } ] } @@ -121,14 +121,9 @@ "references": { "reference_data": [ { - "name": "", + "name": "https://docs.pingidentity.com/r/en-us/pingid/pingid_integration_kit_2_19_rn", "refsource": "MISC", - "url": "" - }, - { - "name": "", - "refsource": "MISC", - "url": "" + "url": "https://docs.pingidentity.com/r/en-us/pingid/pingid_integration_kit_2_19_rn" } ] }, diff --git a/2022/40xxx/CVE-2022-40724.json b/2022/40xxx/CVE-2022-40724.json index 5bcedc5fe86..39f9529c07e 100644 --- a/2022/40xxx/CVE-2022-40724.json +++ b/2022/40xxx/CVE-2022-40724.json @@ -78,17 +78,17 @@ }, "impact": { "cvss": { - "attackComplexity": "", - "attackVector": "", - "availabilityImpact": "", - "baseScore": 0.0, - "baseSeverity": "", - "confidentialityImpact": "", - "integrityImpact": "", - "privilegesRequired": "", - "scope": "", - "userInteraction": "", - "vectorString": "", + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 6.4, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:H/E:H/RL:U/RC:C", "version": "3.1" } }, From a294eb10a336b7bec8db79895e6f92e678f27fbc Mon Sep 17 00:00:00 2001 From: Sean Glencross Date: Tue, 18 Apr 2023 10:24:30 -0700 Subject: [PATCH 3/4] Preparing CVEs for final review before updating MITRE --- 2022/23xxx/CVE-2022-23721.json | 2 +- 2022/40xxx/CVE-2022-40722.json | 2 +- 2022/40xxx/CVE-2022-40723.json | 2 +- 2022/40xxx/CVE-2022-40724.json | 2 +- 2022/40xxx/CVE-2022-40725.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/2022/23xxx/CVE-2022-23721.json b/2022/23xxx/CVE-2022-23721.json index 3bfb512c90b..5abc4219225 100644 --- a/2022/23xxx/CVE-2022-23721.json +++ b/2022/23xxx/CVE-2022-23721.json @@ -3,7 +3,7 @@ "ASSIGNER": "responsible-disclosure@pingidentity.com", "ID": "CVE-2022-40721", "STATE": "PUBLIC", - "TITLE": "PingID integration for Windows login duplicate username collision" + "TITLE": "PingID integration for Windows login duplicate username collision." }, "affects": { "vendor": { diff --git a/2022/40xxx/CVE-2022-40722.json b/2022/40xxx/CVE-2022-40722.json index ba734552551..b2d8e948a8f 100644 --- a/2022/40xxx/CVE-2022-40722.json +++ b/2022/40xxx/CVE-2022-40722.json @@ -3,7 +3,7 @@ "ASSIGNER": "responsible-disclosure@pingidentity.com", "ID": "CVE-2022-40722", "STATE": "PUBLIC", - "TITLE": "Misconfiguration of RSA padding for offline MFA in the PingID Adapter for PingFederate" + "TITLE": "Misconfiguration of RSA padding for offline MFA in the PingID Adapter for PingFederate." }, "affects": { "vendor": { diff --git a/2022/40xxx/CVE-2022-40723.json b/2022/40xxx/CVE-2022-40723.json index afc58cd4ea1..86cd16307e9 100644 --- a/2022/40xxx/CVE-2022-40723.json +++ b/2022/40xxx/CVE-2022-40723.json @@ -3,7 +3,7 @@ "ASSIGNER": "responsible-disclosure@pingidentity.com", "ID": "CVE-2022-40723", "STATE": "PUBLIC", - "TITLE": "Configuration-based MFA Bypass in PingID RADIUS PCV" + "TITLE": "Configuration-based MFA Bypass in PingID RADIUS PCV." }, "affects": { "vendor": { diff --git a/2022/40xxx/CVE-2022-40724.json b/2022/40xxx/CVE-2022-40724.json index 39f9529c07e..79ceacf3268 100644 --- a/2022/40xxx/CVE-2022-40724.json +++ b/2022/40xxx/CVE-2022-40724.json @@ -3,7 +3,7 @@ "ASSIGNER": "responsible-disclosure@pingidentity.com", "ID": "CVE-2022-40724", "STATE": "PUBLIC", - "TITLE": "Cross-Site Request Forgery on PingFederate Local Identity Profiles Endpoint" + "TITLE": "Cross-Site Request Forgery on PingFederate Local Identity Profiles Endpoint." }, "affects": { "vendor": { diff --git a/2022/40xxx/CVE-2022-40725.json b/2022/40xxx/CVE-2022-40725.json index af484e4cae5..1b01562dce9 100644 --- a/2022/40xxx/CVE-2022-40725.json +++ b/2022/40xxx/CVE-2022-40725.json @@ -3,7 +3,7 @@ "ASSIGNER": "responsible-disclosure@pingidentity.com", "ID": "CVE-2022-40725", "STATE": "PUBLIC", - "TITLE": "PingID Desktop PIN attempt lockout bypass" + "TITLE": "PingID Desktop PIN attempt lockout bypass." }, "affects": { "vendor": { From 8870096eb71e9a618f40cd9bfed31d92d8ef767e Mon Sep 17 00:00:00 2001 From: Richard Cardona Date: Tue, 25 Apr 2023 13:00:31 -0500 Subject: [PATCH 4/4] Fix CVEID for CVE-2002-23721 --- 2022/23xxx/CVE-2022-23721.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2022/23xxx/CVE-2022-23721.json b/2022/23xxx/CVE-2022-23721.json index 5abc4219225..69b9fa94f22 100644 --- a/2022/23xxx/CVE-2022-23721.json +++ b/2022/23xxx/CVE-2022-23721.json @@ -1,7 +1,7 @@ { "CVE_data_meta": { "ASSIGNER": "responsible-disclosure@pingidentity.com", - "ID": "CVE-2022-40721", + "ID": "CVE-2022-23721", "STATE": "PUBLIC", "TITLE": "PingID integration for Windows login duplicate username collision." },