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

[Security] CSV Injection #585

Open
joshibeast opened this issue Feb 5, 2021 · 0 comments
Open

[Security] CSV Injection #585

joshibeast opened this issue Feb 5, 2021 · 0 comments

Comments

@joshibeast
Copy link

Hello everybody,
I was just testing your app and I've discovered that is vulnerable to CSV injection:
https://owasp.org/www-community/attacks/CSV_Injection

In Hours case, besides hypothetical code execution, it would allow low privilege user to exfiltrate entire CVS content that contains data of all other users, hours and projects. An entire report can be leaked back to user.
The only thing that is required for an attack to work is one reckless click from an admin, when opening the generated csv.

I won't be posting PoC publicly, please contact me and I'll send you all the details.

OWASP guidance:
_This attack is difficult to mitigate, and explicitly disallowed from quite a few bug bounty programs. To remediate it, ensure that no cells begin with any of the following characters:

Equals to (“=”)
Plus (“+”)
Minus (“-“)
At (“@”)_

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