-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
XSS Vulneravility in cookie dependence. CVE-2024-47764 #13975
Comments
Hello, @henri-dpd 👋 and thank you for opening this issue. We're looking into this and will follow up with additional comments/questions when we can. |
@henri-dpd, we just released v5.3.26 to address this issue and upgrade the version of the |
@cwomack It was resolved. Thank you |
Thanks fro the confirmation, @henri-dpd. We'll close this issue out as resolved then and appreciate you reporting this! |
Before opening, please confirm:
JavaScript Framework
React
Amplify APIs
Not applicable
Amplify Version
v5
Amplify Categories
Not applicable
Backend
Amplify CLI
Environment information
Describe the bug
Currently
aws-amplify
v5 uses"universal-cookie": "^4.0.4"
library, but this version has a Cross-site Scripting vulnerability CVE-2024-47764, because it has"cookie": "^0.4.2"
library as a dependencyExpected behavior
There is necessary to upgrade
universal-cookie
library at least to version^7.2.1
because this version uses"cookie": "^0.7.2"
Reproduction steps
npm i aws-amplify@5
cookie
, it has the version^0.4.2
, this library is dependence ofuniversal-cookie
witch has version^4.0.4
and also is a dependence ofaws-amplify/core
Code Snippet
// Put your code below this line.
Log output
aws-exports.js
No response
Manual configuration
No response
Additional configuration
No response
Mobile Device
No response
Mobile Operating System
No response
Mobile Browser
No response
Mobile Browser Version
No response
Additional information and screenshots
CVE-2024-47764
The text was updated successfully, but these errors were encountered: