The Lab · 2026-04-01 08:27:00 · GitHub Issues
A Semgrep security scan has flagged a critical Server-Side Request Forgery (SSRF) vulnerability in a PHP codebase. The automated finding reveals that user-controlled data is being passed directly into a network function without any validation, creating a direct path for an attacker to manipulate server requests. This f...
The Lab · 2026-04-02 08:27:10 · GitHub Issues
An AI-powered security scan has flagged a high-severity vulnerability in a PHP codebase, exposing a direct path for code injection attacks. The issue, which was not caught by the conventional Semgrep static analysis tool, centers on a user-controlled variable being passed directly to the `eval()` function in the `examp...
The Lab · 2026-04-02 08:27:11 · GitHub Issues
Bir yapay zeka analiz aracı, `example-codes/index.php` dosyasında yüksek riskli bir güvenlik açığı tespit etti. Kullanıcı tarafından kontrol edilen `$command` değişkeni, doğrudan `shell_exec` fonksiyonuna aktarılıyor. Bu durum, kötü niyetli bir kullanıcının sistem komutlarını çalıştırmasına olanak tanıyan klasik bir ko...
The Lab · 2026-04-02 12:27:10 · GitHub Issues
A Semgrep security scan has flagged critical Server-Side Request Forgery (SSRF) vulnerabilities in a PHP codebase, exposing internal services to potential attacker manipulation. The automated scan identified that user-controlled input is being passed directly to network functions without any validation, creating a dire...
The Lab · 2026-04-02 12:27:11 · GitHub Issues
A Semgrep security scan has flagged critical Server-Side Request Forgery (SSRF) vulnerabilities in a PHP codebase, exposing internal network services to potential attacker manipulation. The automated scan detected that user-controlled input is being passed directly to network-fetching functions without any validation, ...
The Lab · 2026-04-02 13:27:13 · GitHub Issues
A Semgrep security scan has flagged critical Server-Side Request Forgery (SSRF) vulnerabilities in a codebase, where unvalidated user input is directly passed to network functions. This flaw allows an attacker to potentially force the server to make unauthorized requests to internal services or arbitrary external hosts...
The Lab · 2026-04-02 13:27:14 · GitHub Issues
A Semgrep security scan has flagged critical Server-Side Request Forgery (SSRF) vulnerabilities in a PHP codebase, exposing internal services to potential external manipulation. The automated scan identified that user-controlled input is being passed directly to network-fetching functions without any validation, creati...
The Lab · 2026-04-02 13:27:17 · GitHub Issues
A Semgrep security scan has flagged critical Server-Side Request Forgery (SSRF) vulnerabilities within a PHP codebase, exposing a direct path for attackers to manipulate server requests. The automated scan identified that user-controlled input is being passed directly into network-fetching functions without any validat...
The Lab · 2026-04-03 08:27:01 · GitHub Issues
A Semgrep security scan has flagged a critical, unmitigated Cross-Site Scripting (XSS) vulnerability in a PHP codebase. The automated finding reveals that user-controlled data is being directly output to the browser without any sanitization, creating a direct path for attackers to inject malicious scripts. The vulnerab...
The Lab · 2026-04-03 08:27:05 · GitHub Issues
A Semgrep security scan has flagged critical Server-Side Request Forgery (SSRF) vulnerabilities in a PHP codebase. The automated detection reveals that user-controlled input is being passed directly into network functions without any validation, creating a direct path for attackers to force the server to make unauthori...
The Lab · 2026-04-03 11:27:01 · GitHub Issues
A GitHub Actions security scan has flagged a critical, unpatched Cross-Site Scripting (XSS) vulnerability in a PHP codebase. The automated Semgrep tool identified that user-controlled data is being directly output to a web page without any sanitization, creating a direct path for attackers to inject malicious scripts. ...
The Lab · 2026-04-03 11:27:04 · GitHub Issues
A Semgrep security scan has flagged a critical Cross-Site Scripting (XSS) vulnerability in a PHP codebase. The automated finding reveals that user-controlled data is being directly echoed to the browser without any sanitization, creating a direct path for a potential XSS attack. The specific unsafe sink is an `echo` st...
The Lab · 2026-04-08 11:27:22 · GitHub Issues
A Semgrep security scan has flagged a critical, exploitable Cross-Site Scripting (XSS) vulnerability in a PHP codebase. The finding reveals that user-controlled data is being directly output to the browser without any sanitization, creating a direct path for attackers to inject malicious scripts. This is a classic and ...
The Lab · 2026-04-08 14:27:23 · GitHub Issues
A Semgrep security scan has flagged critical Server-Side Request Forgery (SSRF) vulnerabilities in a PHP codebase, exposing a direct path for attackers to force the server to make unauthorized network requests. The automated rule `ssrf-taint` detected that user-controlled input flows directly into network-fetching func...
The Lab · 2026-04-14 15:22:45 · GitHub Issues
A high-severity security vulnerability has been automatically flagged within the Apache Superset GitHub repository. The static application security testing (SAST) scanner, Semgrep, detected a possible formatted SQL query in the file `sql_injection.py` at line 30. This pattern, classified under CWE-89 (SQL Injection), r...
The Lab · 2026-04-14 15:22:47 · GitHub Issues
A high-severity SQL injection vulnerability has been identified in a codebase, flagged by the Semgrep static analysis tool. The core issue is the dangerous practice of concatenating untrusted user input directly with raw SQL query strings, a classic vector for SQL injection attacks that could allow attackers to read, m...
The Lab · 2026-04-14 15:22:50 · GitHub Issues
A high-severity code injection vulnerability has been flagged within the Apache Superset project's codebase. The automated security scanner Semgrep detected the use of the dangerous Python `exec()` function in a file named `command_injection.py`. The presence of `exec()` is a critical red flag, as it can allow an attac...
The Lab · 2026-04-16 04:22:40 · GitHub Issues
A critical server-side request forgery (SSRF) vulnerability has been flagged within a GitHub-hosted codebase, posing a direct threat to private organizational data. The vulnerability, classified as HIGH severity, stems from a dangerous pattern where untrusted data from a user request object is passed directly into a ne...
The Lab · 2026-04-16 04:22:44 · GitHub Issues
A high-severity code vulnerability has been flagged within the Apache Superset project, threatening to break the business intelligence platform for users on older Python versions. The automated security scanner Semgrep identified the use of 'importlib.resources' in three core files, a module only available in Python 3....
The Lab · 2026-04-19 02:22:27 · GitHub Issues
A high-severity security flaw has been identified in the Engram project's starter utility, where the use of a dynamic argument vector (`argv`) with the `syscall.Exec` function creates a direct path for code injection. The vulnerability, flagged as 'Blocking / High' by automated scanning, resides in `cmd/starter/main.go...