4k4xs4pH1r3 / subfinder

SubFinder is a subdomain discovery tool that discovers valid subdomains for websites. Designed as a passive framework to be useful for bug bounties and safe for penetration testing.
MIT License
0 stars 1 forks source link

github.com/projectdiscovery/gologger-v1.1.12: 1 vulnerabilities (highest severity is: 6.1) #63

Open mend-bolt-for-github[bot] opened 4 months ago

mend-bolt-for-github[bot] commented 4 months ago
Vulnerable Library - github.com/projectdiscovery/gologger-v1.1.12

Path to dependency file: /v2/go.mod

Path to vulnerable library: /go/pkg/mod/cache/download/github.com/mholt/archiver/v3/@v/v3.5.1.mod

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (github.com/projectdiscovery/gologger-v1.1.12 version) Remediation Possible**
CVE-2024-0406 Medium 6.1 github.com/mholt/archiver/v3-v3.5.1 Transitive N/A*

*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-0406 ### Vulnerable Library - github.com/mholt/archiver/v3-v3.5.1

Easily create & extract archives, and compress & decompress files of various formats

Library home page: https://proxy.golang.org/github.com/mholt/archiver/v3/@v/v3.5.1.zip

Path to dependency file: /v2/go.mod

Path to vulnerable library: /go/pkg/mod/cache/download/github.com/mholt/archiver/v3/@v/v3.5.1.mod

Dependency Hierarchy: - github.com/projectdiscovery/gologger-v1.1.12 (Root Library) - :x: **github.com/mholt/archiver/v3-v3.5.1** (Vulnerable Library)

Found in base branch: master

### Vulnerability Details

A flaw was discovered in the mholt/archiver package. This flaw allows an attacker to create a specially crafted tar file, which, when unpacked, may allow access to restricted files or directories. This issue can allow the creation or overwriting of files with the user's or application's privileges using the library.

Publish Date: 2024-04-06

URL: CVE-2024-0406

### CVSS 3 Score Details (6.1)

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

For more information on CVSS3 Scores, click here.

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
secure-code-warrior-for-github[bot] commented 4 months ago

Micro-Learning Topic: Vulnerable library (Detected by phrase)

Matched on "Vulnerable Library"

What is this? (2min video)

Use of vulnerable components will introduce weaknesses into the application. Components with published vulnerabilities will allow easy exploitation as resources will often be available to automate the process.

Try a challenge in Secure Code Warrior