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-2022-1586: PCRE2 library #5487

Closed
darylmcnutt opened this issue Jun 16, 2022 · 1 comment · Fixed by #5492
Closed

CVE-2022-1586: PCRE2 library #5487

darylmcnutt opened this issue Jun 16, 2022 · 1 comment · Fixed by #5492
Labels
bug Something isn't working community Community contribution

Comments

@darylmcnutt
Copy link

darylmcnutt commented Jun 16, 2022

While using the checkmarx\kics image, our trivy scans are detecting CVE-2022-1586 in the latest version of KICS (v1.5.10).

This CVE is related to the PCRE2 library:
An out-of-bounds read vulnerability was discovered in the PCRE2 library in the compile_xclass_matchingpath() function of the pcre2_jit_compile.c file. This involves a unicode property matching issue in JIT-compiled regular expressions. The issue occurs because the character was not fully read in case-less matching within JIT.

Submitting an issue for awareness and further investigation into KICS and potentially a patch.

@darylmcnutt darylmcnutt added bug Something isn't working community Community contribution labels Jun 16, 2022
@rafaela-soares
Copy link
Contributor

Hello, @darylmcnutt!

Thank you so much for noticing and reporting it! 🚀

We are working on that in PR #5492.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community Community contribution
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants