updated matcher
parent
0464d3c846
commit
1d80099a94
|
@ -7,9 +7,9 @@ info:
|
|||
description: |
|
||||
A vulnerability, which was classified as problematic, has been found in FastAdmin up to 1.3.3.20220121. Affected by this issue is some unknown functionality of the file /index/ajax/lang. The manipulation of the argument lang leads to path traversal. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 1.3.4.20220530 is able to address this issue. It is recommended to upgrade the affected component.
|
||||
reference:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2024-7928
|
||||
- https://wiki.shikangsi.com/post/share/da0292b8-0f92-4e6e-bdb7-73f47b901acd
|
||||
- https://github.com/bigb0x/CVE-2024-7928
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2024-7928
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
|
||||
cvss-score: 4.3
|
||||
|
@ -21,7 +21,7 @@ info:
|
|||
vendor: fastadmin
|
||||
product: fastadmin
|
||||
fofa-query: icon_hash="-1036943727"
|
||||
tags: cve,cve2024,fastadmin,path-traversal
|
||||
tags: cve,cve2024,fastadmin,traversal
|
||||
|
||||
http:
|
||||
- raw:
|
||||
|
@ -35,23 +35,16 @@ http:
|
|||
part: body
|
||||
words:
|
||||
- 'jsonpReturn('
|
||||
- '"password":'
|
||||
- '"username":'
|
||||
- '"database":'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: content_type
|
||||
words:
|
||||
- 'application/javascript'
|
||||
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- '"type":'
|
||||
- '"hostname":'
|
||||
- '"database":'
|
||||
- '"username":'
|
||||
- '"password":'
|
||||
- '"hostport":'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue