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-2023-51079 in mvel dependency #681

Open
problemzebra2 opened this issue Dec 29, 2023 · 1 comment
Open

CVE-2023-51079 in mvel dependency #681

problemzebra2 opened this issue Dec 29, 2023 · 1 comment
Assignees
Labels
priority: low type: bug Something isn't working

Comments

@problemzebra2
Copy link

The mvel dependecy

 <dependency>
    >groupId>org.mvel</groupId>
   <artifactId>mvel2</artifactId>
   <version>${mvel.version}</version>
</dependency>

in version 2.5.1.Final has a security issue (CVE-2023-51079)

As of now, there seems to be no updated version of mvel available:

mvel/mvel#348

@problemzebra2 problemzebra2 added the type: bug Something isn't working label Dec 29, 2023
@cjmamo cjmamo self-assigned this Jan 3, 2024
@cjmamo
Copy link
Member

cjmamo commented Jan 8, 2024

I'm following mvel/mvel#348 closely. At the moment, I'm assigning this low-priority because the Smooks codebase doesn't directly call anywhere ParseTools.subCompileExpression. Apart from this, there doesn't seem to be consensus among the MVEL maintainers whether this is a security issue. Having said this, we might need to have a broader discussion on how Smooks should handle unexpected large payloads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low type: bug Something isn't working
Development

No branches or pull requests

2 participants