-
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
Security patches and updates #316
Comments
Would you like to share some details so we could also help on it ? |
@duterte can you email me at richardgirges - a t - gmail dot com? I will send you the report |
@richardgirges While you are reviewing these, I think it might be helpful to reach out to NIST/Mitre and request that these CVEs be marked as disputed. At the moment, all security scanning tools flag this issue as super-mega-critical, which is unfortunate. To mark it as disputed, you just have to message them here: https://cveform.mitre.org/ |
@richardgirges - CVE-2022-27140 is now marked as disputed in NIST's database
|
Hi, someone know developers works on this issue? |
There have been some unconfirmed security reports raised by @harunoz. This ticket will track the decisions and fixes (if any) to address all open security reports.
There are five primary areas that are covered in Harun's reports:
File overwriting: this has been confirmed to be a non-issue. In the report, the user is intentionally implementing bad practices, such as uploading file contents into areas of the filesystem where sensitive files, such as source files, are present. It is up to the user of express-fileupload to ensure that files placed with the.mv
method are placed in a secure location where they cannot cause harm regardless of the filename or extension.The text was updated successfully, but these errors were encountered: