CVE tracker
357 subscribers
4.81K links
News monitoring: @irnewsagency

Main channel: @orgsecuritygate

Site: SecurityGate.org
Download Telegram
CVE-2026-58225 - SQL injection via unescaped dollar-quote in Postgrex.Notifications reconnect replay causes notification denial of service

CVE ID :CVE-2026-58225
Published : July 10, 2026, 11:16 a.m. | 1 hour, 3 minutes ago
Description :SQL Injection vulnerability in elixir-ecto postgrex allows an attacker who can influence a LISTEN channel name to inject SQL into the reconnect replay query, causing a denial of service of the notification connection. Postgrex.Notifications sanitizes channel names with quote_channel/1, which doubles double quotes so the name is safe inside a double-quoted identifier. This protects the single-statement LISTEN and UNLISTEN paths. On every (re)connect, however, handle_connect/1 replays all registered channels at once by concatenating their LISTEN statements and wrapping them in a dollar-quoted anonymous code block (DO $$BEGIN ... END$$). quote_channel/1 does not escape the $$ dollar-quote delimiter that opens and closes this block. The listen/3 guards only reject null bytes and names longer than 63 bytes, so a channel name containing $$ passes validation unchanged. Once such a name is embedded, its $$ prematurely terminates the outer dollar-quoted string and PostgreSQL parses the remainder as additional top-level statements. Because handle_connect/1 runs on every (re)connect, the malformed replay query is rejected each time and the notification connection never re-establishes its subscriptions, silently dropping notifications for every channel sharing that connection. An application is affected when it passes untrusted input (for example a tenant or user identifier) as a channel name to Postgrex.Notifications.listen/3. The double-quote doubling prevents forming a fully valid injected statement, so arbitrary SQL execution is not possible, but the corrupted query reliably breaks the shared notification connection for all tenants, resulting in denial of service. This issue affects postgrex: from 0.16.0 before 0.22.3.
Severity: 2.1 | LOW
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-56690 - Dell PowerFlex Manager SQL Injection Vulnerability

CVE ID :CVE-2026-56690
Published : July 10, 2026, 11:43 a.m. | 36 minutes ago
Description :Dell PowerFlex Manager, Version prior to 5.1.0.1, contain(s) an Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability. A low privileged attacker with remote access could potentially exploit this vulnerability, leading to Information disclosure, Information exposure, and Unauthorized access.
Severity: 8.5 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-56689 - Dell PowerFlex Manager SQL Injection Vulnerability

CVE ID :CVE-2026-56689
Published : July 10, 2026, 11:51 a.m. | 28 minutes ago
Description :Dell PowerFlex Manager, Version prior to 5.1.0.1, contain(s) an Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability. A low privileged attacker with remote access could potentially exploit this vulnerability, leading to Information exposure.
Severity: 7.7 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-53363 - xfrm: iptfs: preserve shared-frag marker in iptfs_consume_frags()

CVE ID :CVE-2026-53363
Published : July 10, 2026, 11:55 a.m. | 24 minutes ago
Description :In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: preserve shared-frag marker in iptfs_consume_frags() iptfs_consume_frags() transfers paged fragments from one socket buffer to another but fails to propagate the SKBFL_SHARED_FRAG flag. This is the same class of bug that was fixed in skb_try_coalesce() for CVE-2026-46300: when fragments backed by read-only page-cache pages are merged, the marker indicating their shared nature must be preserved so that ESP can decide correctly whether in-place encryption is safe. Apply the same two-line fix used in skb_try_coalesce() to iptfs_consume_frags().
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-56688 - Dell PowerFlex Manager OS Command Injection Vulnerability

CVE ID :CVE-2026-56688
Published : July 10, 2026, 11:57 a.m. | 22 minutes ago
Description :Dell PowerFlex Manager, Version prior to 5.1.0.1, contain(s) an Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability. A high privileged attacker with remote access could potentially exploit this vulnerability during OS Repository processing to achieve arbitrary command execution as root, potentially leading to full appliance compromise and lateral movement into managed infrastructure.
Severity: 9.1 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-54468 - Dell Unisphere for PowerMax Path Traversal Vulnerability

CVE ID :CVE-2026-54468
Published : July 10, 2026, 12:09 p.m. | 11 minutes ago
Description :Dell Unisphere for PowerMax, version(s) 10.3.0.5 and prior, contain(s) a path traversal vulnerability. A low privileged attacker with remote access could potentially exploit this vulnerability to read arbitrary files.
Severity: 6.5 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-57994 - phpMyFAQ - Information Disclosure of Inactive FAQ Content via Public API Endpoints

CVE ID :CVE-2026-57994
Published : July 10, 2026, 3:16 p.m. | 1 hour, 3 minutes ago
Description :phpMyFAQ before 4.1.5 applies inconsistent active=yes and publication-date filtering across its public FAQ API endpoints, allowing unauthenticated attackers to retrieve inactive (draft or review-only) FAQ content. Specifically, GET /api/v3.1/faq/{categoryId}/{faqId} returns the inactive FAQ title and full answer, while GET /api/v3.1/faqs/tags/{tagId} and GET /api/v4.0/faqs/tags/{tagId} return the inactive FAQ title and answer preview, disclosing non-public content.
Severity: 6.9 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-58661 - n8n - Disk Space Exhaustion via Data-Table File Upload Endpoint

CVE ID :CVE-2026-58661
Published : July 10, 2026, 3:16 p.m. | 1 hour, 3 minutes ago
Description :n8n before 2.28.0 (and before 1.123.58 on the 1.x branch) contains a disk space exhaustion vulnerability in the data-table file upload endpoint. The per-request quota check does not account for files already written to the shared temporary directory, allowing an authenticated user to repeatedly upload files that accumulate on disk until the periodic cleanup runs, potentially exhausting available disk space on the host.
Severity: 5.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-59791 - JetBrains YouTrack CSS Injection

CVE ID :CVE-2026-59791
Published : July 10, 2026, 3:16 p.m. | 1 hour, 3 minutes ago
Description :In JetBrains YouTrack before 2026.2.17012 cSS injection via Mermaid diagram rendering was possible
Severity: 3.5 | LOW
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-59792 - JetBrains IntelliJ IDEA Path Traversal Remote Code Execution

CVE ID :CVE-2026-59792
Published : July 10, 2026, 3:16 p.m. | 1 hour, 3 minutes ago
Description :In JetBrains IntelliJ IDEA before 2026.1.4, 2026.2 code execution via path traversal in project workspace ID handling was possible
Severity: 9.6 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-59793 - JetBrains TeamCity Perforce VCS Integration Arbitrary File Access Vulnerability

CVE ID :CVE-2026-59793
Published : July 10, 2026, 3:16 p.m. | 1 hour, 3 minutes ago
Description :In JetBrains TeamCity before 2026.1.2 arbitrary file access was possible via the Perforce VCS integration
Severity: 8.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-59794 - JetBrains TeamCity Stored Cross-Site Scripting Vulnerability

CVE ID :CVE-2026-59794
Published : July 10, 2026, 3:16 p.m. | 1 hour, 3 minutes ago
Description :In JetBrains TeamCity before 2026.1.2 stored XSS on the cloud profile page was possible via agent-reported data
Severity: 7.3 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-59795 - JetBrains TeamCity Stored Cross-Site Scripting

CVE ID :CVE-2026-59795
Published : July 10, 2026, 3:16 p.m. | 1 hour, 3 minutes ago
Description :In JetBrains TeamCity before 2026.1.2 stored XSS via unauthenticated agent registration was possible
Severity: 8.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-59796 - JetBrains TeamCity Unauthorized Pipeline Modification Vulnerability

CVE ID :CVE-2026-59796
Published : July 10, 2026, 3:16 p.m. | 1 hour, 3 minutes ago
Description :In JetBrains TeamCity before 2026.1.2 pipeline modification was possible due to improper permission checks
Severity: 8.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-60086 - PraisonAI before 4.6.78 Prompt Injection Defense Bypass

CVE ID :CVE-2026-60086
Published : July 10, 2026, 3:16 p.m. | 1 hour, 3 minutes ago
Description :PraisonAI before 4.6.78 contains a prompt injection defense bypass vulnerability where the injection defense only blocks threats classified as CRITICAL, requiring three or more detector families to match simultaneously. Attackers can craft single or double-vector prompt injections that are classified as HIGH threat level and pass through unblocked to reach the model.
Severity: 6.9 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-60089 - PraisonAI before 1.6.78 Path Traversal via config.toml

CVE ID :CVE-2026-60089
Published : July 10, 2026, 3:16 p.m. | 1 hour, 3 minutes ago
Description :PraisonAI (pip package praisonaiagents) before 1.6.78 automatically loads defaults from a project-local .praisonai/config.toml when constructing an Agent, and does not validate the defaults.output.output_file path. A repository-controlled config file can set output_file to an absolute or '..' traversal path; when the developer subsequently calls agent.start() without explicitly passing an output parameter, PraisonAI writes the agent response to that path (creating parent directories as needed), allowing an untrusted checked-out project to overwrite files outside the project root with the privileges of the user running PraisonAI.
Severity: 6.9 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-60091 - PraisonAI before 4.6.78 Unauthenticated SSRF via webhook_url

CVE ID :CVE-2026-60091
Published : July 10, 2026, 3:16 p.m. | 1 hour, 3 minutes ago
Description :PraisonAI before 4.6.78 contains an unauthenticated server-side request forgery vulnerability in the Jobs API /api/v1/runs endpoint. The webhook_url parameter is validated at request time but re-resolved at connection time, allowing attackers to use DNS rebinding to reach internal services with a blind SSRF attack.
Severity: 7.2 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-61431 - PraisonAI before 4.6.78 Path Traversal via ContextGatherer

CVE ID :CVE-2026-61431
Published : July 10, 2026, 3:16 p.m. | 1 hour, 3 minutes ago
Description :PraisonAI before 4.6.78 contains a path traversal vulnerability in ContextGatherer that fails to validate include paths in .praisoncontext and .praisoninclude files. Attackers can supply absolute paths or parent directory traversal sequences to read arbitrary files outside the workspace and include their contents in the generated context bundle.
Severity: 6.8 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-61432 - PraisonAI FastContext before 1.6.78 Path Traversal

CVE ID :CVE-2026-61432
Published : July 10, 2026, 3:16 p.m. | 1 hour, 3 minutes ago
Description :PraisonAI (praisonaiagents) before 1.6.78 contains a path traversal vulnerability in the FastContext feature (praisonaiagents.context.fast). FastContextAgent.execute_tool() prepends the configured workspace_path only for relative paths and neither rejects absolute paths nor canonicalizes joined paths before enforcing workspace containment. As a result, tool arguments or model-generated function calls to grep_search, glob_search, read_file, or list_directory can supply absolute paths or '../' traversal sequences to read, search, and enumerate files outside the intended workspace directory, with file contents returned to the caller or injected into the model's tool-result context.
Severity: 6.9 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-61434 - PraisonAI before 4.6.78 Allowlist Bypass via find -exec

CVE ID :CVE-2026-61434
Published : July 10, 2026, 3:16 p.m. | 1 hour, 3 minutes ago
Description :PraisonAI versions before 4.6.78 contain an allowlist bypass vulnerability in shell command execution that allows attackers to execute restricted commands via find's built-in -exec, -execdir, and -delete actions. Attackers can craft find commands with these built-in actions to read blocked files, delete files, or execute non-allowlisted binaries without triggering shell metacharacter filters.
Severity: 8.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-61437 - PraisonAI before 1.6.78 Remote Code Execution via tools.py

CVE ID :CVE-2026-61437
Published : July 10, 2026, 3:16 p.m. | 1 hour, 3 minutes ago
Description :PraisonAI (pip package praisonaiagents) before 1.6.78 contains an unsafe dynamic module loading vulnerability in AgentFlow._resolve_pydantic_class (src/praisonai-agents/praisonaiagents/workflows/workflows.py). When a workflow step uses a string output_pydantic reference, the framework locates and imports a sibling tools.py from the workflow file's directory via importlib exec_module without sandboxing, ignoring the PRAISONAI_ALLOW_*_TOOLS environment variables. An attacker who controls a workflow file and its sibling tools.py can execute arbitrary Python code with the workflow runner's privileges when the workflow is executed via WorkflowManager or after load_yaml.
Severity: 8.5 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...