Description
The plugin did not validate its tab parameter before using it in the include_once() function, leading to a local file inclusion issue in the admin dashboard
Related
{"id": "WPEX-ID:FB9DBCDF-4FFD-484D-9B67-283683D050FD", "type": "wpexploit", "bulletinFamily": "exploit", "title": "WP Image Zoom < 1.47 - Local File Inclusion", "description": "The plugin did not validate its tab parameter before using it in the include_once() function, leading to a local file inclusion issue in the admin dashboard\n", "published": "2021-06-23T00:00:00", "modified": "2021-06-23T14:49:09", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:P/I:N/A:N"}, "cvss2": {}, "cvss3": {}, "href": "", "reporter": "apple502j", "references": [], "cvelist": ["CVE-2021-24447"], "immutableFields": [], "lastseen": "2021-09-14T23:28:34", "viewCount": 145, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2021-24447"]}, {"type": "wpvulndb", "idList": ["WPVDB-ID:FB9DBCDF-4FFD-484D-9B67-283683D050FD"]}], "rev": 4}, "score": {"value": 5.7, "vector": "NONE"}, "backreferences": {"references": [{"type": "cve", "idList": ["CVE-2021-24447"]}, {"type": "wpvulndb", "idList": ["WPVDB-ID:FB9DBCDF-4FFD-484D-9B67-283683D050FD"]}]}, "exploitation": null, "vulnersScore": 5.7}, "sourceData": "PoC: https://example.com/wp-admin/admin.php?page=zoooom_settings&tab=whatever\r\n\r\nThis URL shows include_once error, which indicates that the parameter is not sanitized.", "generation": 0, "_state": {"dependencies": 1645985647}}
{"cve": [{"lastseen": "2022-03-23T14:54:51", "description": "The WP Image Zoom WordPress plugin before 1.47 did not validate its tab parameter before using it in the include_once() function, leading to a local file inclusion issue in the admin dashboard", "cvss3": {"exploitabilityScore": 3.9, "cvssV3": {"baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "baseScore": 5.3, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1", "userInteraction": "NONE"}, "impactScore": 1.4}, "published": "2021-07-19T11:15:00", "type": "cve", "title": "CVE-2021-24447", "cwe": ["CWE-22"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "PARTIAL", "availabilityImpact": "NONE", "integrityImpact": "NONE", "baseScore": 5.0, "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 2.9, "acInsufInfo": false, "obtainUserPrivilege": false}, "cvelist": ["CVE-2021-24447"], "modified": "2021-07-28T13:21:00", "cpe": [], "id": "CVE-2021-24447", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-24447", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:P/I:N/A:N"}, "cpe23": []}], "patchstack": [{"lastseen": "2022-06-01T19:31:47", "description": "Local File Inclusion vulnerability discovered by apple502j in WordPress WP Image Zoom plugin (versions <= 1.46).\n\n## Solution\n\n\r\n Update the WordPress WP Image Zoom plugin to the latest available version (at least 1.47.1).\r\n ", "cvss3": {"exploitabilityScore": 3.9, "cvssV3": {"baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "baseScore": 5.3, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1", "userInteraction": "NONE"}, "impactScore": 1.4}, "published": "2021-06-23T00:00:00", "type": "patchstack", "title": "WordPress WP Image Zoom plugin <= 1.46 - Local File Inclusion (LFI) vulnerability", "bulletinFamily": "software", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "PARTIAL", "availabilityImpact": "NONE", "integrityImpact": "NONE", "baseScore": 5.0, "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 2.9, "acInsufInfo": false, "obtainUserPrivilege": false}, "cvelist": ["CVE-2021-24447"], "modified": "2021-06-23T00:00:00", "id": "PATCHSTACK:A3D89D7E20AED5AF084ED706224E8C33", "href": "https://patchstack.com/database/vulnerability/wp-image-zoooom/wordpress-wp-image-zoom-plugin-1-46-local-file-inclusion-lfi-vulnerability", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:P/I:N/A:N"}}], "wpvulndb": [{"lastseen": "2021-09-14T23:28:34", "description": "The plugin did not validate its tab parameter before using it in the include_once() function, leading to a local file inclusion issue in the admin dashboard\n\n### PoC\n\nPoC: https://example.com/wp-admin/admin.php?page=zoooom_settings&tab;=whatever This URL shows include_once error, which indicates that the parameter is not sanitized.\n", "cvss3": {}, "published": "2021-06-23T00:00:00", "type": "wpvulndb", "title": "WP Image Zoom < 1.47 - Local File Inclusion", "bulletinFamily": "software", "cvss2": {}, "cvelist": ["CVE-2021-24447"], "modified": "2021-06-23T14:49:09", "id": "WPVDB-ID:FB9DBCDF-4FFD-484D-9B67-283683D050FD", "href": "https://wpscan.com/vulnerability/fb9dbcdf-4ffd-484d-9b67-283683d050fd", "sourceData": "", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:P/I:N/A:N"}}]}