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 1961687 - spkac segfault reading from stdin
Summary: spkac segfault reading from stdin
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: openssl
Version: CentOS Stream
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: beta
: 9.0 Beta
Assignee: Sahana Prasad
QA Contact: Alicja Kario
URL:
Whiteboard:
Depends On:
Blocks: 1952930
TreeView+ depends on / blocked
 
Reported: 2021-05-18 13:44 UTC by Rob Crittenden
Modified: 2021-12-07 21:28 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-12-07 21:24:13 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openssl openssl issues 15683 0 None open openssl spkac generates requests signed with MD5 only, but will verify other hashes too 2021-06-09 18:53:48 UTC
Red Hat Issue Tracker CRYPTO-5640 0 None None None 2021-12-02 14:40:36 UTC

Internal Links: 1970388

Description Rob Crittenden 2021-05-18 13:44:21 UTC
Description of problem:

spkac segfaults while trying to read its configuration file.

(gdb) run spkac -verify -noout < spkac.nss.2048
Program received signal SIGSEGV, Segmentation fault.
0x00005555555e562e in app_load_config_internal (quiet=0, filename=0x0)
    at apps/lib/apps.c:409
409         if (*filename != '\0'
(gdb) where
#0  0x00005555555e562e in app_load_config_internal (quiet=0, filename=0x0)
    at apps/lib/apps.c:409
#1  spkac_main (argc=<optimized out>, argv=<optimized out>) at apps/spkac.c:174
#2  0x00005555555b9fac in do_cmd (prog=<optimized out>, argc=3, 
    argv=0x7fffffffe4d0) at apps/openssl.c:414
#3  0x000055555559b266 in main (argc=3, argv=0x7fffffffe4d0)
    at apps/openssl.c:293

It also fails with: openssl spkac

Version-Release number of selected component (if applicable):
openssl-3.0.0-0.alpha16.1.ssl3.x86_64


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