Skip to content

CVE-2025-55182.yaml Error matching condition #14255

@Archerkong

Description

@Archerkong

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:

Image when i use the command:

nuclei -target url -t CVE-2025-55182.yaml -debug -v

Image

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

Image

Metadata

Metadata

Assignees

Labels

DoneReady to mergefalse-positiveNuclei template reporting invalid/unexpected result

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions