You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have setup a vulhub docker to test on template CVE-2023-33246, nuclei used to work on v2.9.15
but when I use a lastest 3.0.4, vulnerability can not be detected:
setup env with vulhub docker for RocketMQ CVE-2023-33246
use version v2.9.15
./nuclei -t nuclei-templates/network/cves/2023/CVE-2023-33246.yaml -u -debug
can get result for [CVE-2023-33246] [tcp] [critical]
use version v3.0.4
./nuclei -t nuclei-templates/network/cves/2023/CVE-2023-33246.yaml -u -debug
can get warn message [WRN] [CVE-2023-33246] Could not make network request for () : could not read from server: [:RUNTIME] reader: error while reading from connection
The text was updated successfully, but these errors were encountered:
yfwangsh
added
the
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
label
Nov 21, 2023
Hey @yfwangsh 👋 Thank you for taking the time to create this issue and contributing to this project 🙌
Version 2.x.x -> 3.xx was a major change, so it could be that the functionality is not the same in the newer version. With that said I would try to reproduce the issue and see if the team can reproduce it.
Can you help me understand more about the vulnerable machine environment? Any information might be helpful
Nuclei version: v3.0.4
Current Behavior:
I have setup a vulhub docker to test on template CVE-2023-33246, nuclei used to work on v2.9.15
but when I use a lastest 3.0.4, vulnerability can not be detected:
Expected Behavior:
template CVE-2023-33246 can work on v3.0.4
Steps To Reproduce:
./nuclei -t nuclei-templates/network/cves/2023/CVE-2023-33246.yaml -u -debug
can get result for [CVE-2023-33246] [tcp] [critical]
./nuclei -t nuclei-templates/network/cves/2023/CVE-2023-33246.yaml -u -debug
can get warn message [WRN] [CVE-2023-33246] Could not make network request for () : could not read from server: [:RUNTIME] reader: error while reading from connection
The text was updated successfully, but these errors were encountered: