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 · 0 comments
Open

poc误报 #114

ViCrack opened this issue Mar 16, 2024 · 0 comments

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

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