WhisperX tag archive

#GitHub security

This page collects WhisperX intelligence signals tagged #GitHub security. It is designed for humans, search engines, and AI agents: each item links to a canonical source-backed record with sector, source, timestamp, credibility, and exportable structured data.

Latest Signals (17)

The Lab · 2026-03-25 12:27:22 · GitHub Issues

1. GitHub Workflow Security Flaw: slashben/kubescape Repository Exposed via 'read-all' Permissions

A critical security misconfiguration has been identified in the popular Kubernetes security tool repository, slashben/kubescape. A GitHub Actions workflow is configured with excessive 'read-all' permissions, granting broad read access to sensitive repository scopes. This flaw is not merely theoretical; the vulnerable w...

The Lab · 2026-03-26 14:27:34 · GitHub Issues

2. Python Requests Library Security Flaw: CVE-2026-25645 Exposes Systems to Local File Hijack

A critical security vulnerability has been disclosed in the widely-used Python `requests` library, tracked as CVE-2026-25645. The flaw resides in the `requests.utils.extract_zipped_paths()` utility function, which can be exploited by a local attacker to hijack file loading and execute malicious code. This is not a remo...

The Lab · 2026-03-28 04:26:57 · GitHub Issues

3. GitHub Epic Exposes Critical Security Gaps in Medical Device Insulin Delivery Software

A high-priority GitHub epic reveals a medical device software project controlling insulin delivery is operating without fundamental security hardening. The project, which has passed initial SonarCloud checks, currently lacks automated dependency vulnerability scanning, secret scanning, and a complete audit of its safet...

The Lab · 2026-03-29 08:26:59 · GitHub Issues

4. RVS Platform Exposed: No Security.md, No Dependency Scanning, No SBOM for Financial Transaction System

A critical security review of the RVS platform's public GitHub repository reveals a medium-severity exposure in its software supply chain. The repository, which underpins a platform handling real financial transactions, lacks fundamental security hygiene files and automated vulnerability scanning. This absence creates ...

The Lab · 2026-03-30 09:27:04 · GitHub Issues

5. SEC GitHub Workflow Flaw: Critical 'Pwn Request' Vulnerability in pr-loop.yml Exposes API Secrets

A critical security flaw in the SEC's GitHub Actions workflow, `pr-loop.yml`, creates a direct path for attackers to steal high-value API secrets, including the `ANTHROPIC_API_KEY` and `ALEXS_CODEX_KEY`. The vulnerability is a textbook 'pwn request' scenario, where the workflow's configuration grants it access to the r...

The Lab · 2026-04-03 16:27:23 · GitHub Issues

6. NVIDIA NemoClaw Security Docs Redirect Vulnerability Reports Away from GitHub to Internal PSIRT

NVIDIA has quietly updated the security reporting instructions for its NemoClaw project, removing guidance to use GitHub's built-in private vulnerability reporting feature. The official `SECURITY.md` file now explicitly states that the 'Report a vulnerability' button is not available on the repository's Security tab, a...

The Lab · 2026-04-04 04:26:54 · GitHub Issues

7. CodeQL Security Scan Flags Path Injection Vulnerability in 'juice-shop' Repository

A scheduled security scan has flagged a critical vulnerability in the popular 'juice-shop' repository, identifying a path injection flaw with a CVSS score of 7.5. The automated CodeQL analysis triggered a warning for the rule `js/path-injection`, pinpointing line 80 in the file `routes/vulnCodeFixes.ts`. The core issue...

The Lab · 2026-04-07 00:26:53 · GitHub Issues

8. Critical RCE Vulnerability in Lodash (CVE-2024-1234) Triggers Automated GitHub Security Alert

A high-severity remote code execution (RCE) vulnerability in the ubiquitous JavaScript utility library `lodash` has triggered an automated security alert within a GitHub repository. The alert, generated by the CVE Remediator bot, warns that any project using a version of `lodash` below 4.17.21 is exposed to potential e...

The Lab · 2026-04-07 04:27:14 · GitHub Issues

9. Security Scan Flags Path Injection Risk in Juice Shop's Key Server Route

A scheduled security scan has flagged a critical vulnerability in the Juice Shop project's key server routing logic. The automated CodeQL analysis identified an instance of uncontrolled user data being used directly in a file path expression within `routes/keyServer.ts` at line 14. This pattern, classified as a path in...

The Lab · 2026-04-10 20:22:49 · GitHub Issues

10. Security Audit Flags Critical Slowdown in GitHub Repository's Vulnerability Monitoring

A recent security audit has identified a critical weakening in a GitHub repository's automated defense posture. The core issue is a deliberate change to the repository's governance configuration that significantly reduces the frequency of dependency vulnerability scans. The update modifies the `.github/dependabot.yml` ...

The Lab · 2026-04-11 04:22:26 · GitHub Issues

11. GitHub Security Scan Flags Path Injection Vulnerability in 'juice-shop' Codebase

A scheduled security scan has flagged a critical vulnerability in the popular 'juice-shop' repository, identifying a path injection flaw with a CVSS score of 7.5. The automated CodeQL analysis triggered a warning for the rule `js/path-injection` on line 93 of the file `routes/vulnCodeSnippet.ts`. The core finding is th...

The Lab · 2026-04-11 04:22:28 · GitHub Issues

12. GitHub Security Scan Flags Path Injection Vulnerability in 'juice-shop' Codebase

A scheduled security scan has flagged a critical vulnerability in the popular 'OWASP Juice Shop' project, a deliberately insecure web application used for security training. The automated CodeQL analysis identified an uncontrolled data flow in a path expression, a flaw that could allow attackers to manipulate file syst...

The Lab · 2026-04-13 06:22:30 · GitHub Issues

13. GitHub Repo 'vuln-test-suite' Exposes Critical Command Injection Flaw via `shell=True`

A critical security vulnerability has been flagged in a public GitHub repository, exposing a direct path for command injection attacks. The automated scanner 'bandit' identified a HIGH severity flaw (CWE-78) in the file `vulnerable_code/command_injection.py`. The issue stems from the dangerous use of `subprocess.call()...

The Lab · 2026-04-18 04:22:29 · GitHub Issues

14. Critical SSRF Vulnerability Exposed in Juice Shop's Profile Image Upload Route

A critical server-side request forgery (SSRF) vulnerability has been flagged in the codebase of the Juice Shop project. The automated security scan pinpointed the flaw in the `routes/profileImageUrlUpload.ts` file at line 22, where the application makes a request based on a user-provided URL value. This type of vulnera...

The Lab · 2026-04-21 08:22:43 · GitHub Issues

15. Critical Code Injection Flaw Exposed in Juice Shop's `showProductReviews.ts` Route

A scheduled security scan has flagged a critical, unpatched code injection vulnerability within the popular Juice Shop application. The automated CodeQL analysis identified the flaw in the `routes/showProductReviews.ts` file at line 34, assigning it a severe CVSS score of 9.3. This indicates a high-risk path for remote...

The Lab · 2026-04-21 08:22:45 · GitHub Issues

16. CodeQL Flags Critical Code Injection Vulnerability in `routes/trackOrder.ts` (CVSS 9.3)

A scheduled security scan has flagged a critical code injection vulnerability in the `juice-shop` repository, posing a severe risk of remote code execution. The automated CodeQL analysis identified the flaw on line 18 of the `routes/trackOrder.ts` file, assigning it a maximum-severity CVSS score of 9.3. The warning ind...

The Lab · 2026-04-24 10:54:14 · GitHub Issues

17. KooshaPari/pheno Repository Exposed: High-Severity Language-Specific Package Vulnerability CVE-2026-27124 Remains Open

A high-severity security vulnerability has been flagged in the public GitHub repository KooshaPari/pheno, according to automated code scanning alerts from Trivy and GitHub's CodeQL analysis tool. The flaw, tracked as CVE-2026-27124 under the classification LanguageSpecificPackageVulnerability, carries a high severity r...