Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poc误报 #114

Open
ViCrack opened this issue Mar 16, 2024 · 1 comment
Open

poc误报 #114

ViCrack opened this issue Mar 16, 2024 · 1 comment

Comments

@ViCrack
Copy link

ViCrack commented Mar 16, 2024

我在实际使用中发现下面几个POC容易误报

CVE-2023-39560

poc中判断规则宽泛

我看了reference中的链接

https://github.com/Luci4n555/cve_ectouch/blob/dc8d8bb0110151fd57e64c4290962d65e0e9f6f5/poc.py#L25

应该写成下面的会比较好

response.status == 200 && "XPATH syntax error: '~(.*)~'".bmatches(response.body)

easycvr-default-password

只判断了Tokenid显然也是太宽泛了, 这些字符串还挺常见的

可能得配合header或者其他关键字

chanjet-tplus-checkpassword-sqli

只判断了Microsoft SQL Server

tenda-downloadcfg-leak

@ViCrack
Copy link
Author

ViCrack commented Jul 29, 2024

esafenet-cdgserver3-hiddenwatermark-fileupload

发现这个也容易预报,固定的数字,且位数太短

如果有一个网站,统一返回的是200的状态码,同时只要出现了数字2178就会命中了

image

CNVD-2019-19299 相同

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant