-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[FALSE-POSITIVE] ...CVE-2026-25892.yaml #15356
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
- ...
http/cves/2026/CVE-2026-25892.yamlEnvironment
- OS:
- Nuclei:
- Go:Steps To Reproduce
nuclei -t cve-2026-25892.yaml -u 127.0.0.1:8080
Relevant dumped responses
Anything else?
First of all, I would like to thank the person who created this YAML. As a result of my tests, I noticed some significant shortcomings. Firstly, when I tried to extract the version using the extractor after identifying the product, I saw that some version information was missing, for example, version 5.4.1.
For this;
extractors:
- type: regex
name: version
part: body
group: 1
regex: - '([0-9.]+)'
- 'amp;version=([0-9.]+)'
I suggest a correction.
Secondly;
The compare version condition written to the type dsl in matchers works as two different conditions, and the first condition => for 4.6.2, provides a product with version 5.4.2, thus printing a vulnerable 5.4.2 product, which is a serious error.
For this;
compare_versions(version, '>=4.6.2', '<=5.4.1')
I suggest a correction.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DoneReady to mergeReady to mergefalse-positiveNuclei template reporting invalid/unexpected resultNuclei template reporting invalid/unexpected result