nginx-proxy-manager icon indicating copy to clipboard operation
nginx-proxy-manager copied to clipboard

yarn.lock - HIGH vulnerably

Open sk3pp3r opened this issue 1 year ago • 3 comments

yarn.lock - HIGH vulnerably scan for vulnerability using trivy

    ~  trivy repo https://github.com/NginxProxyManager/nginx-proxy-manager  -s HIGH,CRITICAL                                                                          ✔  12:25:14  
2024-07-22T12:25:24+03:00	INFO	Vulnerability scanning is enabled
2024-07-22T12:25:24+03:00	INFO	Secret scanning is enabled
2024-07-22T12:25:24+03:00	INFO	If your scanning is slow, please try '--scanners vuln' to disable secret scanning
2024-07-22T12:25:24+03:00	INFO	Please see also https://aquasecurity.github.io/trivy/v0.52/docs/scanner/secret/#recommendation for faster secret detection
Enumerating objects: 4596, done.
Counting objects: 100% (4596/4596), done.
Compressing objects: 100% (2738/2738), done.
Total 4596 (delta 2319), reused 3335 (delta 1577), pack-reused 0
2024-07-22T12:25:31+03:00	INFO	Suppressing dependencies for development and testing. To display them, try the '--include-dev-deps' flag.
2024-07-22T12:25:31+03:00	INFO	Number of language-specific files	num=4
2024-07-22T12:25:31+03:00	INFO	[yarn] Detecting vulnerabilities...

backend/yarn.lock (yarn)

Total: 5 (HIGH: 5, CRITICAL: 0)

┌────────────────────┬────────────────┬──────────┬──────────┬───────────────────┬────────────────────────────┬──────────────────────────────────────────────────────────┐
│      Library       │ Vulnerability  │ Severity │  Status  │ Installed Version │       Fixed Version        │                          Title                           │
├────────────────────┼────────────────┼──────────┼──────────┼───────────────────┼────────────────────────────┼──────────────────────────────────────────────────────────┤
│ ansi-regex         │ CVE-2021-3807  │ HIGH     │ fixed    │ 3.0.0             │ 6.0.1, 5.0.1, 4.1.1, 3.0.1 │ nodejs-ansi-regex: Regular expression denial of service  │
│                    │                │          │          │                   │                            │ (ReDoS) matching ANSI escape codes                       │
│                    │                │          │          │                   │                            │ https://avd.aquasec.com/nvd/cve-2021-3807                │
│                    │                │          │          ├───────────────────┤                            │                                                          │
│                    │                │          │          │ 5.0.0             │                            │                                                          │
│                    │                │          │          │                   │                            │                                                          │
│                    │                │          │          │                   │                            │                                                          │
├────────────────────┼────────────────┤          ├──────────┼───────────────────┼────────────────────────────┼──────────────────────────────────────────────────────────┤
│ dicer              │ CVE-2022-24434 │          │ affected │ 0.3.0             │                            │ dicer: nodejs service crash by sending a crafted payload │
│                    │                │          │          │                   │                            │ https://avd.aquasec.com/nvd/cve-2022-24434               │
├────────────────────┼────────────────┤          │          ├───────────────────┼────────────────────────────┼──────────────────────────────────────────────────────────┤
│ express-fileupload │ CVE-2022-27261 │          │          │ 1.1.9             │                            │ Express-FileUpload Arbitrary File Overwrite              │
│                    │                │          │          │                   │                            │ https://avd.aquasec.com/nvd/cve-2022-27261               │
├────────────────────┼────────────────┤          ├──────────┼───────────────────┼────────────────────────────┼──────────────────────────────────────────────────────────┤
│ minimatch          │ CVE-2022-3517  │          │ fixed    │ 3.0.4             │ 3.0.5                      │ nodejs-minimatch: ReDoS via the braceExpand function     │
│                    │                │          │          │                   │                            │ https://avd.aquasec.com/nvd/cve-2022-3517                │
└────────────────────┴────────────────┴──────────┴──────────┴───────────────────┴────────────────────────────┴──────────────────────────────────────────────────────────┘

test/yarn.lock (yarn)

Total: 5 (HIGH: 5, CRITICAL: 0)

┌────────────┬──────────────────┬──────────┬────────┬───────────────────┬──────────────────────────────────────────────────────────┬──────────────────────────────────────────────────────────┐
│  Library   │  Vulnerability   │ Severity │ Status │ Installed Version │                      Fixed Version                       │                          Title                           │
├────────────┼──────────────────┼──────────┼────────┼───────────────────┼──────────────────────────────────────────────────────────┼──────────────────────────────────────────────────────────┤
│ ansi-regex │ CVE-2021-3807    │ HIGH     │ fixed  │ 5.0.0             │ 6.0.1, 5.0.1, 4.1.1, 3.0.1                               │ nodejs-ansi-regex: Regular expression denial of service  │
│            │                  │          │        │                   │                                                          │ (ReDoS) matching ANSI escape codes                       │
│            │                  │          │        │                   │                                                          │ https://avd.aquasec.com/nvd/cve-2021-3807                │
├────────────┼──────────────────┤          │        ├───────────────────┼──────────────────────────────────────────────────────────┼──────────────────────────────────────────────────────────┤
│ braces     │ CVE-2024-4068    │          │        │ 3.0.2             │ 3.0.3                                                    │ braces: fails to limit the number of characters it can   │
│            │                  │          │        │                   │                                                          │ handle                                                   │
│            │                  │          │        │                   │                                                          │ https://avd.aquasec.com/nvd/cve-2024-4068                │
├────────────┼──────────────────┤          │        ├───────────────────┼──────────────────────────────────────────────────────────┼──────────────────────────────────────────────────────────┤
│ minimatch  │ CVE-2022-3517    │          │        │ 3.0.4             │ 3.0.5                                                    │ nodejs-minimatch: ReDoS via the braceExpand function     │
│            │                  │          │        │                   │                                                          │ https://avd.aquasec.com/nvd/cve-2022-3517                │
├────────────┼──────────────────┤          │        ├───────────────────┼──────────────────────────────────────────────────────────┼──────────────────────────────────────────────────────────┤
│ qs         │ CVE-2017-1000048 │          │        │ 1.2.0             │ 6.0.4, 6.1.2, 6.2.3, 6.3.2                               │ nodejs-qs: Prototype override protection bypass          │
│            │                  │          │        │                   │                                                          │ https://avd.aquasec.com/nvd/cve-2017-1000048             │
│            ├──────────────────┤          │        │                   ├──────────────────────────────────────────────────────────┼──────────────────────────────────────────────────────────┤
│            │ CVE-2022-24999   │          │        │                   │ 6.10.3, 6.9.7, 6.8.3, 6.7.3, 6.6.1, 6.5.3, 6.4.1, 6.3.3, │ express: "qs" prototype poisoning causes the hang of the │
│            │                  │          │        │                   │ 6.2.4                                                    │ node process                                             │
│            │                  │          │        │                   │                                                          │ https://avd.aquasec.com/nvd/cve-2022-24999               │
└────────────┴──────────────────┴──────────┴────────┴───────────────────┴──────────────────────────────────────────────────────────┴──────────────────────────────────────────────────────────┘

sk3pp3r avatar Jul 22 '24 09:07 sk3pp3r

Issue is now considered stale. If you want to keep it open, please comment :+1:

github-actions[bot] avatar Feb 15 '25 02:02 github-actions[bot]

still exist


backend/yarn.lock (yarn)

Total: 6 (HIGH: 6, CRITICAL: 0)

┌────────────────────┬────────────────┬──────────┬──────────┬───────────────────┬────────────────────────────┬───────────────────────────────────────────────────────────┐
│      Library       │ Vulnerability  │ Severity │  Status  │ Installed Version │       Fixed Version        │                           Title                           │
├────────────────────┼────────────────┼──────────┼──────────┼───────────────────┼────────────────────────────┼───────────────────────────────────────────────────────────┤
│ ansi-regex         │ CVE-2021-3807  │ HIGH     │ fixed    │ 3.0.0             │ 6.0.1, 5.0.1, 4.1.1, 3.0.1 │ nodejs-ansi-regex: Regular expression denial of service   │
│                    │                │          │          │                   │                            │ (ReDoS) matching ANSI escape codes                        │
│                    │                │          │          │                   │                            │ https://avd.aquasec.com/nvd/cve-2021-3807                 │
│                    │                │          │          ├───────────────────┤                            │                                                           │
│                    │                │          │          │ 5.0.0             │                            │                                                           │
│                    │                │          │          │                   │                            │                                                           │
│                    │                │          │          │                   │                            │                                                           │
├────────────────────┼────────────────┤          ├──────────┼───────────────────┼────────────────────────────┼───────────────────────────────────────────────────────────┤
│ dicer              │ CVE-2022-24434 │          │ affected │ 0.3.0             │                            │ dicer: nodejs service crash by sending a crafted payload  │
│                    │                │          │          │                   │                            │ https://avd.aquasec.com/nvd/cve-2022-24434                │
├────────────────────┼────────────────┤          │          ├───────────────────┼────────────────────────────┼───────────────────────────────────────────────────────────┤
│ express-fileupload │ CVE-2022-27261 │          │          │ 1.1.9             │                            │ Express-FileUpload Arbitrary File Overwrite               │
│                    │                │          │          │                   │                            │ https://avd.aquasec.com/nvd/cve-2022-27261                │
├────────────────────┼────────────────┤          ├──────────┼───────────────────┼────────────────────────────┼───────────────────────────────────────────────────────────┤
│ minimatch          │ CVE-2022-3517  │          │ fixed    │ 3.0.4             │ 3.0.5                      │ nodejs-minimatch: ReDoS via the braceExpand function      │
│                    │                │          │          │                   │                            │ https://avd.aquasec.com/nvd/cve-2022-3517                 │
├────────────────────┼────────────────┤          │          ├───────────────────┼────────────────────────────┼───────────────────────────────────────────────────────────┤
│ path-to-regexp     │ CVE-2024-52798 │          │          │ 0.1.10            │ 0.1.12                     │ path-to-regexp: path-to-regexp Unpatched `path-to-regexp` │
│                    │                │          │          │                   │                            │ ReDoS in 0.1.x                                            │
│                    │                │          │          │                   │                            │ https://avd.aquasec.com/nvd/cve-2024-52798                │
└────────────────────┴────────────────┴──────────┴──────────┴───────────────────┴────────────────────────────┴───────────────────────────────────────────────────────────┘

sk3pp3r avatar Feb 17 '25 11:02 sk3pp3r

Issue is now considered stale. If you want to keep it open, please comment :+1:

github-actions[bot] avatar Nov 22 '25 02:11 github-actions[bot]