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

False positive for CVE-2023-1108 undertow-core #5222

Closed
2 tasks
bvahdat opened this issue Sep 20, 2023 Discussed in #5221 · 1 comment
Closed
2 tasks

False positive for CVE-2023-1108 undertow-core #5222

bvahdat opened this issue Sep 20, 2023 Discussed in #5221 · 1 comment

Comments

@bvahdat
Copy link

bvahdat commented Sep 20, 2023

Discussed in #5221

Originally posted by bvahdat September 20, 2023

IDs

CVE-2023-1108

Description

Scanning a custom Docker image finds a vulnerability by the maven artifact io.undertow:undertow-core:2.2.24.Final

┌───────────────────────────────────────────────────┬──────────────────┬──────────┬───────────────────┬──────────────────────────────────┬────────────────────────────────────────────────────────────┐
│                      Library                      │  Vulnerability   │ Severity │ Installed Version │          Fixed Version           │                           Title                            │
├───────────────────────────────────────────────────┼──────────────────┼──────────┼───────────────────┼──────────────────────────────────┼────────────────────────────────────────────────────────────┤
│ io.undertow:undertow-core (my-app.jar)            │ CVE-2023-1108    │ HIGH     │ 2.2.24.Final      │ 2.3.5.Final                      │ Infinite loop in SslConduit during close                   │
│                                                   │                  │          │                   │                                  │ https://avd.aquasec.com/nvd/cve-2023-1108                  │
├───────────────────────────────────────────────────┼──────────────────┼──────────┼───────────────────┼──────────────────────────────────┼────────────────────────────────────────────────────────────┤

However starting from undertow 2.2.24.Final CVE-2023-1108 is already fixed and has been tracked through:

https://issues.redhat.com/browse/UNDERTOW-2239

This can be verified through this GitHub blame link on the 2.2.24.Final tagged codebase.

More details available by the following links:

Reproduction Steps

1.
2.
3.
...

Target

Filesystem

Scanner

License

Target OS

No response

Debug Output

.

Version

v0.42.0

Checklist

@github-actions
Copy link

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 20, 2023
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

1 participant