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

CVE-2024-28103 vulnerability in actionpack 7.1.3.2 #316

Open
dimitrisdovinos opened this issue Jul 17, 2024 · 7 comments
Open

CVE-2024-28103 vulnerability in actionpack 7.1.3.2 #316

dimitrisdovinos opened this issue Jul 17, 2024 · 7 comments

Comments

@dimitrisdovinos
Copy link

The current version of actionpack (7.1.3.2) in the Gemfile.lock is vulnerable to CVE-2024-28103. Unfortunately, this is classed as a critical vulnerability by NIST. How can I help to upgrade the current actionpack to 7.1.3.4 ?

@bruno-costanzo
Copy link
Collaborator

No need to update it. The gem must be compatible with the base version, that does not mean that you cannot use the latest one in your project.

@dimitrisdovinos
Copy link
Author

Our vulnerability scanner picks up the actionpack version that is required for this gem and flags it as a vulnerability. Even if I use a later version of actionpack for other parts of my project, I still have in my gemfile lock a "vulnerable" actionpack because of data-migrate.

I saw that you just submitted a PR. Perhaps it will resolve it. Thank you for looking into the issue.

@bruno-costanzo
Copy link
Collaborator

So is not necessary to update the rails version in our gemfiles, but to bundle update rails. Right?

@dimitrisdovinos
Copy link
Author

If the bundle update rails pushes actionpack to 7.1.3.4 or higher then we may be ok.

@bruno-costanzo
Copy link
Collaborator

I think it works. PR

@bruno-costanzo
Copy link
Collaborator

At the end of the day I will create a new release with this.

@bruno-costanzo
Copy link
Collaborator

Can I close this? I think it is repaired with 11.0.0.rc3

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

2 participants