Update CVE-2024-7188.yaml
parent
3fecd686bd
commit
cebc688fe1
|
@ -8,10 +8,9 @@ info:
|
|||
A SQL injection vulnerability exists in the Quicklancer 2.4, GET parameter 'range2', that has time-based blind SQL injection and a boolean-based blind SQL injection, which can be exploited remotely by unauthenticated attacker to execute arbitrary SQL queries in the database.
|
||||
reference:
|
||||
- https://cvefeed.io/vuln/detail/CVE-2024-7188
|
||||
- https://vuldb.com/?id.272609
|
||||
- https://github.com/bigb0x/CVEs/blob/main/quicklancer-2-4.md
|
||||
- https://codecanyon.net/item/quicklancer-freelance-marketplace-php-script/39087135
|
||||
- https://vuldb.com/?ctiid.272609
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2024-7188
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
|
||||
cvss-score: 7.3
|
||||
|
@ -39,7 +38,7 @@ http:
|
|||
- type: dsl
|
||||
dsl:
|
||||
- 'duration>=6'
|
||||
- 'contains_all(body,"og:site_name","og:locale","range2")'
|
||||
- 'contains(content_type,"text/html")'
|
||||
- 'status_code == 200'
|
||||
- 'contains(content_type,"text/html")'
|
||||
- 'contains_all(body,"og:site_name","og:locale","range2")'
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue