diff --git a/2017/5xxx/CVE-2017-5226.json b/2017/5xxx/CVE-2017-5226.json index 88e4de3c1eb..39b27057434 100644 --- a/2017/5xxx/CVE-2017-5226.json +++ b/2017/5xxx/CVE-2017-5226.json @@ -76,6 +76,11 @@ "refsource": "MLIST", "name": "[oss-security] 20200710 WebKitGTK and WPE WebKit Security Advisory WSA-2020-0006", "url": "http://www.openwall.com/lists/oss-security/2020/07/10/1" + }, + { + "refsource": "MISC", + "name": "https://www.openwall.com/lists/oss-security/2023/03/14/2", + "url": "https://www.openwall.com/lists/oss-security/2023/03/14/2" } ] } diff --git a/2023/1xxx/CVE-2023-1405.json b/2023/1xxx/CVE-2023-1405.json new file mode 100644 index 00000000000..be195abac70 --- /dev/null +++ b/2023/1xxx/CVE-2023-1405.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-1405", + "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/2023/27xxx/CVE-2023-27589.json b/2023/27xxx/CVE-2023-27589.json index 9bbd511a9e9..d6a1de355f2 100644 --- a/2023/27xxx/CVE-2023-27589.json +++ b/2023/27xxx/CVE-2023-27589.json @@ -1,17 +1,90 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-27589", - "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": "Minio is a Multi-Cloud Object Storage framework. Starting with RELEASE.2020-12-23T02-24-12Z and prior to RELEASE.2023-03-13T19-46-17Z, a user with `consoleAdmin` permissions can potentially create a user that matches the root credential `accessKey`. Once this user is created successfully, the root credential ceases to work appropriately. The issue is patched in RELEASE.2023-03-13T19-46-17Z. There are ways to work around this via adding higher privileges to the disabled root user via `mc admin policy set`." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-269: Improper Privilege Management", + "cweId": "CWE-269" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "minio", + "product": { + "product_data": [ + { + "product_name": "minio", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": ">= RELEASE.2020-12-23T02-24-12Z, < RELEASE.2023-03-13T19-46-17Z" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/minio/minio/security/advisories/GHSA-9wfv-wmf7-6753", + "refsource": "MISC", + "name": "https://github.com/minio/minio/security/advisories/GHSA-9wfv-wmf7-6753" + }, + { + "url": "https://github.com/minio/minio/pull/16803", + "refsource": "MISC", + "name": "https://github.com/minio/minio/pull/16803" + } + ] + }, + "source": { + "advisory": "GHSA-9wfv-wmf7-6753", + "discovery": "UNKNOWN" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 6.5, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "HIGH", + "privilegesRequired": "HIGH", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H", + "version": "3.1" } ] } diff --git a/2023/28xxx/CVE-2023-28144.json b/2023/28xxx/CVE-2023-28144.json index a07a78c140f..6d11ba24bb7 100644 --- a/2023/28xxx/CVE-2023-28144.json +++ b/2023/28xxx/CVE-2023-28144.json @@ -1,17 +1,66 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2023-28144", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2023-28144", + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "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": "KDAB Hotspot 1.3.x and 1.4.x through 1.4.1, in a non-default configuration, allows privilege escalation because of race conditions involving symlinks and elevate_perf_privileges.sh chown calls." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/KDAB/hotspot/releases", + "refsource": "MISC", + "name": "https://github.com/KDAB/hotspot/releases" + }, + { + "refsource": "MISC", + "name": "https://www.openwall.com/lists/oss-security/2023/03/14/8", + "url": "https://www.openwall.com/lists/oss-security/2023/03/14/8" } ] } diff --git a/2023/28xxx/CVE-2023-28337.json b/2023/28xxx/CVE-2023-28337.json new file mode 100644 index 00000000000..ced5a899600 --- /dev/null +++ b/2023/28xxx/CVE-2023-28337.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-28337", + "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/2023/28xxx/CVE-2023-28338.json b/2023/28xxx/CVE-2023-28338.json new file mode 100644 index 00000000000..30fef008421 --- /dev/null +++ b/2023/28xxx/CVE-2023-28338.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-28338", + "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/2023/28xxx/CVE-2023-28339.json b/2023/28xxx/CVE-2023-28339.json new file mode 100644 index 00000000000..10268576102 --- /dev/null +++ b/2023/28xxx/CVE-2023-28339.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2023-28339", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "OpenDoas through 6.8.2, when TIOCSTI is available, allows privilege escalation because of sharing a terminal with the original session. NOTE: TIOCSTI is unavailable in OpenBSD 6.0 and later, and can be made unavailable in the Linux kernel 6.2 and later." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/Duncaen/OpenDoas/issues/106", + "refsource": "MISC", + "name": "https://github.com/Duncaen/OpenDoas/issues/106" + } + ] + } +} \ No newline at end of file diff --git a/2023/28xxx/CVE-2023-28340.json b/2023/28xxx/CVE-2023-28340.json new file mode 100644 index 00000000000..2e4e3b275c8 --- /dev/null +++ b/2023/28xxx/CVE-2023-28340.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-28340", + "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/2023/28xxx/CVE-2023-28341.json b/2023/28xxx/CVE-2023-28341.json new file mode 100644 index 00000000000..602b16fab69 --- /dev/null +++ b/2023/28xxx/CVE-2023-28341.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-28341", + "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/2023/28xxx/CVE-2023-28342.json b/2023/28xxx/CVE-2023-28342.json new file mode 100644 index 00000000000..65bd888812a --- /dev/null +++ b/2023/28xxx/CVE-2023-28342.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-28342", + "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