-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[FALSE-NEGATIVE] CVE-2024-3273 #15654
Copy link
Copy link
Closed
Labels
DoneReady to mergeReady to merge
Description
Template IDs or paths
- CVE-2024-3273
- http/cves/2024/CVE-2024-3273.yaml
Steps To Reproduce
- Run
nuclei -t http/cves/2024/CVE-2024-3273.yaml -u <vulnerable-target> - Template fails to match on some vulnerable targets
Anything else?
The template uses matchers-condition: and requiring both <auth_state>1</auth_state> and a regex uid=([0-9(a-z)]+) gid=([0-9(a-z)]+) in the body. Some vulnerable targets don't return the uid/gid output on the front end, causing false negatives.
Compare with https://github.com/Chocapikk/CVE-2024-3273 which successfully exploits the same targets.
Migrated from projectdiscovery/nuclei#5374.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DoneReady to mergeReady to merge