-
Notifications
You must be signed in to change notification settings - Fork 461
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
Exist a issues of freeing uninitialized pointer in src/bin/jp2/opj_decompress.c,that will cause a segfault #1368
Comments
rouault
pushed a commit
that referenced
this issue
Jul 14, 2021
DanielHeath
pushed a commit
to radiopaedia/openjpeg
that referenced
this issue
Sep 21, 2021
CVE-2022-1122 was assigned for this issue. |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Apr 14, 2022
CVE: CVE-2022-1122 The defect is undergoing reanalysis and there may be follow-up commits. Ref: * uclouvain/openjpeg#1368 Signed-off-by: Nicolas Marguet <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Apr 14, 2022
CVE: CVE-2022-1122 The defect is undergoing reanalysis and there may be follow-up commits. Ref: * uclouvain/openjpeg#1368 Signed-off-by: Nicolas Marguet <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Apr 15, 2022
CVE: CVE-2022-1122 The defect is undergoing reanalysis and there may be follow-up commits. Ref: * uclouvain/openjpeg#1368 Signed-off-by: Nicolas Marguet <[email protected]> Signed-off-by: Khem Raj <[email protected]>
daregit
pushed a commit
to daregit/yocto-combined
that referenced
this issue
May 22, 2024
CVE: CVE-2022-1122 The defect is undergoing reanalysis and there may be follow-up commits. Ref: * uclouvain/openjpeg#1368 Signed-off-by: Nicolas Marguet <[email protected]> Signed-off-by: Khem Raj <[email protected]>
daregit
pushed a commit
to daregit/yocto-combined
that referenced
this issue
May 22, 2024
CVE: CVE-2022-1122 The defect is undergoing reanalysis and there may be follow-up commits. Ref: * uclouvain/openjpeg#1368 Signed-off-by: Nicolas Marguet <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I found a segmentation fault in current master, and I also reproduced it on latest released version 2.5.0.
Crash Summary:
A issues of freeing uninitialized pointer exist in src/bin/jp2/opj_decompress.c:1795 in main, it can lead to a segmentation fault via the POC provided below
Crash Analysis:
GDB debugging results:
poc.zip
The text was updated successfully, but these errors were encountered: