Skip to content
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

azure_identity-1.15.0-py3-none-any.whl: 2 vulnerabilities (highest severity is: 7.5) #29

Open
mend-bolt-for-github bot opened this issue Jun 16, 2024 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@mend-bolt-for-github
Copy link
Contributor

mend-bolt-for-github bot commented Jun 16, 2024

Vulnerable Library - azure_identity-1.15.0-py3-none-any.whl

Microsoft Azure Identity Library for Python

Library home page: https://files.pythonhosted.org/packages/30/10/5dbf755b368d10a28d55b06ac1f12512a13e88874a23db82defdea9a8cd9/azure_identity-1.15.0-py3-none-any.whl

Path to dependency file: /default/dockerbuild/remover/requirements.txt

Path to vulnerable library: /default/dockerbuild/remover/requirements.txt,/default/dockerbuild/react-ui/crud-app/backend/requirements.txt,/default/dockerbuild/completed/requirements.txt,/default/dockerbuild/dispatcher/requirements.txt,/default/dockerbuild/attic/ui/requirements.txt

Found in HEAD commit: 7d4ec1976bf34e113ff183b2bc7fa39af6136591

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (azure_identity version) Remediation Possible**
CVE-2024-6119 High 7.5 cryptography-42.0.8-cp37-abi3-manylinux_2_28_x86_64.whl Transitive N/A*
CVE-2024-35255 Medium 5.5 azure_identity-1.15.0-py3-none-any.whl Direct 1.16.0

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2024-6119

Vulnerable Library - cryptography-42.0.8-cp37-abi3-manylinux_2_28_x86_64.whl

cryptography is a package which provides cryptographic recipes and primitives to Python developers.

Library home page: https://files.pythonhosted.org/packages/07/40/d6f6819c62e808ea74639c3c640f7edd636b86cce62cb14943996a15df92/cryptography-42.0.8-cp37-abi3-manylinux_2_28_x86_64.whl

Path to dependency file: /default/dockerbuild/remover/requirements.txt

Path to vulnerable library: /default/dockerbuild/remover/requirements.txt,/default/dockerbuild/react-ui/crud-app/backend/requirements.txt,/default/dockerbuild/attic/ui/requirements.txt,/default/dockerbuild/completed/requirements.txt,/default/dockerbuild/dispatcher/requirements.txt

Dependency Hierarchy:

  • azure_identity-1.15.0-py3-none-any.whl (Root Library)
    • cryptography-42.0.8-cp37-abi3-manylinux_2_28_x86_64.whl (Vulnerable Library)

Found in HEAD commit: 7d4ec1976bf34e113ff183b2bc7fa39af6136591

Found in base branch: main

Vulnerability Details

Issue summary: Applications performing certificate name checks (e.g., TLS
clients checking server certificates) may attempt to read an invalid memory
address resulting in abnormal termination of the application process.

Impact summary: Abnormal termination of an application can a cause a denial of
service.

Applications performing certificate name checks (e.g., TLS clients checking
server certificates) may attempt to read an invalid memory address when
comparing the expected name with an otherName subject alternative name of an
X.509 certificate. This may result in an exception that terminates the
application program.

Note that basic certificate chain validation (signatures, dates, ...) is not
affected, the denial of service can occur only when the application also
specifies an expected DNS name, Email address or IP address.

TLS servers rarely solicit client certificates, and even when they do, they
generally don't perform a name check against a reference identifier (expected
identity), but rather extract the presented identity after checking the
certificate chain. So TLS servers are generally not affected and the severity
of the issue is Moderate.

The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.

Publish Date: 2024-09-03

URL: CVE-2024-6119

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: None
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://openssl-library.org/news/secadv/20240903.txt

Release Date: 2024-09-03

Fix Resolution: openssl-3.0.15,openssl-3.1.7,openssl-3.2.3,openssl-3.3.2, cryptography - 43.0.1

Step up your Open Source Security Game with Mend here

CVE-2024-35255

Vulnerable Library - azure_identity-1.15.0-py3-none-any.whl

Microsoft Azure Identity Library for Python

Library home page: https://files.pythonhosted.org/packages/30/10/5dbf755b368d10a28d55b06ac1f12512a13e88874a23db82defdea9a8cd9/azure_identity-1.15.0-py3-none-any.whl

Path to dependency file: /default/dockerbuild/remover/requirements.txt

Path to vulnerable library: /default/dockerbuild/remover/requirements.txt,/default/dockerbuild/react-ui/crud-app/backend/requirements.txt,/default/dockerbuild/completed/requirements.txt,/default/dockerbuild/dispatcher/requirements.txt,/default/dockerbuild/attic/ui/requirements.txt

Dependency Hierarchy:

  • azure_identity-1.15.0-py3-none-any.whl (Vulnerable Library)

Found in HEAD commit: 7d4ec1976bf34e113ff183b2bc7fa39af6136591

Found in base branch: main

Vulnerability Details

Azure Identity Libraries and Microsoft Authentication Library Elevation of Privilege Vulnerability

Publish Date: 2024-06-11

URL: CVE-2024-35255

CVSS 3 Score Details (5.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Local
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: None
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-m5vv-6r4h-3vj9

Release Date: 2024-06-11

Fix Resolution: 1.16.0

Step up your Open Source Security Game with Mend here

@mend-bolt-for-github mend-bolt-for-github bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Jun 16, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title azure_identity-1.15.0-py3-none-any.whl: 1 vulnerabilities (highest severity is: 5.5) azure_identity-1.15.0-py3-none-any.whl: 2 vulnerabilities (highest severity is: 7.5) Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend
Projects
None yet
Development

No branches or pull requests

0 participants