Skip to content

[FALSE-NEGATIVE] CVE-2024-3273 #15654

@Mzack9999

Description

@Mzack9999

Template IDs or paths

Steps To Reproduce

  1. Run nuclei -t http/cves/2024/CVE-2024-3273.yaml -u <vulnerable-target>
  2. 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.

Metadata

Metadata

Assignees

Labels

DoneReady to merge

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions