Bug 2131990 (CVE-2022-3644) - CVE-2022-3644 Pulp:Tokens stored in plaintext
Summary: CVE-2022-3644 Pulp:Tokens stored in plaintext
Keywords:
Status: NEW
Alias: CVE-2022-3644
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On: 2132585 2134729 2132584
Blocks: 2130948
TreeView+ depends on / blocked
 
Reported: 2022-10-04 12:25 UTC by Vipul Nair
Modified: 2023-07-07 08:29 UTC (History)
28 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
A flaw exists in the collection remote for pulp_ansible, where tokens are stored in plaintext instead of using pulp's encrypted field. This flaw allows an attacker with sufficient privileges to read the stored tokens, resulting in the loss of confidentiality.
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Vipul Nair 2022-10-04 12:25:46 UTC
The collection remote for pulp_ansible stores tokens in plaintext instead of using pulp's encrypted field (https://github.com/pulp/pulp_ansible/blob/main/pulp_ansible/app/models.py#L234) and exposes them in read/write mode via the API (https://github.com/pulp/pulp_ansible/blob/main/pulp_ansible/app/serializers.py#L170) instead of marking it as write only.


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