-
Notifications
You must be signed in to change notification settings - Fork 261
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
Major security threats #312
Comments
Please provide additional details. Thanks. |
The links to mentioned CVEs should contain all details. Do you need more info? The details from the CVEs clearly provide the target of the vulnerabilities : express-fileupload |
@richardgirges Hi Richard, I reached out to the author of the attacks, Harun Oz, and asked him to contact you with the details. It's not clear from either video how the attack(s) work. Videos are from february, but just went into NIST on 4/12, which is kind of odd in my opinion. |
Is there any ETA for CVE-2022-27261 and CVE-2022-27140 ? |
Thanks @r3wt - exactly my thoughts |
Because this is an unreviewed vulnerability and there are no relevant details explaining the attack, going to close this. Feel free to reopen when you have concrete and actionable information. Thanks! |
Dear all, I sent a detailed explanation for each type of attack and potential countermeasures regarding our findings to a @richardgirges. I did not receive a response from him yet. Thanks. |
Any update on this? |
Any PRs would be appreciated |
@richardgirges has @harunoz contacted you with the vulnerability details? is this a legitimate finding? |
I am looking into Harun’s findings now. Many of his proposed solutions is to add numerous NPM dependencies to express-fileupload, in addition to introducing major breaking changes. This seems unideal. I will need to spend some time looking deeply into the findings to see if there is a way to address them, and to determine if the scope of these issues should fall under the responsibility of the user or express-fileupload. |
Its a bluff, There is no security issues. express-fileupload does not write file without calling It's up to developer on how and where to write file. |
It certainly seems that way. The video i saw featured a guy modifying files in notepad while uploading to localhost. i wanted to give the benefit of the doubt though and see if it was an actual vulnerability. |
I'm still reading through all of Harun's findings. Many of the issues in Harun's report appear to indicate intentional misusing of the API. Much of it overlaps with how the developer should be handling uploaded files and assumes express-fileupload should be handling the business logic of file renamings, etc - I'm not sure I agree with this. There are some issues around |
Closing this ticket in favor of #316 |
Please have a look at CVE-2022-27261 and CVE-2022-27140
The text was updated successfully, but these errors were encountered: