diff --git a/2022/4xxx/CVE-2022-4606.json b/2022/4xxx/CVE-2022-4606.json index 804bbe0f4ca..ed27e53a6b0 100644 --- a/2022/4xxx/CVE-2022-4606.json +++ b/2022/4xxx/CVE-2022-4606.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-4606", - "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." - } - ] + "CVE_data_meta": { + "ASSIGNER": "security@huntr.dev", + "ID": "CVE-2022-4606", + "STATE": "PUBLIC", + "TITLE": "PHP Remote File Inclusion in flatpressblog/flatpress" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "flatpressblog/flatpress", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "1.3" + } + ] + } + } + ] + }, + "vendor_name": "flatpressblog" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "PHP Remote File Inclusion in GitHub repository flatpressblog/flatpress prior to 1.3." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 8.8, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-98 Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/3dab0466-c35d-4163-b3c7-a8666e2f7d95", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/3dab0466-c35d-4163-b3c7-a8666e2f7d95" + }, + { + "name": "https://github.com/flatpressblog/flatpress/commit/c30d52b28483e1e512d0d81758d4c149f02b4068", + "refsource": "MISC", + "url": "https://github.com/flatpressblog/flatpress/commit/c30d52b28483e1e512d0d81758d4c149f02b4068" + } + ] + }, + "source": { + "advisory": "3dab0466-c35d-4163-b3c7-a8666e2f7d95", + "discovery": "EXTERNAL" + } } \ No newline at end of file