RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1665172 - SIGABRT when trust anchor read a malformed file
Summary: SIGABRT when trust anchor read a malformed file
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: p11-kit
Version: 8.1
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: rc
: 8.0
Assignee: Daiki Ueno
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-01-10 15:50 UTC by Han Han
Modified: 2021-05-18 14:52 UTC (History)
2 users (show)

Fixed In Version: p11-kit-0.23.22-1.el8
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-18 14:52:33 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
crash input files and gdb backtrace of p11-kit-0.23.5-3.el7.x86_64 (2.11 KB, application/gzip)
2019-01-10 15:50 UTC, Han Han
no flags Details

Description Han Han 2019-01-10 15:50:06 UTC
Created attachment 1519858 [details]
crash input files and gdb backtrace of p11-kit-0.23.5-3.el7.x86_64

Description of problem:
As subject

Version-Release number of selected component (if applicable):
p11-kit-0.23.14-4.el8.x86_64

How reproducible:
100%

Steps to Reproduce:
1. Prepare a file:
# cat /tmp/crashes/id:000000,sig:06,src:000066,op:ext_AO,pos:6 
1-----BEGIN ------------#

2. Run following command:
# trust anchor /tmp/crashes/id:000000,sig:06,src:000066,op:ext_AO,pos:6
trust: trust/pem.c:87: pem_find_begin: Assertion `suff > pref' failed.
[1]    21880 abort (core dumped)  trust anchor /tmp/crashes/id:000000,sig:06,src:000066,op:ext_AO,pos:6

Actual results:
As above

Expected results:
No SIGABRT

Additional info:
It could be reproduced on p11-kit-0.23.5-3.el7.x86_64 and upstream 0.23.14-27-g5e6a92b.
The crash input files and gdb backtrace of p11-kit-0.23.5-3.el7.x86_64  are in attachment.
This bug is find by afl.

Comment 1 Daiki Ueno 2019-01-10 16:02:37 UTC
Thank you for running afl against the package.  However, I wouldn't call it a bug, but just an assertion failure.  
As we don't compile it with NDEBUG=1 in RHEL, there shouldn't be a practical problem.

If you suggest to make the error handling more courteous, feel free to open an upstream issue.

Comment 2 Daiki Ueno 2019-01-11 09:46:15 UTC
Sorry, after a second thought, I realized that you are right: the assert condition itself is wrong and the parser should accept such PEM header.  I have opened a PR:
https://github.com/p11-glue/p11-kit/pull/210

Comment 9 errata-xmlrpc 2021-05-18 14:52:33 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: p11-kit security, bug fix, and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2021:1609


Note You need to log in before you can comment on or make changes to this bug.