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

external-service-interaction possible fp? #10850

Open
iuliu8899 opened this issue Sep 27, 2024 · 2 comments
Open

external-service-interaction possible fp? #10850

iuliu8899 opened this issue Sep 27, 2024 · 2 comments
Assignees
Labels
false-positive Nuclei template reporting invalid/unexpected result waiting for more info

Comments

@iuliu8899
Copy link
Contributor

Nuclei Version:

Template file:

http/miscellaneous/external-service-interaction.yaml

Command to reproduce:

nuclei -u http://1.94.99.66 -id external-service-interaction

This would match result since server respond with 302 code and location header points to interactsh url. And then nuclei follow this redirects thus trigger oob interaction.

If I comment out redirects: true this line, (which makes a similar template with http/vulnerabilities/generic/oob-header-based-interaction.yaml), no results found and I think it's good.

I don't think follow redircts is vulnerable since this action happens totally on client side.

If I'm wrong, any suggestion to understand this?

Anything else:

Or we should differentiate external-service-interaction and oob-header-based-interaction? like, external-service-interaction only test follow redirect targets, while oob-header-based-interaction test no redirects targets?

@iuliu8899 iuliu8899 added the false-positive Nuclei template reporting invalid/unexpected result label Sep 27, 2024
@ritikchaddha
Copy link
Contributor

Hello @iuliu8899, I'm not getting any false positives on the host you shared above. Would you mind sharing additional information, including valid debug data, to investigate this issue? It would be greatly appreciated.

Screenshot 2024-10-01 at 4 00 36 PM

@iuliu8899
Copy link
Contributor Author

@ritikchaddha your screenshots shows the request was blocked by some waf...

can u try this:

nuclei -u https://internalcrm.nysoftland.com.cn -id external-service-interaction

which I believe no waf protect this target.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
false-positive Nuclei template reporting invalid/unexpected result waiting for more info
Projects
None yet
Development

No branches or pull requests

2 participants