-
Notifications
You must be signed in to change notification settings - Fork 3.4k
CVE-2025-55182.yaml Error matching condition #14255
Copy link
Copy link
Closed
Labels
DoneReady to mergeReady to mergefalse-positiveNuclei template reporting invalid/unexpected resultNuclei template reporting invalid/unexpected result
Description
Template IDs or paths
https://github.com/projectdiscovery/nuclei-templates/blob/0cd3eba2afced2bae82bcd26064d9a7bf433784a/http/cves/2025/CVE-2025-55182.yaml
when we use the CVE-2025-55182.yaml,it has nothing to disapper,just like this:
when i use the command:
nuclei -target url -t CVE-2025-55182.yaml -debug -v
so i improve the condition
update below:
- ...
matchers-condition: and
matchers:
- type: status
status:
- 307
- type: word
part: body
words:
- "/apps"
condition: and
case-insensitive: false
Steps To Reproduce
matchers-condition: and
matchers:
- type: status
status:
- 307
- type: word
part: body
words:
- "/apps"
condition: and
case-insensitive: false
and the end it has the correct

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DoneReady to mergeReady to mergefalse-positiveNuclei template reporting invalid/unexpected resultNuclei template reporting invalid/unexpected result