minor update

patch-3
Dhiyaneshwaran 2024-05-29 13:26:16 +05:30 committed by GitHub
parent 331ba388a7
commit 1d01b27979
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 2 deletions

View File

@ -3,21 +3,25 @@ id: CVE-2024-3495
info: info:
name: Wordpress Country State City Dropdown <=2.7.2 - SQL Injection name: Wordpress Country State City Dropdown <=2.7.2 - SQL Injection
author: apple author: apple
severity: high severity: critical
description: | description: |
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the cnt and 'sid' parameters in versions up to, and including, 2.7.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the cnt and 'sid' parameters in versions up to, and including, 2.7.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
reference: reference:
- https://sploitus.com/exploit?id=EDF4B3F8-DDF4-5196-A375-EC81B8BC18F1&utm_source=rss&utm_medium=rss - https://sploitus.com/exploit?id=EDF4B3F8-DDF4-5196-A375-EC81B8BC18F1&utm_source=rss&utm_medium=rss
- https://github.com/truonghuuphuc/CVE-2024-3495-Poc - https://github.com/truonghuuphuc/CVE-2024-3495-Poc
- https://nvd.nist.gov/vuln/detail/CVE-2024-3495 - https://nvd.nist.gov/vuln/detail/CVE-2024-3495
- https://plugins.trac.wordpress.org/browser/country-state-city-auto-dropdown/trunk/includes/ajax-actions.php#L22
- https://plugins.trac.wordpress.org/browser/country-state-city-auto-dropdown/trunk/includes/ajax-actions.php#L8
classification: classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8 cvss-score: 9.8
cve-id: CVE-2024-3495 cve-id: CVE-2024-3495
cwe-id: CWE-89 cwe-id: CWE-89
epss-score: 0.00065
epss-percentile: 0.28393
metadata: metadata:
max-request: 2
verified: true verified: true
max-request: 2
publicwww-query: "/wp-content/plugins/country-state-city-auto-dropdown" publicwww-query: "/wp-content/plugins/country-state-city-auto-dropdown"
tags: cve,cve2024,wp,wp-plugin,wordpress,sqli tags: cve,cve2024,wp,wp-plugin,wordpress,sqli