Red Hat Satellite engineering is moving the tracking of its product development work on Satellite 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 "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. 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 "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-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 1828549 - Manifest Certificate Exposed by Unprivileged User
Summary: Manifest Certificate Exposed by Unprivileged User
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Users & Roles
Version: 6.6.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: 6.8.0
Assignee: Jonathon Turel
QA Contact: Peter Ondrejka
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-04-27 20:04 UTC by myoder
Modified: 2023-09-07 22:58 UTC (History)
4 users (show)

Fixed In Version: tfm-rubygem-katello-3.16.0-0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-10-27 13:02:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 29146 0 Normal Closed Remove upstream idCert from organization details API 2021-02-01 13:17:08 UTC
Red Hat Product Errata RHSA-2020:4366 0 None None None 2020-10-27 13:02:29 UTC

Internal Links: 1839025

Description myoder 2020-04-27 20:04:44 UTC
Description of problem:

User with only "Discover Reader" role enabled, is able to get private key for manifest/organization when they authenitcate to the Satellite WEb UI, and then manually navigate to this endpoint:

  http://satellite.example.com/katello/api/v2/organizations/1 

A json output is printed to the screen which includes the private and public key for what I believe is the manifest associated with that organization.  I have grabbed part of the json, and removed the public and private certs, and also hanged the org name and manifest name to ORGANIZATION-NAME and MANIFEST-NAME respectively:

    "name": "ORGANIZATION-NAME",
   "owner_details": {
       "autobindDisabled": false,
       "contentAccessMode": "entitlement",
       "contentAccessModeList": "entitlement",
       "contentPrefix": "/ORGANIZATION-NAME/$env",
       "created": "2020-04-03T16:16:09+0000",
       "defaultServiceLevel": null,
       "displayName": "ORGANIZATION-NAME",
       "href": "/owners/ORGANIZATION-NAME",
       "id": "8a8080887140d389017140d4085f0001",
       "key": "ORGANIZATION-NAME",
       "lastRefreshed": "2020-04-04T00:04:44+0000",
       "logLevel": null,
       "parentOwner": null,
       "updated": "2020-04-04T00:04:44+0000",
       "upstreamConsumer": {
           "apiUrl": "https://subscription.rhsm.redhat.com/subscription/consumers/",
           "contentAccessMode": null,
           "created": "2020-04-04T00:04:28+0000",
           "id": "8a8080887140d38901714280c81a005d",
           "idCert": {
               "cert": "-----BEGIN CERTIFICATE----***REMOVED***-----END CERTIFICATE-----\n",
               "created": "2020-04-03T23:51:05+0000",
               "id": "8a8080887140d38901714280c80e005c",
               "key": "-----BEGIN RSA PRIVATE KEY----***REMOVED***-----END RSA PRIVATE KEY-----\n",
               "serial": {
                   "collected": false,
                   "created": "2020-04-03T23:51:05+0000",
                   "expiration": "2021-04-03T23:51:05+0000",
                   "id": 6867080507192518295,
                   "revoked": false,
                   "serial": 6867080507192518295,
                   "updated": "2020-04-04T00:04:28+0000"
               },
               "updated": "2020-04-04T00:04:28+0000"
           },
           "name": "MANIFEST-NAME",
           "ownerId": "8a8080887140d389017140d4085f0001",
           "type": {
               "id": "8a8080887140d38901714280c7640006",
               "label": "satellite",
               "manifest": true
           },
           "updated": "2020-04-04T00:04:28+0000",
           "uuid": "4aa39171-de7c-4936-bfd9-b06b27000581",
           "webUrl": "access.redhat.com/management/subscription_allocations/"
       },
       "virt_who": true
   },
Version-Release number of selected component (if applicable):
Satellite 6.6.2-1

How reproducible:
Always

Steps to Reproduce:
1. Create user with "Discover Reader" role
2. Have that user log in to the Satellite Web UI
3. Open a new tab, and manually navigate to https://satellite.example.com/katello/api/v2/organizations/1

Actual results:
Private and public key are exposed to end user

Expected results:
User should see private and public key.  Also, private key should not be exposed.

Additional info:

Comment 3 Marek Hulan 2020-04-28 10:12:03 UTC
I think Jonathon had already somewhere a BZ, the org API shouldn't be exposing the private key, Jonathon any more insights to this? Thanks

Comment 4 Jonathon Turel 2020-04-28 12:52:13 UTC
Connecting redmine issue https://projects.theforeman.org/issues/29146 from this bug

Comment 5 Jonathon Turel 2020-04-28 12:54:05 UTC
Thank you for the report. The good news is that this has already been fixed in our upstream repositories - I've linked the upstream issue report. I would expect this fix to be included as part of Satellite 6.8

Comment 6 Bryan Kearney 2020-04-28 14:07:44 UTC
Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/29146 has been resolved.

Comment 7 Peter Ondrejka 2020-06-02 08:49:33 UTC
Verified on Sat 6.8 snap 2, these credentials are no longer exposed for any user

Comment 10 errata-xmlrpc 2020-10-27 13:02:09 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 (Important: Satellite 6.8 release), 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-2020:4366


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