diff --git a/2022/3xxx/CVE-2022-3996.json b/2022/3xxx/CVE-2022-3996.json index a0ce83606ae..71ce6b62cca 100644 --- a/2022/3xxx/CVE-2022-3996.json +++ b/2022/3xxx/CVE-2022-3996.json @@ -11,7 +11,7 @@ "description_data": [ { "lang": "eng", - "value": "If an X.509 certificate contains a malformed policy constraint and policy processing is enabled, then a write lock will be taken twice recursively. On some operating systems (most widely: Windows) this results in a denial of service when the affected process hangs. Policy processing being enabled on a publicly facing server is not considered to be a common setup. Policy processing is enabled by passing the `-policy' argument to the command line utilities or by calling either `X509_VERIFY_PARAM_add0_policy()' or `X509_VERIFY_PARAM_set1_policies()' functions." + "value": "If an X.509 certificate contains a malformed policy constraint and policy processing is enabled, then a write lock will be taken twice recursively. On some operating systems (most widely: Windows) this results in a denial of service when the affected process hangs. Policy processing being enabled on a publicly facing server is not considered to be a common setup. Policy processing is enabled by passing the `-policy' argument to the command line utilities or by calling the `X509_VERIFY_PARAM_set1_policies()' function. Update (31 March 2023): The description of the policy processing enablement was corrected based on CVE-2023-0466." } ] }, @@ -40,8 +40,9 @@ "version": { "version_data": [ { - "version_value": "3.0.0", - "version_affected": "=" + "version_affected": "<=", + "version_name": "3.0.0", + "version_value": "3.0.7" } ] } diff --git a/2023/1xxx/CVE-2023-1013.json b/2023/1xxx/CVE-2023-1013.json index d507f3fb435..79821e8b62d 100644 --- a/2023/1xxx/CVE-2023-1013.json +++ b/2023/1xxx/CVE-2023-1013.json @@ -72,6 +72,12 @@ ], "discovery": "UNKNOWN" }, + "credits": [ + { + "lang": "en", + "value": "Furkan KUTLUCA" + } + ], "impact": { "cvss": [ { diff --git a/2023/1xxx/CVE-2023-1014.json b/2023/1xxx/CVE-2023-1014.json index bb05f263c8d..d7d87063ca6 100644 --- a/2023/1xxx/CVE-2023-1014.json +++ b/2023/1xxx/CVE-2023-1014.json @@ -72,6 +72,12 @@ ], "discovery": "UNKNOWN" }, + "credits": [ + { + "lang": "en", + "value": "Furkan KUTLUCA" + } + ], "impact": { "cvss": [ { diff --git a/2023/1xxx/CVE-2023-1060.json b/2023/1xxx/CVE-2023-1060.json index c40af971bcf..48476ccd761 100644 --- a/2023/1xxx/CVE-2023-1060.json +++ b/2023/1xxx/CVE-2023-1060.json @@ -1,17 +1,98 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-1060", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "cve@usom.gov.tr", + "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": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in YKM YKM CRM allows Reflected XSS.This issue affects YKM CRM: before 23.03.30." + } + ] + }, + "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": "YKM", + "product": { + "product_data": [ + { + "product_name": "YKM CRM", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "0", + "version_value": "23.03.30" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.usom.gov.tr/bildirim/tr-23-0189", + "refsource": "MISC", + "name": "https://www.usom.gov.tr/bildirim/tr-23-0189" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.1.0-dev" + }, + "source": { + "advisory": "TR-23-0189", + "defect": [ + "TR-23-0189" + ], + "discovery": "UNKNOWN" + }, + "credits": [ + { + "lang": "en", + "value": "Furkan KUTLUCA" + } + ], + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 6.1, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", + "version": "3.1" } ] }