Vulnerability Digest — August 3, 2026 · 43 Critical · 1 Exploited






Vulnerability Digest — Monday, August 3, 2026


Security Report

Monday, August 3, 2026  ·  Last 7 days  ·  Min severity: MEDIUM
Total Findings
337
Critical
43
High
177
Actively Exploited
1
CISA-KEV1
NVD200
GitHub-GHSA136
Findings sorted by severity
CISA-KEV

CRITICAL
Cisco Secure Firewall Management Center Use of Hard-coded Password Vulnerability
CVE-2026-20316
pkg: Cisco Secure Firewall Management Center (FMC)

published: Jul 29, 2026

Cisco Secure Firewall Management Center (FMC) formerly known as Firepower Management Center contains a use of hard-coded password vulnerability that could allow an unauthenticated, remote attacker to log in to an affected device using a low-privileged account to access sensitive data within the impa…
Required action: Apply mitigations in accordance with vendor instructions, ensuring compliance with CISA’s BOD 26-04 Prioritizing Security Updates Based on Risk (see URL in Notes) guidance and CISA’s “Forensics Triage Requirements” (see URL in Notes). Follow applicable BOD 26-04 guidance for cloud services or discontinue use of the product if mitigations are unavailable. Stakeholders are responsible for evaluating each asset's internet exposure and ensuring adherence to BOD 26-04 patching guidelines.
GitHub-GHSA

CRITICAL
NocoBase: SQL injection in /api/myInAppChannels:list filter to PG-superuser RCE
GHSA-p849-8hwh-84j9
pkg: @nocobase/plugin-notification-in-app-message
eco: npm
published: Jul 31, 2026
## Summary

`GET /api/myInAppChannels:list` accepts a structured `filter` query parameter. The handler for the `latestMsgReceiveTimestamp` field splices the `$lt` value directly into a `Sequelize.literal()` template string with no escape, type cast, or parameter binding. The action ACL is `loggedIn`…

CVE-2026-52887
GitHub-GHSA

CRITICAL
Flyto2 Core: Arbitrary file write via image.download (and other file-writing modules)
GHSA-2956-977x-2w3r
pkg: flyto-core
eco: pip
published: Jul 30, 2026
## Summary

`image.download` fetches a URL and writes the response to disk. It does not use the central path guard (`validate_path_with_env_config`, which confines writes to `FLYTO_SANDBOX_DIR`); instead it confines the output to `output_dir`, but `output_dir` is itself a caller parameter. Since the…

CVE-2026-67429
GitHub-GHSA

CRITICAL
prebid-server's request forgery vulnerability allows for possible host environment data extraction
GHSA-4p3g-4hcj-wpvx
pkg: github.com/prebid/prebid-server/v4, github.com/prebid/prebid-server/v3, github.com/prebid/prebid-server/v2
eco: go
published: Jul 29, 2026
### Impact
Certain bidder adapters accept user-supplied parameters that are interpolated into outbound request URLs. Without proper input validation, a malicious actor could craft bid request parameters that cause the server to send HTTP requests to unintended destinations, potentially exposing inte…
CVE-2026-54735
NVD

CRITICAL
CVE-2026-16812
CVE-2026-16812
pkg: arista velocloud_orchestrator

published: Jul 27, 2026

VeloCloud Orchestrator (VCO) on-prem has a security issue where this issue may allow a remote attacker to access privileged internal functionality and impact the VCO host. Successful exploitation may compromise the confidentiality, integrity, and availability of the orchestrator and data managed by …
CWE: CWE-78
NVD

CRITICAL
CVE-2026-67330
CVE-2026-67330
pkg: oauth

published: Aug 1, 2026

@better-auth/scim (a better-auth plugin) versions >= 1.4.0-beta.27 through <= 1.6.21 and >= 1.7.0-beta.0 through <= 1.7.0-beta.9 contain an authorization bypass. SCIM token issuance did not reject provider IDs already used by existing SSO, SAML, OIDC, generic OAuth, or social account providers, and …
CWE: CWE-20
GitHub-GHSA

CRITICAL
Wings exposes node configuration secrets through egg configuration-file templating
GHSA-pfvc-3p5h-x7h6
pkg: github.com/pterodactyl/wings
eco: go
published: Jul 31, 2026
### Impact

**Type:** Exposure of sensitive information / insufficiently protected credentials
leading to privilege escalation and full node compromise.

Wings exposes its **entire** daemon configuration to the egg configuration-file
templating engine. When Wings renders a server's configuration fil…

CVE-2026-52855
NVD

CRITICAL
CVE-2026-13435
CVE-2026-13435
pkg: python

published: Jul 30, 2026

IBM Langflow OSS 1.0.0 through 1.10.1 contains an improper input validation vulnerability in the PythonREPL sandbox implementation.
CWE: CWE-94
NVD

CRITICAL
CVE-2026-54680
CVE-2026-54680
pkg: kubernetes

published: Jul 29, 2026

Logging operator automates the deployment and configuration of Kubernetes logging pipelines. Prior to 6.6.0, the Fluentd configuration renderer FluentRender in pkg/sdk/logging/model/render/fluent.go writes CRD strings such as Flow record_transformer.records values directly into fluent.conf without e…
CWE: CWE-74, CWE-77
GitHub-GHSA

CRITICAL
Logging operator has Fluentd configuration injection that allows remote code execution
GHSA-mjqf-28ph-426h
pkg: github.com/kube-logging/logging-operator
eco: go
published: Jul 29, 2026
### Summary

The Fluentd configuration renderer in Logging operator writes strings from CRDs such as `Flow` directly into `fluent.conf` without escaping them. As a result, a user who can create `Flow` resources can inject Fluentd configuration by providing values that contain newlines.

In the confi…

CVE-2026-54680
NVD

CRITICAL
CVE-2026-8457
CVE-2026-8457
pkg: jwt

published: Aug 2, 2026

The WooCommerce – Social Login plugin for WordPress is vulnerable to Authentication Bypass in all versions up to and including 2.8.7. This is due to the plugin's Apple login handler accepting the Apple id_token and decoding only its base64 payload without verifying the JWT signature against Apple's …
CWE: CWE-289
NVD

CRITICAL
CVE-2026-66402
CVE-2026-66402
pkg: tls

published: Aug 1, 2026

FreeRDP before 3.29.0 (affected versions <= 3.28.0) contains multiple TLS certificate identity validation weaknesses in tls_verify_certificate(), tls_match_hostname(), and x509_utils_get_dns_names(). Because FreeRDP performs custom Common Name and DNS SAN string matching instead of using OpenSSL's l…
CWE: CWE-295
NVD

CRITICAL
CVE-2026-68771
CVE-2026-68771
pkg: node

published: Jul 31, 2026

ComfyUI v0.23.0 contains an unsafe deserialization vulnerability in the LoadTrainingDataset node that allows unauthenticated remote attackers to execute arbitrary Python code by uploading a crafted pickle file and triggering its deserialization. Attackers can upload a malicious shard_*.pkl file via …
CWE: CWE-502
NVD

CRITICAL
CVE-2026-68770
CVE-2026-68770
pkg: python

published: Jul 31, 2026

sentence-transformers contains a security control bypass vulnerability that allows attackers to achieve arbitrary code execution by exploiting a logic flaw in the import_module_class helper within sentence_transformers/util/misc.py, where the guard condition includes an 'or os.path.exists(model_name…
CWE: CWE-94
NVD

CRITICAL
CVE-2026-67208
CVE-2026-67208
pkg: docker

published: Jul 30, 2026

Juggle through 1.6.0 contains a remote code execution vulnerability that allows unauthenticated remote attackers to execute arbitrary OS commands by connecting to the exposed H2 database web console using default shipped credentials. Attackers can access the unprotected /h2-console endpoint, authent…
CWE: CWE-306, CWE-1188
NVD

CRITICAL
CVE-2026-41939
CVE-2026-41939
pkg: windows

published: Jul 29, 2026

Care Everywhere Gateway 14.3.10 contains a hard-coded credentials vulnerability in the bundled WildFly 8.2.0.Final management interface that allows unauthenticated remote attackers to gain administrative access by using default credentials identical across all installations. Attackers can authentica…
CWE: CWE-1392
NVD

CRITICAL
CVE-2026-59243
CVE-2026-59243
pkg: oauth

published: Jul 29, 2026

The FAB auth manager's Azure AD OAuth login defaulted `verify_signature=False` when decoding the ID token, so an attacker able to present a forged or unsigned (`alg:none`) ID token to the OAuth callback could bypass authentication and log in as an arbitrary user, including one holding the Admin role…
CWE: CWE-347
GitHub-GHSA

CRITICAL
@hypequery/clickhouse has SQL Injection in parameter escaping that allows arbitrary SQL execution
GHSA-6wcc-39rp-hh9p
pkg: @hypequery/clickhouse
eco: npm
published: Jul 28, 2026
### Impact
A SQL injection vulnerability exists in the `escapeValue()` function used for parameter substitution. Attackers who can control parameter values can inject arbitrary SQL by using a trailing backslash to escape the closing quote.

Who is impacted: All users of @hypequery/clickhouse versio…

CVE-2026-54658
NVD

CRITICAL
CVE-2026-64541
CVE-2026-64541
pkg: linux

published: Jul 27, 2026

In the Linux kernel, the following vulnerability has been resolved:

net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socket

smc_cdc_rx_handler() looks up the connection by token under the link
group's conns_lock, drops the lock, and then dereferences conn and the
smc_sock derived from it, e…

NVD

CRITICAL
CVE-2026-68579
CVE-2026-68579
pkg: windows

published: Aug 2, 2026

FreeRDP before 3.30.0 (<= 3.29.0) contains a heap-based buffer overflow in the Windows clipboard client's CliprdrStream_Read function (client/Windows/wf_cliprdr.c). When an OLE paste consumer (e.g. explorer.exe) calls IStream::Read with a fixed-size buffer of cb bytes, CliprdrStream_Read requests fi…
CWE: CWE-787
NVD

CRITICAL
CVE-2026-54725
CVE-2026-54725
pkg: kubernetes

published: Jul 31, 2026

vault-secrets-webhook is a Kubernetes mutating webhook that makes direct secret injection into Pods possible. Prior to 1.23.1, parseVaultConfig() in pkg/webhook/config.go accepts the vault.security.banzaicloud.io/vault-addr annotation, MutateConfigMap and MutateSecret call newVaultClient in pkg/webh…
CWE: CWE-918
GitHub-GHSA

CRITICAL
vault-addr annotation SSRF — webhook makes outbound HTTP call to attacker URL during admission; vault-serviceaccount enables cluster-wide SA token theft via TokenRequest API
GHSA-r2v3-8gwf-7ghm
pkg: github.com/bank-vaults/vault-secrets-webhook
eco: go
published: Jul 31, 2026
## Summary

The vault-secrets-webhook reads the `vault.security.banzaicloud.io/vault-addr` annotation from any ConfigMap or Secret being admitted and uses it as the Vault server address without any validation or allowlist. When a ConfigMap or Secret contains a value prefixed with `vault:`, the webho…

CVE-2026-54725
NVD

CRITICAL
CVE-2026-17692
CVE-2026-17692
pkg: windows

published: Jul 30, 2026

Use after free in DataTransfer in Google Chrome on Windows prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
CWE: CWE-416
NVD

CRITICAL
CVE-2026-17691
CVE-2026-17691
pkg: windows

published: Jul 30, 2026

Out of bounds write in ANGLE in Google Chrome on Windows prior to 151.0.7922.72 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
CWE: CWE-787
NVD

CRITICAL
CVE-2026-17656
CVE-2026-17656
pkg: go

published: Jul 30, 2026

Use after free in Ozone in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical)
CWE: CWE-416
NVD

CRITICAL
CVE-2026-17655
CVE-2026-17655
pkg: go

published: Jul 30, 2026

Insufficient validation of untrusted input in ANGLE in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical)
CWE: CWE-20
NVD

CRITICAL
CVE-2026-17652
CVE-2026-17652
pkg: go

published: Jul 30, 2026

Use after free in Views in Google Chrome prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical)
CWE: CWE-416
NVD

CRITICAL
CVE-2026-17651
CVE-2026-17651
pkg: go

published: Jul 30, 2026

Insufficient validation of untrusted input in Dawn in Google Chrome on Android prior to 151.0.7922.72 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical)
CWE: CWE-20
NVD

CRITICAL
CVE-2026-66395
CVE-2026-66395
pkg: node

published: Jul 27, 2026

SiYuan desktop before v3.7.2 contains a reflected cross-site scripting vulnerability in the bazaar plugin readme handler that allows attackers to execute arbitrary code by crafting a malicious siyuan:// deep link. Attackers can inject HTML payloads via the plugin name parameter that execute with ful…
CWE: CWE-79
GitHub-GHSA

CRITICAL
Flyto2 Core: Unauthenticated flyto-verification /run: callback_url SSRF and internal runner-secret exfiltration
GHSA-jx74-cqjv-2c67
pkg: flyto-core
eco: pip
published: Jul 30, 2026
## Summary
The standalone `flyto-verification` service exposes `POST /run` with **no authentication**, on all interfaces (0.0.0.0:8344 per the shipped Dockerfile). The request body's `callback_url` is used verbatim for an outbound POST that **unconditionally attaches `X-Internal-Key: $FLYTO_RUNNER_S…
CVE-2026-67426
NVD

CRITICAL
CVE-2026-3141
CVE-2026-3141
pkg: linux

published: Aug 1, 2026

The FormGent plugin for WordPress is vulnerable to unauthorized arbitrary file deletion due to a missing capability check on the /wp-json/formgent/responses/attachments REST API endpoint in all versions up to, and including, 1.9.2 This is due to the REST API route being registered without any authen…
CWE: CWE-862
GitHub-GHSA

CRITICAL
Apostrophe has Server-Side Prototype Pollution in apos.util.set via patch operators that leads to process-wide authorization bypass
GHSA-6h5j-32cf-4253
pkg: apostrophe
eco: npm
published: Jul 31, 2026
<img width="1919" height="1046" alt="proto" src="https://github.com/user-attachments/assets/c5c69718-6448-448d-b64b-e3db41ab6ff6" />

## Summary

`apos.util.set()` traverses dot-notation paths without sanitizing `__proto__`, allowing an authenticated editor to write arbitrary values to `Object.proto…

CVE-2026-53609
NVD

CRITICAL
CVE-2026-52539
CVE-2026-52539
pkg: jwt

published: Jul 30, 2026

Outstatic CMS <= 2.1.9 contains a hardcoded JWT signing secret. When the OST_TOKEN_SECRET environment variable is not set, the application falls back to the default value which is publicly visible in the source code repository. An unauthenticated remote attacker can exploit this by forging JWT sessi…
CWE: CWE-798
NVD

CRITICAL
CVE-2026-63230
CVE-2026-63230
pkg: jwt

published: Jul 29, 2026

A pre-authentication error-based SQL injection
vulnerability in Koollab LMS allowed an unauthenticated attacker to read sensitive database
contents, including personally identifiable information, credentials, and valid
JWT tokens that may enable account takeover, via the SCORM report endpoint.
CWE: CWE-89
NVD

CRITICAL
CVE-2026-63229
CVE-2026-63229
pkg: jwt

published: Jul 29, 2026

A pre-authentication blind SQL injection
vulnerability in Koollab LMS allowed an unauthenticated attacker to use a time-based SQL oracle via
the SSO OAuth endpoint to read sensitive database contents, including
personally identifiable information, credentials, and valid JWT tokens that may
enable ac…
CWE: CWE-89
NVD

CRITICAL
CVE-2026-64863
CVE-2026-64863
pkg: go

published: Jul 28, 2026

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.4, the httpserver/server.go wdGuard handled WebDAV MOVE as a write-only method and did not enforce –no-delete, allowing WebDAV clients to delete or overwrite files via MOVE with Overwrite: T. This issue i…
CWE: CWE-284
NVD

CRITICAL
CVE-2026-62325
CVE-2026-62325
pkg: go

published: Jul 28, 2026

goshs is a feature-rich single-binary file server for red teamers and developers. From 2.1.3 until 2.1.4, the sftpserver/sftpserver.go password handler used Username != "" && Password != "", so running goshs with -b 'admin:' -sftp and no -fkf left both SFTP authentication handlers unset and allowed …
CWE: CWE-306
GitHub-GHSA

CRITICAL
goshs –no-delete WebDAV MOVE bypass allows file deletion/overwrite
GHSA-hq33-8jgp-8qq3
pkg: goshs.de/goshs/v2, github.com/patrickhener/goshs/v2, goshs.de/goshs
eco: go
published: Jul 28, 2026
## Summary

The WebDAV mode-flag guard added to fix GHSA-3whc-qvhv-xqjp still does not enforce `–no-delete` on the WebDAV `MOVE` verb. `MOVE` deletes the source file (rename removes it from its original path), and with `Overwrite: T` it additionally performs an explicit `RemoveAll` on the destinati…

CVE-2026-64863
GitHub-GHSA

CRITICAL
goshs SFTP authentication bypass via empty password (incomplete fix of CVE-2026-40884)
GHSA-rjrw-mjq6-hpmm
pkg: github.com/patrickhener/goshs/v2, goshs.de/goshs/v2
eco: go
published: Jul 28, 2026
## Summary

Start goshs v2.1.3 with `-b 'admin:' -sftp`. No `-fkf`. SFTP accepts connections without password. CVE-2026-40884 blocks the empty-username variant (`-b ':pass'`). The empty-password variant bypasses that fix.

## CVE-2026-40884

**CVE-2026-40884** (GHSA-c29w-qq4m-2gcv, Apr 13 2026) repo…

CVE-2026-62325
NVD

CRITICAL
CVE-2026-64551
CVE-2026-64551
pkg: linux

published: Jul 27, 2026

In the Linux kernel, the following vulnerability has been resolved:

sctp: validate STALE_COOKIE cause length before reading staleness

When an ERROR chunk with a STALE_COOKIE cause is received in the
COOKIE_ECHOED state, sctp_sf_do_5_2_6_stale() reads the 4-byte Measure
of Staleness that follows th…

GitHub-GHSA

CRITICAL
AWS Amplify Studio UI Component Properties Has an Input Validation Issue
GHSA-hf3j-86p7-mfw8
pkg: @aws-amplify/codegen-ui-react
eco: npm
published: Jul 30, 2026
### Summary
The AWS Amplify Studio [amplify-codegen-ui](https://github.com/aws-amplify/amplify-codegen-ui) is a package that generates front-end code from UI Builder entities (components, forms, views, and themes) primarily used in AWS Amplify Studio for component previews and in AWS Command Line In…
CVE-2025-4318
GitHub-GHSA

CRITICAL
Active Storage has possible arbitrary file read and remote code execution in Active Storage variant processing
GHSA-xr9x-r78c-5hrm
pkg: activestorage, activestorage, activestorage
eco: rubygems
published: Jul 30, 2026
### Impact
In its default configuration, a Rails application that displays image variants may allow an
unauthenticated attacker to read arbitrary files from the server, including the process environment.
That environment typically holds `secret_key_base` and often credentials for external systems, w…
CVE-2026-66066
GitHub-GHSA

CRITICAL
lettre has TLS hostname verification disabled when using Boring TLS backend
GHSA-4pj9-g833-qx53
pkg: lettre
eco: rust
published: Jul 28, 2026
### Summary
An inverted-boolean bug in lettre's `boring-tls` integration silently
disables TLS hostname verification for callers using the default (strict)
configuration. An on-path attacker presenting any chain-valid certificate
for any domain can intercept SMTP submission, including PLAIN/LOGIN
cr…
CVE-2026-46428
GitHub-GHSA

HIGH
AgentCore CLI Bedrock Agent Import Vulnerable to Code Injection via Improper Triple-Quote Escaping
GHSA-m4x6-gwgp-4pm7
pkg: @aws/agentcore, @aws/agentcore, @aws/agentcore
eco: npm
published: Jul 29, 2026
### Summary
The AgentCore CLI (@aws/agentcore) is a developer tool for managing agent infrastructure lifecycle on Amazon Bedrock AgentCore. An issue exists where, under certain circumstances, a crafted collaborationInstruction value stored in Bedrock Agent collaborator metadata can break out of a Py…
CVE-2026-11393
NVD

HIGH
CVE-2026-12562
CVE-2026-12562
pkg: linux

published: Jul 30, 2026

The RCU II+ and Multiload II+ are vulnerable to an unauthenticated
service that exposes a debug interface granting full root-level access
to the embedded system. This vulnerability stems from a
network-accessible port running a Target Communications Framework (TCF)
service that does not require …
CWE: CWE-306
NVD

HIGH
CVE-2026-67207
CVE-2026-67207
pkg: express

published: Jul 30, 2026

Wolf CMS through 0.8.3.1 contains an authorization bypass vulnerability in BackupRestoreController that allows authenticated non-administrative users to access restricted backup functionality due to a PHP operator precedence flaw in the permission check expression. Attackers can exploit the incorrec…
CWE: CWE-697
NVD

HIGH
CVE-2026-16526
CVE-2026-16526
pkg: linux

published: Jul 30, 2026

A flaw in the PCP linux_sockets module exposes an unsecured internal connection.
An attacker with initial code execution can exploit this to escalate privileges and execute arbitrary commands as root.
CWE: CWE-403
NVD

HIGH
CVE-2026-17894
CVE-2026-17894
pkg: linux

published: Jul 30, 2026

Use after free in Views in Google Chrome on Linux prior to 151.0.7922.72 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: Medium)
CWE: CWE-416
NVD

HIGH
CVE-2026-17661
CVE-2026-17661
pkg: go

published: Jul 30, 2026

Use after free in Loader in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
CWE: CWE-416
NVD

HIGH
CVE-2026-17658
CVE-2026-17658
pkg: go

published: Jul 30, 2026

Use after free in V8 in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
CWE: CWE-416
NVD

HIGH
CVE-2026-64557
CVE-2026-64557
pkg: linux

published: Jul 29, 2026

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()

l2cap_sock_new_connection_cb() returned l2cap_pi(sk)->chan after
release_sock(parent). Once the parent lock is dropped the newly
enqueued child socket sk is re…

GitHub-GHSA

HIGH
Style Dictionary – Prototype Pollution in convertTokenData utility function
GHSA-vj5c-m527-mpff
pkg: style-dictionary
eco: npm
published: Jul 28, 2026
### Impact
Prototype pollution.
A malicious user can create a token array `[{ key: '{__proto__.foo}', value: 'malicious' }]`, when processed by `convertTokenData()` utility function, it will pollute the Object.prototype globally where `{}.foo` will equal `{ key: '{__proto__.foo}', value: 'malicious'…
CVE-2026-54639
NVD

HIGH
CVE-2026-54653
CVE-2026-54653
pkg: express

published: Jul 28, 2026

datamodel-code-generator generates Pydantic v2 models, dataclasses, TypedDict, and msgspec.Struct from OpenAPI, JSON Schema, GraphQL, Avro, Protobuf, and raw JSON, YAML, or CSV. From 0.17.0 until 0.60.2, datamodel-code-generator preserves attacker-controlled default_factory values in src/datamodel_…
CWE: CWE-94, CWE-1336
GitHub-GHSA

HIGH
`datamodel-code-generator` vulnerable to code injection in via attacker-controlled `default_factory` schema field
GHSA-386q-5hp3-95m9
pkg: datamodel-code-generator
eco: pip
published: Jul 28, 2026
### Summary

`datamodel-code-generator` is vulnerable to code injection when generating Python models from an attacker-controlled JSON Schema, OpenAPI, YAML, JSON, Avro, Protobuf, or XSD schema. When a property carries a `"default_factory"` key, its value is interpolated verbatim — as a raw Python…

CVE-2026-54653
NVD

HIGH
CVE-2026-66748
CVE-2026-66748
pkg: express

published: Jul 28, 2026

Camaleon CMS versions 2.1.1 through 2.9.1 contains an authenticated remote code execution vulnerability that allows users with custom_fields manage permission to execute arbitrary Ruby code by supplying a malicious expression through the select_eval custom field type. Attackers can store an attacker…
CWE: CWE-94
GitHub-GHSA

HIGH
Cedar-Java has policy injection, type confusion, and incorrect equality comparison vulnerabilities
GHSA-4r9r-4425-74p7
pkg: com.cedarpolicy:cedar-java, com.cedarpolicy:cedar-java, com.cedarpolicy:cedar-java
eco: maven
published: Jul 28, 2026
### Summary

CedarJava is an open source Java implementation of the Cedar policy language, used for fine-grained authorization decisions. Under certain circumstances, it could lead to incorrect equality comparisons.

### Impact

**`EntityIdentifier.equals()` has inverted null/self branches**

The `E…

CVE-2026-55771
NVD

HIGH
CVE-2026-64555
CVE-2026-64555
pkg: linux

published: Jul 27, 2026

In the Linux kernel, the following vulnerability has been resolved:

KVM: arm64: nv: Fix SPSR_EL2 restore in kvm_hyp_handle_mops()

kvm_hyp_handle_mops() resets the single-step state machine as part of
rewinding state for a MOPS exception by modifying vcpu_cpsr() and
writing the result directly into…

NVD

HIGH
CVE-2026-64554
CVE-2026-64554
pkg: linux

published: Jul 27, 2026

In the Linux kernel, the following vulnerability has been resolved:

netfilter: bridge: fix stale prevhdr pointer in br_ip6_fragment()

br_ip6_fragment() gets prevhdr, a pointer into the skb head, from
ip6_find_1stfragopt(), then calls skb_checksum_help(). For a cloned skb
skb_checksum_help() reall…

GitHub-GHSA

HIGH
@apostrophecms/seo Vulnerable to Stored XSS via Unsanitized Google Analytics / GTM ID Injected into Script Tag
GHSA-wf43-fpp3-cf65
pkg: @apostrophecms/seo
eco: npm
published: Jul 31, 2026
<img width="1919" height="1046" alt="curl" src="https://github.com/user-attachments/assets/8aa19ff1-7f4b-44ee-83d5-d0dd1a0269f6" />
<img width="1919" height="775" alt="xss" src="https://github.com/user-attachments/assets/a65012e8-9b2f-416f-94df-c00493f2ca1d" />

### Summary

The `@apostrophecms/seo`…

CVE-2026-53608
GitHub-GHSA

HIGH
Natural Language Toolkit (NLTK): DNS-rebinding SSRF filter bypass in nltk.pathsec.urlopen (nltk.download / nltk.data.load) defeats ENFORCE mode
GHSA-qvv7-cg9c-w4x3
pkg: nltk
eco: pip
published: Jul 31, 2026
### Summary
`nltk.pathsec` provides an SSRF filter that NLTK documents as a security control, blocking loopback, private, link-local, and multicast ranges (including obfuscated forms) and recommending strict `ENFORCE` mode for security-sensitive environments. The filter is bypassable by DNS rebindin…
CVE-2026-12075
GitHub-GHSA

HIGH
Flyto2 Core: LLM/API keys leak to an attacker-controlled base_url
GHSA-qq9q-xgm3-xv9g
pkg: flyto-core
eco: pip
published: Jul 30, 2026
## Summary

`llm.chat` reads the operator's provider key from the environment (`OPENAI_API_KEY`, `ANTHROPIC_API_KEY`, …) and sends it in the `Authorization: Bearer` header to `base_url`, a parameter the caller controls. `base_url` is only checked against the SSRF guard, and the guard allows any pu…

CVE-2026-67425
GitHub-GHSA

HIGH
Flyto2 Core: ${env.VAR} interpolation reads any env secret despite env.get being denylisted
GHSA-hr7p-wg7r-hg9m
pkg: flyto-core
eco: pip
published: Jul 30, 2026
## Summary

The capability policy denies the `env.get` and `env.load_dotenv` modules by default, with the stated reason that they read arbitrary host environment variables (API keys, DSNs) and are a secret-exfil risk. But the workflow engine's variable resolver expands `${env.VAR}` for any environme…

CVE-2026-67427
GitHub-GHSA

HIGH
openhole-server vulnerable to path traversal via URL-decoded request path
GHSA-fh2f-xfxc-q9cc
pkg: github.com/bablilayoub/openhole
eco: go
published: Jul 28, 2026
## Summary

openhole-server forwarded the URL-decoded request path (`r.URL.Path`) to tunnel clients instead of the original request-target. Percent-encoded dot-segments (`%2e`) and separators (`%2f`) were decoded to `../` and `/` before reaching the local service.

Go's ServeMux rejects literal `../…

CVE-2026-54650
NVD

HIGH
CVE-2026-54603
CVE-2026-54603
pkg: oauth

published: Jul 28, 2026

OAuth2 is a Ruby wrapper for the OAuth 2.0 and 2.1 authorization frameworks, including OpenID Connect (OIDC). From 0.4.0 to 2.0.21, a protocol-relative redirect Location returned to OAuth2::Client#request overrides the request authority, so the bearer Authorization header is sent to an attacker-cont…
CWE: CWE-200, CWE-601
GitHub-GHSA

HIGH
QTINeon has unauthenticated relay-to-host amplification via unbounded RECONNECT_REQUEST forwarding
GHSA-85rg-p3fr-xc2f
pkg: com.quietterminal:qti-neon, qti-neon, qti-neon
eco: npm
published: Jul 28, 2026
### Impact
The relay's reconnect handler forwards every `RECONNECT_REQUEST` to the host without deduplication or a size cap on the `pendingReconnects` map, unlike the connect flow which guards against this with `maxPendingConnections`. An unauthenticated attacker who knows a valid session ID can sen…
CVE-2026-54609
GitHub-GHSA

HIGH
OAuth2::Client#request: Protocol-relative redirect Location overrides authority, leaking bearer Authorization to attacker host
GHSA-pp92-crg2-gfv9
pkg: oauth2
eco: rubygems
published: Jul 28, 2026
## Summary

When an application uses `OAuth2::Client` (typically via an `OAuth2::AccessToken`) and the configured authorization server returns a redirect whose `Location` header is a protocol-relative URI of the form `//attacker.example/leak`, `OAuth2::Client#request` resolves the redirect with `res…

CVE-2026-54603
NVD

HIGH
CVE-2026-10079
CVE-2026-10079
pkg: kubernetes

published: Jul 31, 2026

A flaw was found in Red Hat Advanced Cluster Security for Kubernetes (RHACS). When processing Kubernetes Deployments, ACS replaces deployment identity metadata based on the openshift.io/encoded-deployment-config label. A user with permission to create Deployments can set this label to "null", causin…
CWE: CWE-345
NVD

HIGH
CVE-2026-62246
CVE-2026-62246
pkg: kubernetes

published: Jul 30, 2026

Kamaji is the Hosted Control Plane Manager for Kubernetes. Prior to 26.7.4-edge, Kamaji derives a TenantControlPlane datastore schema, database user, and etcd key prefix from a lossy namespace-and-name normalization in GetDefaultDatastoreSchema() and GetDefaultDatastoreUsername(), allowing distinct …
CWE: CWE-284, CWE-653
NVD

HIGH
CVE-2026-57862
CVE-2026-57862
pkg: curl

published: Jul 30, 2026

Kanboard 1.2.52 and prior contains a server-side request forgery vulnerability that allows authenticated users to bypass SSRF protections by supplying hexadecimal IP address notation in user-controlled URLs. Attackers can submit hexadecimal-encoded internal IP addresses through the web link creation…
CWE: CWE-918
GitHub-GHSA

HIGH
Flyto2 Core: Guarded HTTP modules follow redirects into internal space without per-hop SSRF revalidation
GHSA-c9hr-64h3-gxpc
pkg: flyto-core
eco: pip
published: Jul 30, 2026
## Summary
The HTTP modules that DO call the SSRF guard (`http.get`, `http.request`, `http.batch`) validate only the initial URL, then issue the request with aiohttp's default `allow_redirects=True` and perform no per-hop revalidation. An attacker hosts a public URL that 302-redirects to an internal…
CVE-2026-67424
GitHub-GHSA

HIGH
Flyto2 Core: Multiple HTTP-family modules fetch client-controlled URLs without the SSRF guard their siblings apply (SSRF to internal/metadata)
GHSA-pgwh-4jj4-qm8v
pkg: flyto-core
eco: pip
published: Jul 30, 2026
## Summary
Numerous HTTP-emitting modules (`core.api.http_get`, `core.api.http_post`, `graphql.query`/`graphql.mutation`, `monitor.http_check`, `communication.slack_send`, `notification.{discord,slack,teams}.send_message`, `ai.vision_analyze` [anthropic path], `verify.visual_diff`, `browser.proxy_ro…
CVE-2026-67428
GitHub-GHSA

HIGH
Fission: Incomplete capability denylist in Environment/Function PodSpec validation allows tenant-added CAP_SYS_TIME and cross-tenant node wall-clock corruption
GHSA-qf5v-m7p4-95rp
pkg: github.com/fission/fission
eco: go
published: Jul 28, 2026
Fission v1.24.0 added PodSpec safety validation for tenant-facing Environment and Function CRDs (`ValidatePodSpecSafety` / `ValidateContainerSafety` admission webhook + `sanitizeContainerSecurityContext` executor merge layer), but the
capability check was implemented as a fixed **denylist of six Lin…
CVE-2026-50570
NVD

HIGH
CVE-2026-17877
CVE-2026-17877
pkg: linux

published: Jul 30, 2026

Inappropriate implementation in Chromoting in Google Chrome on Linux prior to 151.0.7922.72 allowed a local attacker to perform OS-level privilege escalation via malicious network traffic. (Chromium security severity: Medium)
CWE: CWE-269
NVD

HIGH
CVE-2026-64552
CVE-2026-64552
pkg: linux

published: Jul 27, 2026

In the Linux kernel, the following vulnerability has been resolved:

virtio-net: fix len check in receive_big()

receive_big() bounds the device-announced length by
(big_packets_num_skbfrags + 1) * PAGE_SIZE. That is still too loose:
add_recvbuf_big() sets sg[1] to start at offset
sizeof(struct pad…

NVD

HIGH
CVE-2026-64548
CVE-2026-64548
pkg: linux

published: Jul 27, 2026

In the Linux kernel, the following vulnerability has been resolved:

bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()

When the scatterlist ring is full or nearly full, bpf_msg_push_data()
enters a copy fallback path and computes copy + len for the page
allocation size. Since len c…

NVD

HIGH
CVE-2026-66396
CVE-2026-66396
pkg: node

published: Jul 27, 2026

SiYuan before v3.7.2 fails to escape the title-img Individual Attribute List value when rendering Gallery and Kanban cover images, allowing stored cross-site scripting via unescaped style attribute interpolation. Attackers with editor permissions can inject onload handlers that execute arbitrary cod…
CWE: CWE-79
NVD

HIGH
CVE-2026-47882
CVE-2026-47882
pkg: docker

published: Jul 30, 2026

When enabling Spring Boot DevTools support for a remote application target (for example a Docker container or Cloud Foundry app) from the Spring Tools Boot Dashboard, Spring Tools generates a shared secret that authenticates DevTools remote-restart uploads to the deployed application. This secret wa…
CWE: CWE-338
NVD

HIGH
CVE-2026-17723
CVE-2026-17723
pkg: windows

published: Jul 30, 2026

Use after free in Media in Google Chrome on Windows prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
CWE: CWE-416
NVD

HIGH
CVE-2026-17660
CVE-2026-17660
pkg: go

published: Jul 30, 2026

Insufficient validation of untrusted input in Network in Google Chrome prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
CWE: CWE-20
NVD

HIGH
CVE-2026-17657
CVE-2026-17657
pkg: go

published: Jul 30, 2026

Use after free in Navigation in Google Chrome prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
CWE: CWE-416
NVD

HIGH
CVE-2026-17653
CVE-2026-17653
pkg: go

published: Jul 30, 2026

Use after free in Skia in Google Chrome prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical)
CWE: CWE-416
NVD

HIGH
CVE-2026-17650
CVE-2026-17650
pkg: go

published: Jul 30, 2026

Use after free in Compositing in Google Chrome prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical)
CWE: CWE-416
NVD

HIGH
CVE-2026-54666
CVE-2026-54666
pkg: axios

published: Jul 29, 2026

swagger-typescript-api generates API clients for Fetch or Axios from an OpenAPI Specification. Prior to 13.12.2, src/schema-routes/schema-routes.ts passes OpenAPI path keys through parseRouteName to templates/default/procedure-call.ejs and templates/modular/procedure-call.ejs without escaping JavaSc…
CWE: CWE-74, CWE-94, CWE-1336
NVD

HIGH
CVE-2026-54664
CVE-2026-54664
pkg: axios

published: Jul 29, 2026

swagger-typescript-api generates API clients for Fetch or Axios from an OpenAPI Specification. Prior to 13.12.2, src/schema-parser/base-schema-parsers/enum.ts passes components.schemas.*.enum[i] values to Ts.StringValue in src/configuration.ts without escaping before templates/base/enum-data-contrac…
CWE: CWE-74, CWE-94, CWE-1336
NVD

HIGH
CVE-2026-54662
CVE-2026-54662
pkg: axios

published: Jul 29, 2026

swagger-typescript-api generates API clients for Fetch or Axios from OpenAPI specifications. Prior to 13.12.2, src/code-gen-process.ts createApiConfig copies servers[0].url into apiConfig.baseUrl, and templates/base/http-clients/fetch-http-client.ejs interpolates apiConfig.baseUrl into the generated…
CWE: CWE-74, CWE-94, CWE-1336
NVD

HIGH
CVE-2026-54661
CVE-2026-54661
pkg: axios

published: Jul 29, 2026

swagger-typescript-api generates API clients for Fetch or Axios from an OpenAPI Specification. Prior to 13.12.2, templates/base/http-clients/axios-http-client.ejs interpolates servers[0].url from src/code-gen-process.ts into the HttpClient constructor without escaping, allowing an attacker-controlle…
CWE: CWE-74, CWE-94, CWE-1336
GitHub-GHSA

HIGH
swagger-typescript-api vulnerable to code injection via unescaped OpenAPI path strings in generated method bodies
GHSA-w284-33mx-6g9v
pkg: swagger-typescript-api
eco: npm
published: Jul 29, 2026
### Summary

`swagger-typescript-api` interpolates OpenAPI path strings (the keys of the `paths` object, e.g. `/users/{id}`) directly into a JavaScript template literal inside the body of every generated API method, without escaping. A spec path containing `${ … }` survives `parseRouteName`'s `{x}…

CVE-2026-54666
GitHub-GHSA

HIGH
swagger-typescript-api vulnerable to code injection via unescaped enum string values
GHSA-5f94-x226-ccpm
pkg: swagger-typescript-api
eco: npm
published: Jul 29, 2026
### Summary

`swagger-typescript-api` interpolates `components.schemas.*.enum[i]` string values into the body of generated TypeScript `enum` declarations without escaping. A malicious enum value can close the enclosing string literal, terminate the enum body, and inject a bare-block IIFE that execut…

CVE-2026-54664
GitHub-GHSA

HIGH
swagger-typescript-api vulnerable to code injection via unescaped `servers[0].url` in axios http-client template
GHSA-38c3-wv3c-v3xj
pkg: swagger-typescript-api
eco: npm
published: Jul 29, 2026
### Summary

`swagger-typescript-api` interpolates `servers[0].url` directly into a TypeScript string literal inside the `HttpClient` constructor body of the generated **axios** client (`templates/base/http-clients/axios-http-client.ejs:71`), without any escaping. A malicious URL containing a `"` cl…

CVE-2026-54661
GitHub-GHSA

HIGH
swagger-typescript-api vulnerable to code injection via unescaped `servers[0].url` in fetch http-client template
GHSA-hqj5-cw9f-rx67
pkg: swagger-typescript-api
eco: npm
published: Jul 29, 2026
### Summary

`swagger-typescript-api` interpolates `servers[0].url` directly into a TypeScript class-body field initializer of the generated **fetch** `HttpClient` (`templates/base/http-clients/fetch-http-client.ejs:75`), without any escaping. A malicious URL containing a `"` closes the string liter…

CVE-2026-54662
NVD

HIGH
CVE-2026-53501
CVE-2026-53501
pkg: python

published: Jul 31, 2026

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, Thumbor’s HMAC validation can be bypassed due to the use of Python’s .replace() when removing the signature from the URL before validation. Since .replace() removes all occurrences of the substring, an attacker can i…
CWE: CWE-347
GitHub-GHSA

HIGH
Thumbor has HMAC validation bypass via multiple .replace() calls when removing URL signature
GHSA-mw3h-qjxj-6xg9
pkg: thumbor
eco: pip
published: Jul 31, 2026
# HMAC validation bypass via multiple `.replace()` calls when removing URL signature

## Summary

Thumbor’s HMAC validation can be bypassed due to the use of Python’s `.replace()` when removing the signature from the URL before validation. Since `.replace()` removes **all occurrences** of the su…

CVE-2026-53501
GitHub-GHSA

HIGH
Thumbor treats ALLOWED_SOURCES string patterns as unescaped regex, allowing hostname bypass via wildcard dot
GHSA-6×26-6r6f-m537
pkg: thumbor
eco: pip
published: Jul 31, 2026
## Summary

The `ALLOWED_SOURCES` configuration is meant to restrict which hosts Thumbor's HTTP loader may fetch images from. Plain-string entries in that list (the overwhelming majority of real-world and documented configurations) are passed directly to `re.match()` without escaping. Because `.` is…

CVE-2026-53500
NVD

HIGH
CVE-2026-56672
CVE-2026-56672
pkg: node

published: Jul 31, 2026

ComfyUI is a node-based diffusion model GUI, API, and backend. Prior to 0.28.0, GET /userdata/{file} served user-controlled HTML and SVG files with extension-derived content types, allowing stored cross-site scripting in the ComfyUI origin and access to browser-stored API tokens, settings, workflows…
CWE: CWE-79
NVD

HIGH
CVE-2026-54574
CVE-2026-54574
pkg: docker

published: Jul 29, 2026

proot-distro is a utility for managing proot containers. Prior to version 5.1.5, proot-distro install extracted plain tarball root filesystems through _extract_plain_tar() in proot_distro/commands/install.py and Docker layers through _apply_layer() in proot_distro/helpers/docker.py without validatin…
CWE: CWE-61
GitHub-GHSA

HIGH
proot-distro has a Container Isolation Bypass via Crafted Restore Archive
GHSA-7h3g-4w2f-fj2f
pkg: proot-distro
eco: pip
published: Jul 29, 2026
## Affected Component

– **Package:** proot-distro
– **Affected command:** `restore`
– **Attack surface:** Host-side Termux CLI processing a user-supplied backup archive
– **Vulnerability type:** Container Isolation Bypass / Cross-Container Read and Write

## Affected Versions

| Component | Ve…

CVE-2026-54727
GitHub-GHSA

HIGH
`proot-distro install` has a Symlink Escape (Arbitrary Host File Write) via Malicious Tar Archive
GHSA-9xq3-3fqg-4vg7
pkg: proot-distro
eco: pip
published: Jul 29, 2026
**Repository:** `termux/proot-distro`
**Component:** `proot_distro/commands/install.py` → `_extract_plain_tar()`; also `helpers/docker.py` → `_apply_layer()`

## Affected Versions

| Component | Version |
|—————|——————————|
| proo…

CVE-2026-54574
NVD

HIGH
CVE-2026-22068
CVE-2026-22068
pkg: express

published: Jul 29, 2026

Regular Expression without Anchors vulnerability in Apache Traffic Server.

This issue affects Apache Traffic Server: from 10.0.X through 10.1.3, from 9.0.X through 9.2.14.

Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fixes the issue.

CWE: CWE-777
NVD

HIGH
CVE-2026-54691
CVE-2026-54691
pkg: python

published: Jul 28, 2026

datamodel-code-generator generates Python data models from schema definitions. From 0.9.1 until 0.61.0, src/datamodel_code_generator/http.py http.get_body accepts –url targets and redirect chain targets without host/IP validation, allowing server-side request forgery against loopback, private, link…
CWE: CWE-918
GitHub-GHSA

HIGH
datamodel-code-generator vulnerable to SSRF via JSON-Schema `$ref` to HTTP URL (silent by default)
GHSA-954p-556p-r752
pkg: datamodel-code-generator
eco: pip
published: Jul 28, 2026
### Summary

JSON-Schema `$ref` values pointing at HTTP or HTTPS URLs are silently dereferenced by `datamodel-code-generator` with no IP/host validation, no scheme allow-list, and redirects followed unconditionally. The `–allow-remote-refs` gate added in 0.56.0 defaults to `None`, which only emits …

CVE-2026-54690
GitHub-GHSA

HIGH
datamodel-code-generator vulnerable to SSRF via –url: no host/IP validation, follows redirects
GHSA-rfr2-mq9m-x2qx
pkg: datamodel-code-generator
eco: pip
published: Jul 28, 2026
### Summary

`datamodel-code-generator`'s built-in HTTP fetcher (`http.get_body`) issues an `httpx.GET` against any URL passed to `–url` (or reached via a redirect chain) with **no allow-list, no deny-list, no IP/host validation, and `follow_redirects=True`**. Loopback addresses, RFC1918 ranges, li…

CVE-2026-54691
GitHub-GHSA

HIGH
java-client Allows Network Pivot via Unvalidated directConnect Redirect in AppiumCommandExecutor
GHSA-28f5-38xr-jh2w
pkg: io.appium:java-client
eco: maven
published: Jul 28, 2026
## Summary

When `directConnect(true)` is enabled, appium/java-client unconditionally
accepts `directConnectHost`, `directConnectPort`, and `directConnectPath`
from the server's NEW_SESSION response and silently redirects all subsequent
session traffic to the attacker-specified endpoint — with no …

CVE-2026-43910
NVD

HIGH
CVE-2026-64642
CVE-2026-64642
pkg: vercel next.js

published: Jul 27, 2026

Next.js is a React framework for building full-stack web applications. In versions 16.0.0 through 16.2.10, crafted requests targeting Next.js applications using App Router built with Turbopack and a single entry in config.i18n.locales can bypass middleware/proxy based authentication. This issue has …
CWE: CWE-285
NVD

HIGH
CVE-2026-68581
CVE-2026-68581
pkg: jwt

published: Aug 2, 2026

Vikunja versions 0.22.0 through 2.3.0 fail to validate the principal type in API token management. Because user IDs and link-share IDs are independent numeric sequences and both resolve through a generic web.Auth.GetID() interface, a link-share JWT whose numeric ID equals a target user's ID is treat…
CWE: CWE-863
GitHub-GHSA

HIGH
Savon::Model evaluates WSDL operation names as Ruby source
GHSA-mx5j-mp4f-g8jg
pkg: savon
eco: rubygems
published: Jul 31, 2026
### Impact

`Savon::Model` generated SOAP operation methods by interpolating operation names into Ruby source passed to `module_eval`. An attacker who can control the operation names of a WSDL, can inject Ruby code that executes in the application process. This affects only the `.all_operations` cla…

CVE-2026-53510
NVD

HIGH
CVE-2026-67345
CVE-2026-67345
pkg: oauth

published: Jul 30, 2026

MaxKey through 4.1.12, fixed in commit ddbb72f, contains an insufficient redirect URI validation vulnerability in DefaultRedirectResolver.hostMatches() that allows remote attackers to hijack OAuth 2.0 authorization codes by supplying a crafted redirect_uri whose hostname suffix matches a registered …
CWE: CWE-183
NVD

HIGH
CVE-2026-63231
CVE-2026-63231
pkg: jwt

published: Jul 29, 2026

A post-authentication SQL injection
vulnerability in Koollab LMS allowed an authenticated attacker to use an error-based SQL oracle via
the face-to-face runs update endpoint to read the entire application database
and obtain valid JWT tokens for account takeover.
CWE: CWE-89
NVD

HIGH
CVE-2026-14300
CVE-2026-14300
pkg: go

published: Jul 29, 2026

The miniOrange Social Login and Register (Discord, Google, Twitter, LinkedIn) WordPress plugin before 7.8.0 does not bind the one-time code used by its optional email-verification (Profile Completion) feature to the account it was issued for, allowing unauthenticated attackers to obtain a valid sess…
CWE: CWE-287
NVD

HIGH
CVE-2026-54593
CVE-2026-54593
pkg: jwt

published: Jul 28, 2026

Pterodactyl is a free, open-source game server management panel. Prior to Panel version 1.12.3 and Wings version 1.12.2, the Wings /upload/file endpoint accepted any valid panel-signed JWT that contained server_uuid, user_uuid, and unique_id claims without checking the token's intended purpose; beca…
CWE: CWE-1259, CWE-1270
GitHub-GHSA

HIGH
Pterodactyl's improper JWT scoping allows subuser to upload files when not explicitly granted `file.create` permissions
GHSA-8r6w-3qq5-4p4r
pkg: pterodactyl/panel, github.com/pterodactyl/wings
eco: go
published: Jul 28, 2026
### Summary
A privilege escalation vulnerability exists in the Wings /upload/file endpoint due to insufficient validation of panel-signed JWTs. Wings accepts any valid panel-signed JWT containing `server_uuid`, `user_uuid`, and `unique_id`, regardless of the token’s intended purpose. Because the P…
CVE-2026-54593
NVD

HIGH
CVE-2026-64547
CVE-2026-64547
pkg: linux

published: Jul 27, 2026

In the Linux kernel, the following vulnerability has been resolved:

net: usb: net1080: validate packet_len before pad-byte access in rx_fixup

For an even packet_len, net1080_rx_fixup() reads the pad byte at
skb->data[packet_len] before the skb->len != packet_len check further
down, and packet_len …

NVD

HIGH
CVE-2026-64540
CVE-2026-64540
pkg: linux

published: Jul 27, 2026

In the Linux kernel, the following vulnerability has been resolved:

usbnet: gl620a: fix out-of-bounds read in genelink_rx_fixup()

genelink_rx_fixup() splits an aggregated RX frame into its individual
packets, using a per-packet length taken from device-supplied data. That
length is only bounded by…

NVD

HIGH
CVE-2026-47873
CVE-2026-47873
pkg: docker

published: Jul 30, 2026

The Boot Dashboard Docker integration in Spring Tools publishes container control ports on all of the host's network interfaces (0.0.0.0) rather than restricting them to loopback.
Affected Spring Products and Versions:
Spring Tools for Eclipse: 5.2.0 and earlier
CWE: CWE-1327
NVD

HIGH
CVE-2026-16524
CVE-2026-16524
pkg: linux

published: Jul 30, 2026

A command injection flaw in PCP's linux_sockets PMDA allows malicious shell metacharacters via the network.persocket.filter metric.
This failed validation lets attackers execute arbitrary commands as the PMDA user when metrics refresh.
CWE: CWE-78
NVD

HIGH
CVE-2026-17863
CVE-2026-17863
pkg: windows

published: Jul 30, 2026

Inappropriate implementation in Browser in Google Chrome on Windows prior to 151.0.7922.72 allowed a local attacker to perform privilege escalation via a malicious file. (Chromium security severity: Medium)
CWE: CWE-269
NVD

HIGH
CVE-2026-17862
CVE-2026-17862
pkg: windows

published: Jul 30, 2026

Use after free in Tracing in Google Chrome on Windows prior to 151.0.7922.72 allowed a local attacker to perform OS-level privilege escalation via a malicious file. (Chromium security severity: Medium)
CWE: CWE-416
NVD

HIGH
CVE-2026-17654
CVE-2026-17654
pkg: go

published: Jul 30, 2026

Race in Updater in Google Chrome on Mac prior to 151.0.7922.72 allowed a local attacker to perform OS-level privilege escalation via a malicious file. (Chromium security severity: Critical)
CWE: CWE-362
NVD

HIGH
CVE-2026-64560
CVE-2026-64560
pkg: linux

published: Jul 29, 2026

In the Linux kernel, the following vulnerability has been resolved:

posix-cpu-timers: Prevent UAF caused by non-leader exec() race

Wongi and Jungwoo decoded and reported a non-leader exec() related race
which can result in an UAF:

sys_timer_delete() exec()
posix_cpu_timer_del()
// Observ…

NVD

HIGH
CVE-2026-64559
CVE-2026-64559
pkg: linux

published: Jul 29, 2026

In the Linux kernel, the following vulnerability has been resolved:

s390/pkey: Check length in PKEY_VERIFYPROTK ioctl

Explicitly check the buffer length request structure provided by
user-space and fail, if it exceeds the buffer size.

NVD

HIGH
CVE-2026-64558
CVE-2026-64558
pkg: linux

published: Jul 29, 2026

In the Linux kernel, the following vulnerability has been resolved:

s390/pkey: Check length in pkey_pckmo handler implementation

Explicitly check the length of the target buffer in the pkey_pckmo
implementation of the key_to_protkey() handler function. The handler
function fails, if the generated …

NVD

HIGH
CVE-2026-64556
CVE-2026-64556
pkg: linux

published: Jul 29, 2026

In the Linux kernel, the following vulnerability has been resolved:

perf/core: Detach event groups during remove_on_exec

perf_event_remove_on_exec() removes events by calling
perf_event_exit_event(). For top-level events, this removes the event from
the context with DETACH_EXIT only.

This can lea…

NVD

HIGH
CVE-2026-54656
CVE-2026-54656
pkg: python

published: Jul 28, 2026

datamodel-code-generator generates Pydantic v2 models, dataclasses, TypedDict, and msgspec.Struct from OpenAPI, JSON Schema, GraphQL, Avro, Protobuf, and raw JSON, YAML, or CSV. From 0.52.1 until 0.60.2, datamodel-code-generator interpolates validators from –extra-template-data in src/datamodel_cod…
CWE: CWE-94
NVD

HIGH
CVE-2026-54655
CVE-2026-54655
pkg: python

published: Jul 28, 2026

datamodel-code-generator generates Python data models from schema definitions. From 0.51.0 until 0.60.2, x-python-type values parsed by src/datamodel_code_generator/parser/jsonschema.py in _get_python_type_override are inserted into generated field annotations without sufficient validation, allowing…
CWE: CWE-94
NVD

HIGH
CVE-2026-54654
CVE-2026-54654
pkg: python

published: Jul 28, 2026

datamodel-code-generator generates Python data models from schema definitions. From 0.14.1 until 0.60.2, the –extra-template-data comment field is rendered into Python comments in src/datamodel_code_generator/model/template/TypeAliasAnnotation.jinja2, src/datamodel_code_generator/model/template/Typ…
CWE: CWE-94, CWE-1336
NVD

HIGH
CVE-2026-54621
CVE-2026-54621
pkg: python

published: Jul 28, 2026

datamodel-code-generator generates Python data models from schema definitions. Prior to 0.60.1, GraphQL Union description values in src/datamodel_code_generator/model/template/UnionTypeStatement.jinja2 and src/datamodel_code_generator/model/template/UnionTypeStatement.py312.jinja2 are rendered into …
CWE: CWE-94, CWE-1336
GitHub-GHSA

HIGH
`datamodel-code-generator` vulnerable to code injection via unescaped carriage return in `–extra-template-data` `comment` field
GHSA-wjv6-jcfj-mf9r
pkg: datamodel-code-generator
eco: pip
published: Jul 28, 2026
### Summary

`datamodel-code-generator` is vulnerable to code injection when a developer passes an `–extra-template-data` file whose `comment` value contains a literal `\r` (carriage return). The `comment` variable is rendered into a Python `#` comment in six built-in templates with **no** line-ter…

CVE-2026-54654
GitHub-GHSA

HIGH
`datamodel-code-generator` vulnerable to code execution on import via unescaped `validators` entries in –extra-template-data
GHSA-8m8r-38jm-f355
pkg: datamodel-code-generator
eco: pip
published: Jul 28, 2026
### Summary

When the Pydantic v2 output mode is in use, `datamodel-code-generator` reads a `validators` array from each model entry in the `–extra-template-data` file and synthesises a Pydantic `@field_validator(…)` decorator from each entry. The field names and the validator mode are interpolat…

CVE-2026-54656
GitHub-GHSA

HIGH
`datamodel-code-generator` vulnerable to code injection via unescaped carriage return in GraphQL Union description
GHSA-j884-q54q-mmx3
pkg: datamodel-code-generator
eco: pip
published: Jul 28, 2026
### Summary

`datamodel-code-generator` is vulnerable to code injection when generating Python models from an attacker-controlled GraphQL schema. A description on a Union type, written in the regular-string form (`"…"`) with a literal `\r` escape, is rendered into a Python `#` comment by a Jinja2 …

CVE-2026-54621
GitHub-GHSA

HIGH
`datamodel-code-generator` vulnerable to code execution on import via `x-python-type` JSON-Schema extension in datamodel-code-generator
GHSA-m34r-v34r-rf9q
pkg: datamodel-code-generator
eco: pip
published: Jul 28, 2026
### Summary
`datamodel-code-generator` honours a custom `x-python-type` JSON-Schema extension that lets a schema author override the generated Python type for a field. The value is forwarded verbatim into the generated Python source as the field annotation, with a single sanitisation pass that is tr…
CVE-2026-54655
NVD

HIGH
CVE-2026-64543
CVE-2026-64543
pkg: linux

published: Jul 27, 2026

In the Linux kernel, the following vulnerability has been resolved:

tipc: fix use-after-free of the discoverer in tipc_disc_rcv()

bearer_disable() frees b->disc with tipc_disc_delete()'s plain kfree(),
but tipc_disc_rcv() still dereferences b->disc in RX softirq under
rcu_read_lock() (tipc_udp_rec…

NVD

HIGH
CVE-2026-64539
CVE-2026-64539
pkg: linux

published: Jul 27, 2026

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: eir: Fix stack OOB write when prepending the Flags AD

eir_create_adv_data() builds the advertising data into a fixed-size
buffer ("size", 31 for the legacy path). It may prepend a 3-byte "Flags"
AD structure (LE_AD_NO_B…

NVD

HIGH
CVE-2026-24252
CVE-2026-24252
pkg: linux

published: Jul 27, 2026

NVIDIA NeMo for Linux contains a vulnerability where an attacker may cause OS command injection. A successful exploit of this vulnerability may lead to code execution, data tampering, escalation of privileges and information disclosure.
CWE: CWE-78
NVD

HIGH
CVE-2026-17523
CVE-2026-17523
pkg: linux

published: Jul 27, 2026

A flaw was found in the Linux kernel in net/can/bcm.c in can: bcm, where an unprivileged local user can exploit this vulnerability to execute arbitrary code within the kernel, which leads to a local privilege escalation (LPE). This allows the attacker to gain root privileges and take full control of…
CWE: CWE-825
GitHub-GHSA

HIGH
FileBrowser Quantum's path traversal issue in subtitle handler allows any authenticated user to read arbitrary files
GHSA-vvp7-h4fj-m28w
pkg: github.com/gtsteffaniak/filebrowser/backend
eco: go
published: Jul 31, 2026
### Summary

The `subtitlesHandler` endpoint (`GET /api/media/subtitles`) accepts two user-controlled query parameters: `path` and `name`, both of which are used in filesystem operations without sanitization, creating two independent path traversal vectors.

The primary vector is the `path` paramete…

CVE-2026-54910
GitHub-GHSA

HIGH
Fission: Zip Slip in pkg/utils/zip.go:Unarchive allows fetcher to write outside the destination directory
GHSA-q6vm-xqc9-v3ff
pkg: github.com/fission/fission
eco: go
published: Jul 28, 2026
`Unarchive` in `pkg/utils/zip.go` joined each archive entry name with the destination directory via `filepath.Join` and wrote the result without checking whether the resolved path stayed under the destination. A zip entry named
`../../tmp/evil` therefore landed at `/tmp/evil`. An attacker who coul…
CVE-2026-50567
NVD

HIGH
CVE-2026-18381
CVE-2026-18381
pkg: kubernetes

published: Jul 30, 2026

A flaw was found in the koku-metrics-operator for Red Hat OpenShift. The operator's CostManagementMetricsConfig custom resource allows a user able to edit the CR to specify an arbitrary upload URL. The operator attaches its own Kubernetes service-account bearer token to queries sent to this user-con…
CWE: CWE-918
NVD

HIGH
CVE-2026-66427
CVE-2026-66427
pkg: go

published: Jul 27, 2026

Administrator SQL Injection in WP Google Review Slider <= 18.4 versions.
CWE: CWE-89
NVD

HIGH
CVE-2026-53504
CVE-2026-53504
pkg: express

published: Jul 31, 2026

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, the convolution filter regular expression performs exponential backtracking on crafted repeated numeric input, allowing a URL request to exhaust processing time. This issue is fixed in 7.8.0.
CWE: CWE-400
GitHub-GHSA

HIGH
Thumbor proportion filter allows unbounded post-transform resize leading to remote DoS
GHSA-phj3-59pf-cp83
pkg: thumbor
eco: pip
published: Jul 31, 2026
### Summary
Thumbor's `filters:proportion(<value>)` filter does not enforce an upper bound on `<value>` and runs in the post-transform phase. An attacker can trigger extremely large resizes (CPU/memory exhaustion) and cause denial of service.

### Details
– Filter implementation: `thumbor/filters/pr…

CVE-2026-53505
GitHub-GHSA

HIGH
Thumbor has Regex Denial of Service (ReDoS) in `convolution` filter
GHSA-5vjc-7cxw-4w6j
pkg: thumbor
eco: pip
published: Jul 31, 2026
### Summary
The regular expression used to parse the `convolution` filter exhibits exponential-time backtracking for certain inputs, enabling a Regular Expression Denial of Service (ReDoS).

### Details
The RegExp for `convolution` is defined as `convolution\((?:\s*((?:[-]?[\d]+\.?[\d]*[;])*(?:[-]?[…

CVE-2026-53504
GitHub-GHSA

HIGH
Thumbor convolution filter allows divide-by-zero in C extension leading to remote DoS
GHSA-cqjp-jf4r-h5q9
pkg: thumbor
eco: pip
published: Jul 31, 2026
### Summary
Thumbor's `filters:convolution(<matrix>, <columns>, <should_normalize>)` filter passes the user-controlled `<columns>` value to a C extension (`thumbor/ext/filters/_convolution.c`) where it is used as a divisor (for `%` and `/`) without validating `columns > 0`. When `columns=0`, the C c…
CVE-2026-53503
GitHub-GHSA

HIGH
Netty: HTTP/2 decompression leaks ByteBuf reference count when the decompressor channel is already closed (Direct memory leak / OOM DoS)
GHSA-93wv-jw9v-4972
pkg: io.netty:netty-codec-http2, io.netty:netty-codec-http2
eco: maven
published: Jul 31, 2026
### Summary

A remote, unauthenticated peer can leak one direct `ByteBuf` per HTTP/2 `DATA` frame in
applications that enable HTTP/2 content decompression via `DelegatingDecompressorFrameListener`.
When a `DATA` frame is processed for a stream whose decompressor has already been closed,
`Http2Decomp…

CVE-2026-56819
GitHub-GHSA

HIGH
Natural Language Toolkit (NLTK): ReDoS in NLTK ReviewsCorpusReader FEATURES regex
GHSA-fg7f-2386-8897
pkg: nltk
eco: pip
published: Jul 31, 2026
### Summary
`ReviewsCorpusReader` extracts feature annotations of the form *label* followed by a bracketed signed digit (e.g. a label then `[+2]`) from each review line, using the module-level `FEATURES` regex. The feature-label sub-pattern is unbounded — an optional greedy run of word-plus-whites…
CVE-2026-12061
GitHub-GHSA

HIGH
Natural Language Toolkit (NLTK): Path Traversal in NKJPCorpusReader leads to Arbitrary File Read and bypasses the nltk.pathsec sandbox (ENFORCE=True)
GHSA-6hm5-jgcp-p838
pkg: nltk
eco: pip
published: Jul 31, 2026
### Summary
A path-traversal vulnerability in `NKJPCorpusReader` allows an attacker who can
influence the `fileids` argument of its public read methods (`header`, `raw`,
`words`, `sents`, `tagged_words`) to read files outside the corpus root. The
reader builds the file path with no conta…
CVE-2026-12072
GitHub-GHSA

HIGH
Natural Language Toolkit (NLTK) has path traversal in FramenetCorpusReader.frame() that allows arbitrary XML file read, bypassing the nltk.pathsec sandbox (ENFORCE=True)
GHSA-xh95-f55m-82fw
pkg: nltk
eco: pip
published: Jul 31, 2026
### Summary
`FramenetCorpusReader.frame(name)` interpolates a caller-supplied frame name into an XML file path that is read with the builtin `open()`, bypassing `CorpusReader.open()` and the `nltk.pathsec` sandbox — including strict `ENFORCE=True` mode. A `../` sequence in the name escapes the cor…
CVE-2026-12074
GitHub-GHSA

HIGH
Spring Data: Unbounded property-path cache keyed by externally-supplied path string
GHSA-88fw-v6x4-3f58
pkg: org.springframework.data:spring-data-commons, org.springframework.data:spring-data-commons, org.springframework.data:spring-data-commons
eco: maven
published: Jul 31, 2026
`src/main/java/org/springframework/data/mapping/context/PersistentPropertyPathFactory.java:175` · Unbounded Resource Allocation (Algorithmic DoS)

### Impact

When a consuming module routes user-supplied dot-paths (sort parameters, projection paths, PATCH paths) through `MappingContext.getPersisten…

CVE-2026-41695
GitHub-GHSA

HIGH
Wings: Maliciously crafted packet during SFTP connection handshake causes denial of service
GHSA-ghrq-5wpp-hxx5
pkg: github.com/pterodactyl/wings
eco: go
published: Jul 31, 2026
### Summary
A maliciously crafted packet received & parsed during the SFTP connection handshake will cause a Go panic.

### Impact
All wings users with an open SFTP port.

### Workarounds
Close SFTP port.

CVE-2026-52856
NVD

HIGH
CVE-2026-17347
CVE-2026-17347
pkg: windows

published: Jul 31, 2026

The MASTER_PASSWORD_HOOK setting, introduced in pgAdmin 4 7.2, lets an administrator configure an external command that returns a per-user encryption key, with %u in the configured string replaced by the current user's name. The previous implementation substituted the username directly into the comm…
CWE: CWE-78, CWE-88
GitHub-GHSA

HIGH
`@dynatrace-oss/dynatrace-mcp-server` has Unauthenticated HTTP MCP Tool Invocation
GHSA-p7w7-4929-vpj5
pkg: @dynatrace-oss/dynatrace-mcp-server
eco: npm
published: Jul 31, 2026
### Summary

`@dynatrace-oss/dynatrace-mcp-server` v1.8.5 exposes an HTTP transport mode (`–http` flag) that performs no authentication, session validation, or origin/host verification before dispatching MCP tool calls. Any network-reachable attacker can send a raw JSON-RPC `tools/call` request wit…

NVD

HIGH
CVE-2026-18446
CVE-2026-18446
pkg: node

published: Jul 31, 2026

fast-uri before 4.1.2, 3.1.5, and 2.4.4 requires a literal double forward slash to recognize a URI authority, so a reference that uses a backslash based introducer in place of it (backslash backslash, forward slash backslash, or backslash forward slash) is parsed with no authority and folds into the…
CWE: CWE-436
NVD

HIGH
CVE-2026-18358
CVE-2026-18358
pkg: linux

published: Jul 31, 2026

A flaw was found in gnome-remote-desktop as shipped in Red Hat Enterprise Linux. When the daemon is running in system mode with RDP enabled, the incoming connection handler bypasses the connection throttler, allowing an unauthenticated remote attacker to open many parallel pre-authentication connect…
CWE: CWE-400
NVD

HIGH
CVE-2026-56673
CVE-2026-56673
pkg: node

published: Jul 31, 2026

ComfyUI is a modular diffusion model GUI, API, and backend with a graph-and-node interface. Prior to 0.28.0, folder_paths.get_annotated_filepath and exists_annotated_filepath join workflow-controlled annotated filenames to a base directory without a containment check, allowing an unauthenticated cra…
CWE: CWE-22
NVD

HIGH
CVE-2026-61536
CVE-2026-61536
pkg: python

published: Jul 30, 2026

Banks generates meaningful LLM prompts using a simple template language. In versions prior to 2.4.3, banks parses Tool JSON objects from the rendered body of {% completion %} blocks and later resolves their import_path field through importlib.import_module(…) + getattr(…) to obtain the callable …
CWE: CWE-94, CWE-470
NVD

HIGH
CVE-2026-15977
CVE-2026-15977
pkg: ssl

published: Jul 30, 2026

SGLang contains a credential leakage vulnerability in the /server_info endpoint, which will return API keys and SSL keyfile information when only the –admin-api-key is configured.
CWE: CWE-522
NVD

HIGH
CVE-2026-62663
CVE-2026-62663
pkg: python

published: Jul 30, 2026

Banks generates meaningful LLM prompts using a simple template language. In versions prior to 2.4.4, all four media filters (image, audio, video, document) in banks accept untrusted user input as file paths via Path(value) and pass them directly to open(file_path, "rb") without any path sanitization…
CWE: CWE-22
GitHub-GHSA

HIGH
MCP Ruby SDK: Unbounded JSON-RPC request body causes uncontrolled memory allocation in StreamableHTTPTransport
GHSA-h669-8m4g-r2hc
pkg: mcp
eco: rubygems
published: Jul 30, 2026
## Summary

An unauthenticated remote attacker can force any MCP Ruby SDK server using `MCP::Server::Transports::StreamableHTTPTransport` to allocate gigabytes of memory by sending a single oversized JSON-RPC POST. The transport reads the entire HTTP body into a Ruby `String` and parses it with `JSO…

CVE-2026-67432
GitHub-GHSA

HIGH
OliveTin: Unauthenticated DoS via OAuth2 State Memory Exhaustion (Unbounded Map Growth)
GHSA-xpxj-f2fm-rqch
pkg: github.com/OliveTin/OliveTin
eco: go
published: Jul 30, 2026
## Summary

OliveTin's OAuth2 login handler stores per-login state in an in-memory map (`registeredStates`) that grows unboundedly. States are added on every `/oauth/login` request but are **never deleted or expired**. An unauthenticated attacker can send millions of requests to `/oauth/login` to fi…

CVE-2026-67437
NVD

HIGH
CVE-2026-54365
CVE-2026-54365
pkg: windows

published: Jul 30, 2026

CentreStack before 17.3 contains an unauthenticated deserialization vulnerability in GSNamespace.dll that allows unauthenticated attackers to create arbitrary local OS user accounts by supplying a crafted base64-encoded XML string to exposed API endpoints. Attackers can send a malicious StorageConfi…
CWE: CWE-306
NVD

HIGH
CVE-2026-58043
CVE-2026-58043
pkg: node

published: Jul 30, 2026

A flaw in Node.js Permission Model enforcement can over-grant filesystem access across radix-tree prefix boundaries.

Under `–permission`, an attacker who is granted access to one path can abuse boundary handling to read from or write to paths outside the intended filesystem allowlist.

This vu…

CWE: CWE-284
NVD

HIGH
CVE-2026-67437
CVE-2026-67437
pkg: oauth

published: Jul 29, 2026

OliveTin gives access to predefined shell commands from a web interface. From 3000.0.0 until 3000.17.0, the service/internal/auth/otoauth2/restapi_auth_oauth2.go OAuth2 login handler stores per-login state in the registeredStates map on every /oauth/login request without expiring, deleting, or bound…
CWE: CWE-400, CWE-401, CWE-770
GitHub-GHSA

HIGH
Quarkus: Authentication/Authorization Bypass via Advanced Path Normalization Vulnerabilities
GHSA-qcxp-gm7m-4j5v
pkg: io.quarkus:quarkus-vertx-http, io.quarkus:quarkus-vertx-http, io.quarkus:quarkus-vertx-http
eco: maven
published: Jul 29, 2026
Quarkus HTTP path-based authorization policies can be bypassed using encoded semicolons (%3B) to smuggle matrix
parameters past the security layer, and using encoded slashes (%2F) or backslashes (%5C) to access protected static
resources. This is a distinct issue from CVE-2026-39852, which addre…
CVE-2026-50559
NVD

HIGH
CVE-2026-58161
CVE-2026-58161
pkg: tls

published: Jul 29, 2026

Apache Traffic Server can crash from null dereferences and dangling references in TLS and SNI handling.

This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3.

Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix…

CWE: CWE-476
NVD

HIGH
CVE-2026-54719
CVE-2026-54719
pkg: go

published: Jul 28, 2026

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.1, the httpserver/updown.go bulkDownload handler for ?bulk&file= ZIP downloads did not call findEffectiveACL or applyCustomAuth, allowing unauthenticated reads of files protected only by .goshs folder ACLs…
CWE: CWE-862, CWE-863
NVD

HIGH
CVE-2026-54638
CVE-2026-54638
pkg: go

published: Jul 28, 2026

gotd/td is a T Telegram MTProto API client in Go. Prior to 0.145.1, proto.UnencryptedMessage.Decode in proto/unencrypted_message.go read attacker controlled dataLen from an unauthenticated MTProto unencrypted packet and allocated make([]byte, dataLen) before checking the remaining buffer, allowing r…
CWE: CWE-770, CWE-789
NVD

HIGH
CVE-2026-47219
CVE-2026-47219
pkg: node

published: Jul 28, 2026

find-my-way is a framework-independent HTTP router that internally uses a Radix Tree and supports route parameters and wildcards. Versions prior to 9.7.0 are vulnerable to remotely triggerable DoS in find-my-way when it is used with Node's HTTP/2 server. The lookup() function passes req.method into …
CWE: CWE-20, CWE-248
NVD

HIGH
CVE-2026-55415
CVE-2026-55415
pkg: python

published: Jul 28, 2026

datamodel-code-generator generates Pydantic v2 models, dataclasses, TypedDict, and msgspec.Struct from OpenAPI, JSON Schema, GraphQL, Avro, Protobuf, and raw JSON, YAML, or CSV. From 0.11.6 until 0.64.0, datamodel-code-generator allows attacker-controlled x-python-import or customTypePath schema ext…
CWE: CWE-94, CWE-95
NVD

HIGH
CVE-2026-55390
CVE-2026-55390
pkg: python

published: Jul 28, 2026

datamodel-code-generator generates Python data models from schema definitions. From 0.59.0 until 0.62.0, XML Schema parsing in src/datamodel_code_generator/parser/xmlschema.py for –input-file-type xmlschema resolves xs:include, xs:import, xs:redefine, and xs:override schemaLocation values outside t…
CWE: CWE-22, CWE-200, CWE-610
GitHub-GHSA

HIGH
td has pre-auth denial of service via unbounded memory allocation in proto.UnencryptedMessage.Decode
GHSA-whmm-qj9r-wvr2
pkg: github.com/gotd/td
eco: go
published: Jul 28, 2026
### Impact

A remote, unauthenticated attacker can cause excessive memory allocation (and resulting CPU / GC pressure, potentially OOM termination) by sending a crafted unencrypted MTProto packet.

`(*proto.UnencryptedMessage).Decode` read an attacker-controlled 32-bit `dataLen` field and immediatel…

CVE-2026-54638
GitHub-GHSA

HIGH
goshs: File-based .goshs ACL authorization bypass via the ?bulk zip-download route (unauthenticated read; residual of GHSA-wvhv-qcqf-f3cx)
GHSA-rmxw-pq4x-3fvh
pkg: github.com/patrickhener/goshs, github.com/patrickhener/goshs/v2, goshs.de/goshs
eco: go
published: Jul 28, 2026
GHSA-wvhv-qcqf-f3cx fixed the per-folder .goshs ACL bypass on the state-changing routes (PUT/POST upload/?mkdir/?delete) and added recursive ACL resolution, and its description states the read/list path correctly enforces .goshs. That premise does not hold for the ?bulk zip-download route. bulkDownl…
CVE-2026-54719
GitHub-GHSA

HIGH
datamodel-code-generator vulnerable to arbitrary local file read via JSON-Schema `$ref` (`file://` and `../` traversal), bypassing `–no-allow-remote-refs`
GHSA-8359-h9fx-j6v9
pkg: datamodel-code-generator
eco: pip
published: Jul 28, 2026
### Summary

`datamodel-code-generator` resolves JSON-Schema `$ref` targets that point at the local filesystem without restricting them to the input/base directory and without honoring the remote-reference security control. In the default configuration, an attacker who controls an input schema (a "p…

CVE-2026-55389
GitHub-GHSA

HIGH
datamodel-code-generator vulnerable to SSRF protection bypass via DNS rebinding
GHSA-vx7x-vcc2-c44g
pkg: datamodel-code-generator
eco: pip
published: Jul 28, 2026
### Summary

`datamodel-code-generator`'s anti-SSRF guard validates the resolved IP of a fetch target once and then lets `httpx` perform its own independent DNS resolution to connect, so the validated address is never pinned. A hostname that resolves to a public IP at validation time and a private I…

CVE-2026-55391
GitHub-GHSA

HIGH
datamodel-code-generator vulnerable to code injection via `x-python-import` / `customTypePath` in generated import statements
GHSA-5578-w22f-pfx9
pkg: datamodel-code-generator
eco: pip
published: Jul 28, 2026
#### Summary

A malicious input schema (OpenAPI / JSON Schema) can execute arbitrary Python code on the machine that **imports** the generated model. The `x-python-import` and `customTypePath` schema extensions flow, unsanitized, into the `import` statements datamodel-code-generator emits. A newline…

CVE-2026-55415
GitHub-GHSA

HIGH
datamodel-code-generator vulnerable to arbitrary local file read via XSD `schemaLocation` (`xs:include`/`xs:import`) path traversal, with no remote-ref gate
GHSA-442q-2j6p-642g
pkg: datamodel-code-generator
eco: pip
published: Jul 28, 2026
### Summary

When generating models from an XML Schema (`–input-file-type xmlschema`), `datamodel-code-generator` resolves `<xs:include>`, `<xs:import>`, `<xs:redefine>`, and `<xs:override>` `schemaLocation` attributes against the source directory and reads the target with no restriction to the inp…

CVE-2026-55390
GitHub-GHSA

HIGH
Microsoft Security Advisory CVE-2026-32203 – .NET and Visual Studio Denial of Service Vulnerability
GHSA-6588-8gv4-xfgh
pkg: System.Security.Cryptography.Xml, System.Security.Cryptography.Xml, System.Security.Cryptography.Xml
eco: nuget
published: Jul 28, 2026
## Executive Summary:

Microsoft is releasing this security advisory to provide information about a vulnerability in System.Security.Cryptography.Xml. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.

A vulnerability exists in…

CVE-2026-32203
NVD

HIGH
CVE-2026-54635
CVE-2026-54635
pkg: python

published: Jul 28, 2026

pytonapi is a Python SDK for TONAPI that provides REST API, streaming, and webhook access to the TON blockchain. From 2.0.0 to 2.2.0, TonapiWebhookDispatcher fails to validate the Authorization header when a webhook handler is registered with the documented path argument, because setup() stores bear…
CWE: CWE-287
NVD

HIGH
CVE-2026-67183
CVE-2026-67183
pkg: express

published: Jul 28, 2026

TinyWeb through 0.0.8 contains a memory leak vulnerability that allows unauthenticated attackers to exhaust available memory by sending ordinary well-formed HTTP requests. Each request causes HttpParser::execute() to allocate Url objects, HttpHeaders objects, and HttpHeader instances via raw new exp…
CWE: CWE-401
NVD

HIGH
CVE-2026-67182
CVE-2026-67182
pkg: python

published: Jul 28, 2026

Rouille 0.3.3 through 3.6.2 contains an HTTP request smuggling vulnerability that allows remote attackers to bypass access controls by injecting bare line feed characters (0x0A) into client-supplied request header values that are copied verbatim to upstream connections without validation. Attackers …
CWE: CWE-444
GitHub-GHSA

HIGH
pytonapi has a Webhook Custom Path Authentication Bypass
GHSA-3fcr-jvgp-7f58
pkg: pytonapi
eco: pip
published: Jul 28, 2026
## Webhook Custom Path Authentication Bypass in pytonapi

### Summary

`TonapiWebhookDispatcher` in pytonapi 2.2.0 fails to validate the `Authorization` header when a webhook handler is registered with the documented `path=` argument. During `setup()`, bearer tokens are stored only under the default…

CVE-2026-54635
GitHub-GHSA

HIGH
SIPSorcery: Malformed UDP packet on the RTP/ICE socket can remotely terminate a media session (DoS)
GHSA-28gm-jrmw-xx93
pkg: SIPSorcery
eco: nuget
published: Jul 28, 2026
### Impact

A single malformed inbound UDP packet on the RTP/ICE socket can remotely terminate an active RTP or WebRTC media session. The packet receive handler indexes packet (and STUN attribute) bytes without sufficient length checks and throws, and the UDP receive loop converted any such exceptio…

CVE-2026-54632
NVD

HIGH
CVE-2026-47427
CVE-2026-47427
pkg: go

published: Jul 28, 2026

GitHub MCP Server is GitHub's official MCP Server. Prior to 1.1.0, the CompletionsHandler function in pkg/github/server.go accesses params.Ref without first checking whether it is nil, so a completion/complete request with a missing or empty ref field triggers a nil pointer dereference and a Go runt…
CWE: CWE-476
GitHub-GHSA

HIGH
GitHub MCP Server has Nil Pointer Dereference DoS in completion/complete Handler
GHSA-w4q6-qw23-4rg7
pkg: github.com/github/github-mcp-server
eco: go
published: Jul 28, 2026
### Summary

A nil pointer dereference vulnerability in the GitHub MCP Server causes it to crash when receiving a malformed `completion/complete` request with missing or empty parameters. This allows any unauthenticated client to cause a complete denial of service.

### Details

The `CompletionsHand…

CVE-2026-47427
NVD

HIGH
CVE-2026-15025
CVE-2026-15025
pkg: go

published: Jul 28, 2026

The Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder plugin for WordPress is vulnerable to Missing Authorization in versions up to, and including, 7.3.2 via the automator_google_contacts_fetch_labels, automator_mautic_segment_fetch, automator_mautic_tags_fetch, and aut…
CWE: CWE-862
NVD

HIGH
CVE-2026-64545
CVE-2026-64545
pkg: linux

published: Jul 27, 2026

In the Linux kernel, the following vulnerability has been resolved:

net, bpf: check master for NULL in xdp_master_redirect()

xdp_master_redirect() dereferences the result of
netdev_master_upper_dev_get_rcu() without a NULL check, but that helper
returns NULL when the receiving device has no upper-…

NVD

HIGH
CVE-2026-64641
CVE-2026-64641
pkg: vercel next.js

published: Jul 27, 2026

Next.js is a React framework for building full-stack web applications. In versions 13.0.0 through 15.5.20 and 16.0.0 through 16.2.10, crafted requests targeting Next.js applications using App Router with at least one Server Action can lead to excessive CPU usage blocking processing of further reques…
CWE: CWE-834
NVD

HIGH
CVE-2026-45623
CVE-2026-45623
pkg: node

published: Jul 27, 2026

PostCSS takes a CSS file and provides an API to analyze and modify its rules by transforming the rules into an Abstract Syntax Tree. In versions 8.5.11 and prior, the PreviousMap parses the /*# sourceMappingURL=PATH */ comment from any CSS string passed to process() and dereferences PATH against the…
CWE: CWE-22, CWE-200
NVD

HIGH
CVE-2026-66050
CVE-2026-66050
pkg: windows

published: Jul 27, 2026

NitroShare Desktop through 0.3.4 contains a path traversal vulnerability in its LAN file transfer server that allows unauthenticated attackers on the same network to write arbitrary files by sending a crafted filename containing directory traversal sequences in the JSON item header name field. Attac…
CWE: CWE-22
NVD

HIGH
CVE-2026-55969
CVE-2026-55969
pkg: apache thrift

published: Jul 27, 2026

Integer Overflow or Wraparound vulnerability in Apache Thrift C++, c_glib, Go, netstd, Delphi and Haxe bindings.

This issue affects Apache Thrift: before 0.24.0.

Users are recommended to upgrade to version 0.24.0, which fixes the issue.

CWE: CWE-190
NVD

HIGH
CVE-2026-55968
CVE-2026-55968
pkg: apache thrift

published: Jul 27, 2026

Inefficient Algorithmic Complexity, Allocation of Resources Without Limits or Throttling vulnerability in Apache Thrift Node.js bindings.

This issue affects Apache Thrift: before 0.24.0.

Users are recommended to upgrade to version 0.24.0, which fixes the issue.

CWE: CWE-407, CWE-770
NVD

HIGH
CVE-2026-48586
CVE-2026-48586
pkg: apache thrift

published: Jul 27, 2026

Improper Handling of Highly Compressed Data (Data Amplification) vulnerability in Apache Thrift C++, Java, Python, Go, D, C/GLib bindings.

This issue affects Apache Thrift: before 0.24.0.

Users are recommended to upgrade to version 0.24.0, which fixes the issue.

CWE: CWE-409
NVD

HIGH
CVE-2026-43871
CVE-2026-43871
pkg: apache thrift

published: Jul 27, 2026

Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability in Apache Thrift Python, Go, PHP and Java bindings.This issue affects Apache Thrift: before 0.24.0.

Users are recommended to upgrade to version 0.24.0, which fixes the issue.

CWE: CWE-835
NVD

HIGH
CVE-2026-41608
CVE-2026-41608
pkg: apache thrift

published: Jul 27, 2026

Improper Handling of Highly Compressed Data (Data Amplification) vulnerability in Apache Thrift Python bindings.

This issue affects Apache Thrift: before 0.24.0.

Users are recommended to upgrade to version 0.24.0, which fixes the issue.

CWE: CWE-409
NVD

HIGH
CVE-2026-8497
CVE-2026-8497
pkg: tls

published: Jul 29, 2026

Improper certificate validation in the Devolutions Server connection handling in Devolutions Password Manager 2026.2.1.0 and earlier on Android, iOS, and macOS allows an adjacent-network attacker to intercept and modify sensitive information via a forged TLS certificate.
CWE: CWE-295
NVD

HIGH
CVE-2026-54660
CVE-2026-54660
pkg: axios

published: Jul 29, 2026

swagger-typescript-api generates API clients for Fetch or Axios from OpenAPI specifications. Prior to 13.12.2, src/resolved-swagger-schema.ts getRemoteRequestHeaders forwards –authorizationToken to every URL fetched by fetchRemoteSchemaDocument while warmUpRemoteSchemasCache resolves external $ref …
CWE: CWE-200, CWE-201, CWE-522, CWE-918
GitHub-GHSA

HIGH
swagger-typescript-api vulnerable to authorization-token exfiltration via spec `$ref`
GHSA-h754-fxp7-88wx
pkg: swagger-typescript-api
eco: npm
published: Jul 29, 2026
### Summary

When the developer supplies an `–authorizationToken` (commonly required to fetch a private spec behind authentication), `swagger-typescript-api` attaches that token to the `Authorization` header of **every** subsequent HTTP request it makes while resolving external `$ref` URLs in the s…

CVE-2026-54660
NVD

HIGH
CVE-2026-56822
CVE-2026-56822
pkg: ssl

published: Jul 29, 2026

Netty is an asynchronous, event-driven network application framework. Prior to versions 4.1.136.Final and 4.2.16.Final, the OcspServerCertificateValidator forwards the SslHandshakeCompletionEvent before the asynchronous OCSP validation completes. This allows the client's downstream handlers to send …
CWE: CWE-367
NVD

HIGH
CVE-2026-56821
CVE-2026-56821
pkg: go

published: Jul 29, 2026

Netty is an asynchronous, event-driven network application framework. Prior to versions 4.1.136.Final and 4.2.16.Final, the OcspServerCertificateValidator flags an out-of-date OCSP response but does not stop processing it, so an expired GOOD response is still reported as VALID, letting an on-path at…
CWE: CWE-299
GitHub-GHSA

HIGH
@phun-ky/defaults-deep Has a Prototype Pollution issue via Unsafe Recursive Property Merging
GHSA-mj3g-7xcc-x4vh
pkg: @phun-ky/defaults-deep
eco: npm
published: Jul 31, 2026
### Impact

A prototype pollution vulnerability exists in @phun-ky/defaults-deep prior to version 2.0.5.

The library recursively merged user-supplied objects without filtering unsafe property names such as `__proto__`, `constructor`, and `prototype`. An attacker able to supply crafted input could c…

CVE-2026-54737
NVD

HIGH
CVE-2026-14893
CVE-2026-14893
pkg: node

published: Jul 28, 2026

IBM Observability with Instana (Agent) Build 1.0.303 through 1.0.320 IBM Instana Node.js tracer component @instana/core version 6.2.1 is vulnerable to prototype pollution through its configuration normalization API.
CWE: CWE-1321
NVD

HIGH
CVE-2026-64550
CVE-2026-64550
pkg: linux

published: Jul 27, 2026

In the Linux kernel, the following vulnerability has been resolved:

net: qualcomm: rmnet: validate MAP frame length before ingress parsing

When ingress deaggregation is disabled, rmnet_map_ingress_handler() passes
the skb straight to __rmnet_map_ingress_handler(), skipping the length
validation th…

NVD

HIGH
CVE-2026-67333
CVE-2026-67333
pkg: oauth

published: Aug 1, 2026

better-auth before 1.6.13 (and pre-release builds 1.7.0-beta.0 through 1.7.0-beta.3) fail to validate the scheme of redirect_uris registered via the deprecated oidc-provider plugin and the mcp plugin (which wraps the same provider). An attacker can register an OAuth client with a javascript: redirec…
CWE: CWE-79
GitHub-GHSA

HIGH
Jodit Editor: Mutation XSS in jodit clean-html via a MathML/style rawtext carrier
GHSA-rxcw-mc6f-6hr3
pkg: jodit
eco: npm
published: Jul 31, 2026
### Summary
jodit's built-in `clean-html` sanitizer can be bypassed by a MathML/`<style>` carrier that hides a dangerous element from the sanitizer's element walk, so a no-interaction event handler survives into the editor value. When an application supplies attacker-influenced HTML to the editor's …
CVE-2026-58263
NVD

HIGH
CVE-2026-16597
CVE-2026-16597
pkg: go

published: Jul 29, 2026

The GTM4WP – A Google Tag Manager (GTM) plugin for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via WooCommerce Billing Fields in all versions up to, and including, 1.22.3 due to insufficient input sanitization and output escaping. This makes it possible for unauthen…
CWE: CWE-79
NVD

HIGH
CVE-2026-54605
CVE-2026-54605
pkg: oauth

published: Jul 28, 2026

OAuth is a Ruby wrapper for the OAuth 1.0 and 1.0a protocols, providing clients and servers. From 0.5.5 to 1.1.5, OAuth::Consumer#token_request parses the raw Location header of a 300 to 399 redirect returned by the OAuth server and follows the redirect recursively, which can mutate the consumer's c…
CWE: CWE-200, CWE-346, CWE-918
GitHub-GHSA

HIGH
OAuth: Cross-origin token-request redirects can expose signed request metadata
GHSA-prq8-7wvh-44qh
pkg: oauth
eco: rubygems
published: Jul 28, 2026
# Cross-origin OAuth token-request redirects can expose signed request metadata

## Summary

When an application uses `OAuth::Consumer` to request OAuth 1.0 request tokens or
access tokens, the token request helper follows `300..399` redirects returned by
the OAuth server. In affected versions, `OAu…

CVE-2026-54605
NVD

HIGH
CVE-2026-55502
CVE-2026-55502
pkg: oauth

published: Jul 31, 2026

Cloudreve is a self-hosted file management and sharing system. Prior to 4.17.0, POST /api/v4/admin/policy/oauth/signin requires only Admin.Read even though GetOauthRedirectService persists caller-supplied OneDrive secret and app_id values, allowing an OAuth token without Admin.Write to modify storag…
CWE: CWE-863
NVD

HIGH
CVE-2026-17811
CVE-2026-17811
pkg: windows

published: Jul 30, 2026

Use after free in ANGLE in Google Chrome on Windows prior to 151.0.7922.72 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Medium)
CWE: CWE-416
NVD

HIGH
CVE-2026-17744
CVE-2026-17744
pkg: linux

published: Jul 30, 2026

Inappropriate implementation in File Input in Google Chrome on Linux prior to 151.0.7922.72 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Medium)
CWE: CWE-269
GitHub-GHSA

HIGH
@wakaru/cli arbitrary file write during bundle unpack
GHSA-7wpj-vvmv-pgm8
pkg: @wakaru/cli
eco: npm
published: Jul 28, 2026
### Impact

`@wakaru/cli` is vulnerable to arbitrary file write when unpacking a crafted JavaScript bundle with `–unpack`.

Bundle-controlled module filenames were sanitized before writing extracted modules to the output directory. A crafted filename containing overlapping path traversal characters…

CVE-2026-54545
NVD

HIGH
CVE-2026-64546
CVE-2026-64546
pkg: linux

published: Jul 27, 2026

In the Linux kernel, the following vulnerability has been resolved:

drm/edid: fix OOB read in drm_parse_tiled_block()

drm_parse_tiled_block() casts the DisplayID block to a
struct displayid_tiled_block and reads the full fixed layout up to
tile->topology_id[7] without checking block->num_bytes. Th…

NVD

HIGH
CVE-2026-17993
CVE-2026-17993
pkg: google chrome

published: Jul 30, 2026

Race in Updater in Google Chrome on Windows prior to 151.0.7922.72 allowed a local attacker to perform privilege escalation via a malicious file. (Chromium security severity: Low)
CWE: CWE-362
GitHub-GHSA

HIGH
Thumbor has path traversal via post-validation URL decoding bypass in file_loader
GHSA-cj54-hpcc-gj6h
pkg: thumbor
eco: pip
published: Jul 31, 2026
The file_loader performs `unquote()` on the file path AFTER the `abspath() + startswith()` security check. An attacker can use percent-encoded path traversal sequences (`%2e%2e` for `..`) that pass the security check as literal directory names, but are then decoded to actual `..` traversal sequences…
CVE-2026-53502
GitHub-GHSA

HIGH
hashi-vault-js has a path traversal and query parameter injection
GHSA-g956-2f74-rmv7
pkg: hashi-vault-js
eco: npm
published: Jul 31, 2026
## Summary

The `hashi-vault-js` library is vulnerable to path traversal and query string injection due to the lack of proper encoding of identifiers in path segments and query strings. This allows attackers to manipulate the request URL and potentially access unintended downstream endpoints or inje…

CVE-2026-55100
GitHub-GHSA

HIGH
dssrf: any users using 1.1.1.1 DNS is impacted by SSRF
GHSA-5846-7qm3-r52j
pkg: dssrf
eco: npm
published: Jul 31, 2026
## Summary

is_url_safe can treat localhost as safe when DNS resolver 1.1.1.1 returns NXDOMAIN because dns.resolve4 yields no address and no dns.lookup fallback occurs, allowing server-side request forgery.

## POC

Example to simulate 1.1.1.1 in version before 1.5.0 of dssrf:

“`js
import { is_url…

CVE-2026-54729
GitHub-GHSA

HIGH
dssrf has an SSRF bypass with remove_at_symbol_in_string
GHSA-cg4g-m8jx-vjv2
pkg: dssrf
eco: npm
published: Jul 30, 2026
## Summary

`is_url_safe` in v1.0.3 contains an SSRF bypass. `remove_at_symbol_in_string` is applied to the raw URL string **before** `new URL()` parses it. This strips the `@` that separates userinfo from host, corrupting the hostname so internal IPs are never checked.

## Vulnerability

In `helper…

CVE-2026-54722
GitHub-GHSA

HIGH
MCP Ruby SDK: Ruby SSE Session Poisoning
GHSA-5p9g-j988-pcwv
pkg: mcp
eco: rubygems
published: Jul 30, 2026
### Summary
**Vulnerability**: Missing Session Ownership Validation in the Ruby MCP SDK's Streamable and SSE HTTP transport implementation. Any attacker with a stolen session ID can execute tools with the victim's session. This is a silent attack – the victim's session is compromised and being used …
CVE-2026-67431
GitHub-GHSA

HIGH
netfoil: Incorrect block responses could lead to localhost traffic
GHSA-xvg2-cgv6-6h7v
pkg: github.com/tinfoil-factory/netfoil
eco: go
published: Jul 29, 2026
### Summary
`0.0.0.0` was used instead of NXDOMAIN for block responses. On Linux, which is the target platform for netfoil, the `0.0.0.0` is sent to localhost rather than just dropped.

### Impact
Unintended traffic could be sent to localhost. Impact depends on running services and firewall rules.

GitHub-GHSA

HIGH
ZITADEL Users Can Self-Verify Email/Phone via API
GHSA-jq8w-8q2f-ffm9
pkg: github.com/zitadel/zitadel, github.com/zitadel/zitadel, github.com/zitadel/zitadel
eco: go
published: Jul 29, 2026
### Summary

A vulnerability in Zitadel's self-management capability allowed users to mark their email and phone as verified without going through an actual verification process.

While [`GHSA-282g-fhmx-xf54`](https://github.com/zitadel/zitadel/security/advisories/GHSA-282g-fhmx-xf54) (CVE-2026-2794…

CVE-2026-54693
GitHub-GHSA

HIGH
veraPDF Validation XXE via Rich Text
GHSA-3jh7-wm29-q568
pkg: org.verapdf:validation-model, org.verapdf:validation-model, org.verapdf:validation-model-jakarta
eco: maven
published: Jul 29, 2026
## Summary

**Description**
An XML External Entity Injection (CWE-611) vulnerability in veraPDF allows a remote attacker to read arbitrary files on the server file system and perform Server-Side Request Forgery by submitting a crafted PDF containing a malicious rich-text (/RC or /RV) entry. This…

CVE-2026-54078
GitHub-GHSA

HIGH
veraPDF Validation XXE via XFA
GHSA-36mm-w85j-3q2j
pkg: org.verapdf:validation-model, org.verapdf:validation-model, org.verapdf:validation-model-jakarta
eco: maven
published: Jul 29, 2026
## Summary

**Description**
An XML External Entity Injection (CWE-611) vulnerability in veraPDF allows a remote attacker to read arbitrary files on the server file system and perform Server-Side Request Forgery by submitting a crafted PDF containing a malicious XFA stream. This affects all curre…

CVE-2026-54079
GitHub-GHSA

HIGH
Pocket ID: OIDC refresh token flow bypasses authorization revocation, account disabling, and group restrictions
GHSA-w6p7-2fxx-4f44
pkg: github.com/pocket-id/pocket-id/backend
eco: go
published: Jul 28, 2026
# OIDC Refresh Token Flow Bypasses Authorization Revocation, Account Disabling, and Group Restrictions

## Summary

The `createTokenFromRefreshToken` function (oidc_service.go:451) validates the refresh token's cryptographic integrity but does not re-validate the user's current authorization state b…

CVE-2026-43983
NVD

MEDIUM
CVE-2026-53668
CVE-2026-53668
pkg: react

published: Jul 27, 2026

React Router is a router for React. In versions 6.30.2 through 6.30.4 and 7.9.6 through 7.12.0, applications that allow open redirects are vulnerable to XSS. An attacker could craft a malicious link that redirects users to an unexpected external site or that exploits an XSS vector.This issue has bee…
CWE: CWE-79, CWE-601
NVD

MEDIUM
CVE-2026-53667
CVE-2026-53667
pkg: react

published: Jul 27, 2026

React Router is a router for React. In versions 7.11.0 through 7.17.0, the RSCErrorHandler is missing protocol validation, allowing for redirects from untrusted sources. This issue is a follow up to CVE-2026-53667, and only affects consuming applications if they are using the unstable RSC APIs. This…
CWE: CWE-79
GitHub-GHSA

MEDIUM
Capsule: CapsuleConfiguration NodeMetadata regex fields lack webhook validation, allowing MustCompile panic on all Node admission requests
GHSA-68cj-mvg9-rgm2
pkg: github.com/projectcapsule/capsule
eco: go
published: Jul 31, 2026
### Summary

`CapsuleConfiguration.Spec.NodeMetadata.ForbiddenLabels.Regex` and `ForbiddenAnnotations.Regex` are never validated by any admission webhook. A Cluster Admin can persist a malformed regex to etcd without being blocked. Once stored, every Node `CREATE`, `UPDATE`, or `PATCH` request trigg…

CVE-2026-65834
NVD

MEDIUM
CVE-2026-65834
CVE-2026-65834
pkg: kubernetes

published: Jul 30, 2026

Capsule is a multi-tenancy and policy-based framework for Kubernetes. Prior to 0.13.8, CapsuleConfiguration.Spec.NodeMetadata.ForbiddenLabels.Regex and CapsuleConfiguration.Spec.NodeMetadata.ForbiddenAnnotations.Regex were not validated by the configuration admission webhook, allowing a Cluster Admi…
CWE: CWE-20, CWE-248
NVD

MEDIUM
CVE-2026-18382
CVE-2026-18382
pkg: oauth

published: Jul 30, 2026

A flaw was found in koku-metrics-operator. The operator's CostManagementMetricsConfig custom resource allows a user able to edit the CR to specify an arbitrary OAuth token endpoint. When authentication.type is set to service-account, the operator sends the tenant's Red Hat SSO client_id and client_s…
CWE: CWE-918
NVD

MEDIUM
CVE-2026-54249
CVE-2026-54249
pkg: python

published: Jul 29, 2026

Pydantic AI is a Python agent framework for building Generative AI applications. In versions 1.65.0 through 1.105.0, and 2.0.0b1 through 2.0.0b5, a client that submits message history to a Pydantic AI UI adapter (such as the Vercel AI adapter) can reference arbitrary files in the application's model…
CWE: CWE-918
NVD

MEDIUM
CVE-2026-46678
CVE-2026-46678
pkg: python

published: Jul 29, 2026

Pydantic AI is a Python agent framework for building Generative AI applications. In versions 1.56.0 through 1.98.0, when an application opts a URL into force_download='allow-local' (disabling the default block on private/internal IPs), the cloud-metadata blocklist could be bypassed by encoding the m…
CWE: CWE-918
GitHub-GHSA

MEDIUM
NocoBase: Sensitive Data Exposure via SQL Blacklist Bypass
GHSA-v8vm-cqh8-q87q
pkg: @nocobase/plugin-collection-sql, @nocobase/plugin-collection-sql, @nocobase/plugin-collection-sql
eco: npm
published: Jul 28, 2026
# Security Vulnerability Report: Sensitive Data Exposure via SQL Blacklist Bypass

## Summary

The `checkSQL()` function in `plugin-collection-sql` implements a **keyword-based blacklist** to prevent dangerous SQL queries from being executed through the SQL Collection feature. However, the blacklist…

CVE-2026-52888
GitHub-GHSA

MEDIUM
@novu/application-generic: `validateUrlSsrf` permits CGNAT (100.64.0.0/10) destinations — affects Workflow HTTP request step + Webhook filter condition
GHSA-vg6v-j97m-h5xq
pkg: @novu/application-generic
eco: npm
published: Jul 28, 2026
Hi Novu team,

Reporting an SSRF blocklist gap in the shared `validateUrlSsrf` guard. A complete self-contained reproduction is inlined below — copy the four files into a directory and run `docker compose up`, plus a single-file probe that runs against Node directly. Locally validated against HEAD…

GitHub-GHSA

MEDIUM
Capsule has an incomplete fix of CVE-2026-22872: TenantResource RawItems and Generators still allow cluster-scoped resource creation (cross-tenant privilege escalation)
GHSA-jr6p-8pjj-mfx6
pkg: github.com/projectcapsule/capsule
eco: go
published: Jul 31, 2026
### Summary
CVE-2026-22872 (GHSA-qjjm-7j9w-pw72) reported that a Tenant Owner could create cluster-scoped resources
(e.g. `ClusterRole`, `ValidatingWebhookConfiguration`) through a `TenantResource`, because the controller
applies them with its cluster-admin ServiceAccount and `SetNamespace` is ineff…
CVE-2026-65835
NVD

MEDIUM
CVE-2026-65835
CVE-2026-65835
pkg: kubernetes

published: Jul 30, 2026

Capsule is a multi-tenancy and policy-based framework for Kubernetes. From 0.13.0 until 0.13.8, after the incomplete CVE-2026-22872 fix, TenantResource RawItems and Generators in internal/controllers/resources/collect.go, including handleRawItem and handleGeneratorItem, did not apply the ResourceRef…
CWE: CWE-269, CWE-863
GitHub-GHSA

MEDIUM
OliveTin OS Command Injection via Custom regex: Argument Type Bypassing Shell Safety Check
GHSA-xc5w-4v5w-7×65
pkg: github.com/OliveTin/OliveTin
eco: go
published: Jul 30, 2026
### Summary
OliveTin's checkShellArgumentSafety() function maintains a blocklist of argument types unsafe for Shell mode actions, but does not include regex:-prefixed types. Because regex: support was added independently via typeSafetyCheckRegex(), any Shell mode action using a regex:-typed argument…
CVE-2026-67438
GitHub-GHSA

MEDIUM
nono-cli'scregistry pack verification can fail open when provenance metadata is absent
GHSA-hc4m-q9jh-xw4j
pkg: nono-cli
eco: rust
published: Jul 28, 2026
## Summary

Registry-installed nono packs are expected to be verified from local provenance metadata before they are used. Two files are relevant:

– `~/.config/nono/packages/lockfile.json`
– `~/.config/nono/packages/<namespace>/<pack>/.nono-trust.bundle`

Testing shows that nono fails closed when a…

GitHub-GHSA

MEDIUM
ImageMagick: Heap Buffer Over-Read in XCF decoder due to integer conversion overflow
GHSA-pjxj-pchx-4c3m
pkg: Magick.NET-Q16-AnyCPU, Magick.NET-Q16-HDRI-AnyCPU, Magick.NET-Q16-HDRI-OpenMP-arm64
eco: nuget
published: Jul 31, 2026
An integer overflow in the XCF decoder can result in an out of bounds read when a crafted image is read and that can result in a crash.
CVE-2026-53466
NVD

MEDIUM
CVE-2026-17348
CVE-2026-17348
pkg: node

published: Jul 31, 2026

In SERVER mode, pgAdmin 4 enforces authentication per route via the @pga_login_required decorator; the application's before_request hook only handles desktop-mode auto-login and the Kerberos/Webserver-auth redirect, so any route shipped without the decorator is reachable without authentication (CWE-…
CWE: CWE-306
NVD

MEDIUM
CVE-2026-18208
CVE-2026-18208
pkg: jwt

published: Jul 31, 2026

A flaw was found in the OIDC token introspection endpoint of the keycloak-services component. Keycloak is an open-source identity and access management solution used to secure modern applications and services. The issue occurs when a confidential client, configured to receive signed JWT introspectio…
CWE: CWE-862
NVD

MEDIUM
CVE-2026-64816
CVE-2026-64816
pkg: windows

published: Jul 30, 2026

RapidRAW before 1.6.0 does not validate the lutPath field in preset files before passing it to File::open() in lut_processing.rs. On Windows, a UNC path in lutPath causes an outbound SMB connection to an attacker-controlled host, leaking the victim's NTLMv2 credentials. The vulnerable code path is r…
CWE: CWE-73
NVD

MEDIUM
CVE-2026-17992
CVE-2026-17992
pkg: windows

published: Jul 30, 2026

Uninitialized Use in Skia in Google Chrome on Windows prior to 151.0.7922.72 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: Low)
CWE: CWE-457
NVD

MEDIUM
CVE-2026-17846
CVE-2026-17846
pkg: windows

published: Jul 30, 2026

Inappropriate implementation in Media in Google Chrome on Windows prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to bypass same origin policy via a crafted HTML page. (Chromium security severity: Medium)
CWE: CWE-346
NVD

MEDIUM
CVE-2026-17707
CVE-2026-17707
pkg: windows

published: Jul 30, 2026

Uninitialized Use in Media in Google Chrome on Windows prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: High)
CWE: CWE-457
NVD

MEDIUM
CVE-2026-65975
CVE-2026-65975
pkg: python

published: Jul 29, 2026

Pydantic AI is a Python agent framework for building applications and workflows with Generative AI. In versions 1.88.0 up to but not including 1.107.1 and 2.0.0b1 up to but not including 2.5.0, the UI adapters (AG-UI via Agent.to_ag_ui()/AGUIAdapter, and Vercel AI via VercelAIAdapter) use sanitize_m…
CWE: CWE-863
GitHub-GHSA

MEDIUM
OpenTelemetry Java Instrumentation: JDBC Auto-Instrumentation Logging Clear-Text Passwords
GHSA-rwqx-fvqh-6wm4
pkg: io.opentelemetry.javaagent:opentelemetry-javaagent
eco: maven
published: Jul 29, 2026
OpenTelemetry Java Instrumentation JDBC auto-instrumentation may fail to sanitize passwords in SQL CONNECT statements when the password is double-quoted. As a result, clear-text database passwords can be added to trace span attributes and exported to observability backends.
CVE-2026-54704
GitHub-GHSA

MEDIUM
veraPDF-validatio: Use of Default `DocumentBuilderFactory` leads to XXE When Processing Untrusted PDFs
GHSA-cg9x-g3gm-h5h6
pkg: org.verapdf:validation-model, org.verapdf:validation-model, org.verapdf:validation-model-jakarta
eco: maven
published: Jul 29, 2026
### Summary

veraPDF-validation has an XML External Entity (XXE) vulnerability in two PDF parsing paths (validate and `GFPDAcroForm.getdynamicRender()`). A malicious/crafted PDF supplied to a veraPDF consumer can lead to the expansion of external entities while parsing rich-text annotation/form-fiel…

CVE-2026-54082
NVD

MEDIUM
CVE-2026-66063
CVE-2026-66063
pkg: go

published: Jul 28, 2026

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.5, the httpserver/updown.go multipart upload handler split part.FileName() on / but did not reject .., allowing an unauthenticated upload with filename .. to create a file outside the served tree. This iss…
CWE: CWE-22
GitHub-GHSA

MEDIUM
skilo add follows symbolic links, allowing arbitrary local file disclosure from a malicious skill source
GHSA-6xx4-9wp6-65p7
pkg: skilo
eco: rust
published: Jul 28, 2026
### Impact

`skilo add` installs a skill by recursively copying the skill directory into the
target skills directory. The copy routine (`copy_dir_all`) classified each entry
with `std::fs::DirEntry::file_type()` — which does **not** follow symlinks — and
then copied non-directory entries with `s…

GitHub-GHSA

MEDIUM
goshs has a Path Traversal issue
GHSA-wg2q-39h6-66×9
pkg: goshs.de/goshs/v2, github.com/patrickhener/goshs/v2, goshs.de/goshs
eco: go
published: Jul 28, 2026
## Summary

The multipart upload filename fix splits on the path separator but never rejects dot-dot, allowing a write outside the served tree.

## Finding (Medium): upload filename escapes the served tree (residual of CVE-2026-35393)

The multipart filename fix (updown.go lines 135-136) splits on t…

CVE-2026-66063
NVD

MEDIUM
CVE-2026-66749
CVE-2026-66749
pkg: node

published: Jul 28, 2026

Let's Chat 0.4.0 through 0.4.8 contains a null dereference vulnerability that allows authenticated attackers to crash the server by supplying a valid 24-character hex string room parameter that matches no document in the database. Attackers can send a crafted GET /messages request causing an uncaugh…
CWE: CWE-476
NVD

MEDIUM
CVE-2026-62436
CVE-2026-62436
pkg: go

published: Jul 28, 2026

[This CNA information record relates to multiple CVEs; the
text explains which aspects/vulnerabilities correspond to which CVE.]

With the introduction of Grant Table v2 came the requirement to be able to
switch between versions. Switching from v1 to v2 reduces the number of
valid grant references,…

CWE: CWE-362
NVD

MEDIUM
CVE-2026-62435
CVE-2026-62435
pkg: go

published: Jul 28, 2026

[This CNA information record relates to multiple CVEs; the
text explains which aspects/vulnerabilities correspond to which CVE.]

With the introduction of Grant Table v2 came the requirement to be able to
switch between versions. Switching from v1 to v2 reduces the number of
valid grant references,…

CWE: CWE-362
NVD

MEDIUM
CVE-2026-64649
CVE-2026-64649
pkg: vercel next.js

published: Jul 27, 2026

Next.js is a React framework for building full-stack web applications. In versions 14.1.1 through 15.5.20 and 16.0.0 through 16.2.10, when a Server Action forwards or redirects a request, an attacker can cause the server to send that outbound request to a malicious host (Server-Side Request Forgery)…
CWE: CWE-918
GitHub-GHSA

MEDIUM
org.xwiki.contrib:discussions-server has Cross-Site Request Forgery (CSRF) issue that makes it possible to delete messages
GHSA-4j38-rw27-97gx
pkg: org.xwiki.contrib:discussions-server
eco: maven
published: Jul 27, 2026
### Impact
It's possible to forge a request to delete a message.

### Patches
The problem has been patched in version 2.0-rc-1 of Discussion Extension.

### Workarounds
There's no easy workaround except upgrading.

### References
https://jira.xwiki.org/browse/DISCUSSION-22

### For more information…

CVE-2023-37465
NVD

MEDIUM
CVE-2026-67332
CVE-2026-67332
pkg: oauth

published: Aug 1, 2026

@better-auth/oauth-provider before 1.7.0-beta.4 fails to bind access-token audience to the authorization grant, allowing clients to request tokens for unrelated resources. Attackers can complete an OAuth flow and obtain access tokens whose audience targets resource servers the authorization never co…
CWE: CWE-285
NVD

MEDIUM
CVE-2026-58040
CVE-2026-58040
pkg: tls

published: Jul 30, 2026

An incomplete fix has been identified in Node.js: HTTPS Agent TLS session reuse skips hostname verification across identity policies (incomplete fix of CVE-2026-48934).

This vulnerability affects Node.js **22.x**, **24.x**, and **26.x**.

CWE: CWE-297
GitHub-GHSA

MEDIUM
mathlive's Lack of Escaping of HTML allows for XSS
GHSA-fm7p-gw32-828p
pkg: mathlive
eco: npm
published: Jul 29, 2026
### Summary

Despite the 0.104.0 patch escaping attribute-bearing constructs (`\htmlData`, `\href`), text-content reflection was missed. The `\text{}`, `\mbox{}` commands accept arbitrary characters in their body and emit them raw and unescaped into both the HTML markup and the MathML output, leadin…

CVE-2026-54705
GitHub-GHSA

MEDIUM
gemini-bridge vulnerable to arbitrary local file read via consult_gemini_with_files inline mode
GHSA-c5px-58j2-7fqp
pkg: gemini-bridge
eco: pip
published: Jul 31, 2026
### Summary
`consult_gemini_with_files` in **inline mode** read any file path supplied in
the `files` argument without confining it to the working `directory`, then
forwarded the contents to the Gemini CLI. Because the caller also controls
`query`, the file contents are echoed back through the Gemin…
CVE-2026-54785
GitHub-GHSA

MEDIUM
re2: Global `String.prototype.match` with an empty-matchable pattern never advances → infinite loop with unbounded native memory growth (DoS)
GHSA-6hxr-mr5r-9836
pkg: re2
eco: npm
published: Jul 31, 2026
## Summary

`String.prototype.match` with a **global** `RE2` collects all matches in a native loop that advances the cursor by the match length. A **zero-width (empty) match** has length 0, so the cursor never advances: the same empty match is found forever and appended to an ever-growing native vec…

CVE-2026-68499
NVD

MEDIUM
CVE-2026-68562
CVE-2026-68562
pkg: node

published: Jul 30, 2026

A flaw was found in ansible-collection-redhat-leapp. An attacker with privileged write access to a managed node's Leapp report content can manipulate it. When an operator runs a specific remediation task, this manipulated report can cause the Ansible controller to read its own local files and copy t…
CWE: CWE-610
NVD

MEDIUM
CVE-2026-68499
CVE-2026-68499
pkg: express

published: Jul 30, 2026

re2 provides Node.js bindings for Google's RE2 regular expression engine. Prior to 1.25.2, re2's String.prototype.match implementation with a global RE2 pattern that can match the empty string fails to advance its native matching cursor in lib/match.cc, causing an infinite loop and unbounded native …
CWE: CWE-835
GitHub-GHSA

MEDIUM
MCP Ruby SDK: Unbounded line buffer in stdio transports leads to memory exhaustion (DoS)
GHSA-7683-3w9x-ch42
pkg: mcp
eco: rubygems
published: Jul 30, 2026
## Summary

The stdio transports in `MCP::Server::Transports::StdioTransport` and `MCP::Client::Stdio` read newline-delimited JSON-RPC frames using `IO#gets` with no `limit` argument. CRuby's `IO#gets` with no limit reads from the current position until the next separator (`\n`) with no upper bound …

CVE-2026-63119
NVD

MEDIUM
CVE-2026-54663
CVE-2026-54663
pkg: axios

published: Jul 29, 2026

swagger-typescript-api generates API clients for Fetch or Axios from OpenAPI specifications. Prior to 13.12.2, src/resolved-swagger-schema.ts warmUpRemoteSchemasCache resolves external $ref URLs and fetchRemoteSchemaDocument uses isHttpUrl to fetch any http or https target without private IP, redire…
CWE: CWE-20, CWE-441, CWE-918
GitHub-GHSA

MEDIUM
swagger-typescript-api vulnerable to Server-Side Request Forgery via spec `$ref`
GHSA-x36r-4347-pm5x
pkg: swagger-typescript-api
eco: npm
published: Jul 29, 2026
### Summary

`swagger-typescript-api` walks every `$ref` value in the input OpenAPI spec and, for any `$ref` whose target is an `http(s)://` URL, issues an HTTP GET to that URL during generation (`warmUpRemoteSchemasCache`). The only URL filter is a regex that matches `^https?://` — there is **no …

CVE-2026-54663
GitHub-GHSA

MEDIUM
Cosmos-Server has an authentication bypass via forward-auth header smuggling on Constellation tunnel
GHSA-2rx5-2g7j-2659
pkg: github.com/azukaar/cosmos-server
eco: go
published: Jul 28, 2026
### Summary

The Constellation-tunnel bypass branch in `tokenMiddleware` at `src/proxy/routerGen.go:53-66` returns to the upstream handler before the request's `x-cosmos-user`, `x-cosmos-role`, `x-cosmos-user-role`, and `x-cosmos-mfa` headers are stripped at lines 68-72, and before the `AdminOnlyWit…

CVE-2026-49446
NVD

MEDIUM
CVE-2026-65882
CVE-2026-65882
pkg: go

published: Jul 28, 2026

Joomla Extension – joomdle.com – Reflected XSS vulnerability in Joomdle < 3.1.1 – The goto url parameter of the moodle wrapper endpoint allowed a reflected XSS vector.
CWE: CWE-79
NVD

MEDIUM
CVE-2026-42494
CVE-2026-42494
pkg: go

published: Jul 28, 2026

[This CNA information record relates to multiple CVEs; the
text explains which aspects/vulnerabilities correspond to which CVE.]

The directory and Rock Ridge / SUSP walk in libfsimage's iso9660 driver
derives several lengths directly from attacker-controlled on-disk fields
without validating them:

CWE: CWE-125
NVD

MEDIUM
CVE-2026-53666
CVE-2026-53666
pkg: react

published: Jul 27, 2026

React Router is a router for React. In versions 6.4.0 through 7.17.0, if application code was written in a way that allows attacker-supplied input to overwrite certain aspects of errors caught by the SSR process, then it was possible for an attacker to trigger unexpected constructor execution on the…
CWE: CWE-470
NVD

MEDIUM
CVE-2026-64645
CVE-2026-64645
pkg: vercel next.js

published: Jul 27, 2026

Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, a
rewrites() or redirects() rule that builds its external destination hostname from request-controlled input can be pointed at an arbitrary hostname, regardless of t…
CWE: CWE-601, CWE-918
NVD

MEDIUM
CVE-2026-67294
CVE-2026-67294
pkg: tls

published: Aug 1, 2026

FreeRDP before 3.29.0 improperly validates the Extended Key Usage (EKU) purpose of the peer certificate during client-side server TLS authentication. In x509_utils_verify(), when server-purpose (X509_PURPOSE_SSL_SERVER) verification fails, the code falls back to client-purpose and any-purpose verifi…
CWE: CWE-295
GitHub-GHSA

MEDIUM
`nx graph` dev server permissive CORS policy
GHSA-g2r8-wvmj-jf5w
pkg: nx, nx
eco: npm
published: Jul 31, 2026
## Summary

The local HTTP server started by `nx graph` sent `Access-Control-Allow-Origin: *` on every response, letting any website a developer visited read the server's responses cross-origin — including the full project graph and the output of the `/help` endpoint, which runs a target's configu…

CVE-2026-54753
GitHub-GHSA

MEDIUM
Penelope unsafe tar extraction allows arbitrary local file write via crafted session archive
GHSA-f42x-p2mx-hm8r
pkg: penelope-shell-handler
eco: pip
published: Jul 29, 2026
### Summary

Penelope versions prior to 0.19.3 extracted tar archives received from remote sessions without validating archive member paths. When using the affected Unix download path, a malicious or compromised remote session could return a crafted tar archive containing path traversal entries, suc…

CVE-2026-50558
NVD

MEDIUM
CVE-2026-16107
CVE-2026-16107
pkg: tls

published: Jul 28, 2026

IBM TS4500 CLI tool Versions:  0.1.31 through 1.12.0.0 does not validate or improperly validates TLS certificate validation, which could allow an attacker to obtain sensitive information using man in the middle techniques.
CWE: CWE-295
NVD

MEDIUM
CVE-2026-66053
CVE-2026-66053
pkg: apache thrift

published: Jul 27, 2026

Improper Validation of Certificate with Host Mismatch vulnerability in Apache Thrift Python bindings.

This issue affects Apache Thrift: before 0.24.0.

Users are recommended to upgrade to version 0.24.0, which fixes the issue.

This replaces CVE-2026-41603

CWE: CWE-297
NVD

MEDIUM
CVE-2026-17908
CVE-2026-17908
pkg: windows

published: Jul 30, 2026

Insufficient validation of untrusted input in Printing in Google Chrome on Windows prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Low)
CWE: CWE-20
GitHub-GHSA

MEDIUM
re2: Out-of-bounds heap read in `exec`/`test`/`match` via attacker-influenced `lastIndex` on a non-ASCII subject → uncatchable process crash (DoS)
GHSA-ff84-5f28-78qj
pkg: re2
eco: npm
published: Jul 31, 2026
## Summary

`re2` validates the user-settable `lastIndex` against the subject's **UTF-8 byte length** but then uses it as a **UTF-16 code-unit count** to walk the subject buffer, with no bounds check. For any non-ASCII subject, the byte length is larger than the true character count, so a `lastIndex…

CVE-2026-67550
NVD

MEDIUM
CVE-2026-67550
CVE-2026-67550
pkg: express

published: Jul 30, 2026

re2 provides Node.js bindings for Google's RE2 regular expression engine. Prior to 1.25.2, re2 validates lastIndex against the UTF-8 byte length of a subject but uses it as a UTF-16 code-unit offset in exec, test, match, replace, and split, allowing an attacker-influenced lastIndex on a non-ASCII su…
CWE: CWE-125
NVD

MEDIUM
CVE-2026-45376
CVE-2026-45376
pkg: express

published: Jul 31, 2026

Decidim is a participatory democracy framework. Prior to 0.30.9, from 0.31.0 before 0.31.5, and in 0.32.0.rc1 before 0.32.0.rc2, the GET /admin/organization/users search interpolates params[:term] into raw Arel.sql ORDER BY similarity expressions before sanitization, allowing an authenticated organi…
CWE: CWE-89
GitHub-GHSA

MEDIUM
Wings: Maliciously or erroneously created parsed config files can cause wings process to OOM
GHSA-q6hh-gp44-4hcm
pkg: github.com/pterodactyl/wings
eco: go
published: Jul 31, 2026
### Summary
Config file parsers, `json`, `yaml`, `xml` etc in parser.go have no file size limit/checks, allowing for a giant config file to potentially OOM the wings process.

### Impact
All wings users who have an egg with a non-`file` parser configuration file setting.

CVE-2026-52857
NVD

MEDIUM
CVE-2026-68563
CVE-2026-68563
pkg: node

published: Jul 30, 2026

A flaw was found in ansible-collection-redhat-leapp. When a remediation task is executed with elevated privileges and the `leapp_old_postgresql_data` option is selected, a PostgreSQL data backup archive is created with insecure permissions. This allows a local non-root user on the managed node to re…
CWE: CWE-732
NVD

MEDIUM
CVE-2026-17932
CVE-2026-17932
pkg: windows

published: Jul 30, 2026

Use after free in DataTransfer in Google Chrome on Windows prior to 151.0.7922.72 allowed a local attacker to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: Low)
CWE: CWE-416
NVD

MEDIUM
CVE-2026-62425
CVE-2026-62425
pkg: go

published: Jul 28, 2026

[This CNA information record relates to multiple CVEs; the
text explains which aspects/vulnerabilities correspond to which CVE.]

The directory and Rock Ridge / SUSP walk in libfsimage's iso9660 driver
derives several lengths directly from attacker-controlled on-disk fields
without validating them:

CWE: CWE-20
NVD

MEDIUM
CVE-2026-62424
CVE-2026-62424
pkg: go

published: Jul 28, 2026

[This CNA information record relates to multiple CVEs; the
text explains which aspects/vulnerabilities correspond to which CVE.]

The directory and Rock Ridge / SUSP walk in libfsimage's iso9660 driver
derives several lengths directly from attacker-controlled on-disk fields
without validating them:

CWE: CWE-130
NVD

MEDIUM
CVE-2026-62423
CVE-2026-62423
pkg: go

published: Jul 28, 2026

[This CNA information record relates to multiple CVEs; the
text explains which aspects/vulnerabilities correspond to which CVE.]

The directory and Rock Ridge / SUSP walk in libfsimage's iso9660 driver
derives several lengths directly from attacker-controlled on-disk fields
without validating them:

CWE: CWE-130
NVD

MEDIUM
CVE-2026-42495
CVE-2026-42495
pkg: go

published: Jul 28, 2026

[This CNA information record relates to multiple CVEs; the
text explains which aspects/vulnerabilities correspond to which CVE.]

The directory and Rock Ridge / SUSP walk in libfsimage's iso9660 driver
derives several lengths directly from attacker-controlled on-disk fields
without validating them:

CWE: CWE-191
GitHub-GHSA

MEDIUM
sanitize-html has incomplete URI scheme validation in that allows javascript: URIs through action, formaction, data, poster, and background attributes
GHSA-vccv-cmxp-4j9h
pkg: sanitize-html
eco: npm
published: Jul 31, 2026
## Summary

sanitize-html uses `allowedSchemesAppliedToAttributes` (default: `['href', 'src', 'cite']`) to gate the `naughtyHref()` function that blocks dangerous URI schemes like `javascript:` and `vbscript:`. The HTML specification defines 10+ attributes that accept URIs (`action`, `formaction`, `…

CVE-2026-53606
GitHub-GHSA

MEDIUM
Jodit has incomplete javascript: scheme normalization in sanitizeHTMLElement href check that allows link XSS
GHSA-j839-gqq4-gf9j
pkg: jodit
eco: npm
published: Jul 31, 2026
### Summary

jodit's `sanitizeHTMLElement` neutralizes a `javascript:` `href` using a bare `href.trim().indexOf('javascript') === 0` check. This omits the normalization jodit applies to every other URL attribute: `isDangerousUrl` strips control bytes with `value.replace(/[\u0000-\u0020]+/g, '')` and…

CVE-2026-62324
GitHub-GHSA

MEDIUM
OnionShare Receive mode writes uploaded files even when file uploads are disabled
GHSA-v833-3823-cmhp
pkg: onionshare-cli
eco: pip
published: Jul 31, 2026
### Summary
OnionShare CLI/Desktop 2.6.3 does not enforce the Receive mode `disable_files` setting at the file upload sink. When a Receive service is configured as a text-message-only endpoint (`–disable-files` / "Disable uploading files"), a remote sender who can reach the OnionShare service can s…
CVE-2026-54707
NVD

MEDIUM
CVE-2026-18266
CVE-2026-18266
pkg: oauth

published: Jul 29, 2026

Dify AI Workflow oauth_redirect_url Open Redirect Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Dify. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicio…
CWE: CWE-601
NVD

MEDIUM
CVE-2026-64648
CVE-2026-64648
pkg: vercel next.js

published: Jul 27, 2026

Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, a server-side fetch with a request body may return a cached response body from a different request to the same URL but different body. Confidential data in the POST'…
CWE: CWE-524
NVD

MEDIUM
CVE-2026-64647
CVE-2026-64647
pkg: vercel next.js

published: Jul 27, 2026

Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, a server-side fetch with a request body may return a cached response body from a different request to the same URL but different body. Confidential data in the POST's…
CWE: CWE-116
NVD

MEDIUM
CVE-2026-67339
CVE-2026-67339
pkg: curl

published: Aug 1, 2026

guzzlehttp/guzzle versions before 7.14.2 fail to properly isolate Proxy-Authorization headers from origin servers in cURL handlers. Attackers can capture proxy credentials through origin server access logs when requests are redirected, bypassed, or sent through SOCKS proxies that Guzzle misclassifie…
CWE: CWE-200
NVD

MEDIUM
CVE-2026-67335
CVE-2026-67335
pkg: oauth

published: Aug 1, 2026

better-auth versions before 1.6.2 fail to validate the OAuth state parameter against the stored nonce when using cookie-backed state storage without PKCE. Attackers can forge the state parameter and supply an attacker-controlled authorization code to create authenticated sessions bound to the attack…
CWE: CWE-287
GitHub-GHSA

MEDIUM
Pion STUN vulnerable to remote denial of service via panic while parsing a malformed XOR-MAPPED-ADDRESS attribute
GHSA-34rh-wp3j-6cxc
pkg: github.com/pion/stun/v3, github.com/pion/stun/v2, github.com/pion/stun
eco: go
published: Jul 31, 2026
### Impact
Remote denial of service via panic while parsing a malformed XOR-MAPPED-ADDRESS attribute

### Patches
Upgrade to v3.1.5 or later. This version includes this patch https://github.com/pion/stun/pull/278 which fixes the issue.

### Workarounds
No work around; please upgrade to v3.1.5 or a n…

CVE-2026-54909
GitHub-GHSA

MEDIUM
MCP Ruby SDK: Unbounded session retention in StreamableHTTPTransport allows memory exhaustion via initialize flood
GHSA-52jp-gj8w-j6xh
pkg: mcp
eco: rubygems
published: Jul 30, 2026
## Summary

In its default configuration, `MCP::Server::Transports::StreamableHTTPTransport` never expires sessions. Every successful `initialize` request stores a new `ServerSession` and a session record under a fresh UUID, and the only path that removes them is an explicit client-issued HTTP `DELE…

CVE-2026-67430
GitHub-GHSA

MEDIUM
OpenTelemetry Javaagent RMI context propagation allows resource exhaustion
GHSA-fq3f-m5qm-99f5
pkg: io.opentelemetry.javaagent:opentelemetry-javaagent
eco: maven
published: Jul 29, 2026
The RMI context propagation payload reader limits the number of context entries but does not limit the aggregate size of the strings read from the stream.

An attacker who can reach an RMI endpoint on an instrumented JVM can send an oversized context propagation payload. This can cause excessive mem…

CVE-2026-54712
NVD

MEDIUM
CVE-2026-66064
CVE-2026-66064
pkg: go

published: Jul 28, 2026

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.5, the httpserver/handler.go sendFile handler opened files using a cleaned path but derived the authorization filename from raw req.URL.Path, so a trailing slash could bypass .goshs ACL-file protection and…
CWE: CWE-41, CWE-863
GitHub-GHSA

MEDIUM
goshs has ACL Bypass & Path Traversal
GHSA-964w-f6gj-5236
pkg: github.com/patrickhener/goshs/v2, goshs.de/goshs/v2, github.com/patrickhener/goshs
eco: go
published: Jul 28, 2026
## Summary

`sendFile` derives the served filename from the raw request path while opening the file from the cleaned path, so appending a trailing slash empties the derived name and defeats both the never-serve rule for the ACL file and the block list.

## Finding (Medium): trailing-slash ACL and h…

CVE-2026-66064
GitHub-GHSA

MEDIUM
Cosmos-Server's constellation public-devices endpoint accepts arbitrary bearer tokens
GHSA-5fqm-cc34-fcf5
pkg: github.com/azukaar/cosmos-server
eco: go
published: Jul 28, 2026
### Summary
`GET /cosmos/api/constellation/public-devices` discloses Constellation device metadata to a requester that supplies any non-empty `Authorization` header. The handler strips the string `Bearer ` from the header but never validates the resulting token and never uses it in the database quer…
CVE-2026-49447
NVD

MEDIUM
CVE-2026-64646
CVE-2026-64646
pkg: vercel next.js

published: Jul 27, 2026

Next.js is a React framework for building full-stack web applications. In versions 13.0.0 through 15.5.20 and 16.0.0 through 16.2.10, requests targeting Next.js applications using App Router with at least one Server Action can lead to excessive memory consumption if that Server Actions uses the Edge…
CWE: CWE-770
NVD

MEDIUM
CVE-2026-64644
CVE-2026-64644
pkg: vercel next.js

published: Jul 27, 2026

Next.js is a React framework for building full-stack web applications. In versions 15.5.0 through 15.5.20 and 16.0.0 through 16.2.10, when self-hosting Next.js with the default image loader, the Image Optimization API can optimize remotely hosted images if configured (not enabled by default). If tho…
CWE: CWE-407
NVD

MEDIUM
CVE-2026-64643
CVE-2026-64643
pkg: vercel next.js

published: Jul 27, 2026

Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, Next.js applications using App Router, Server Actions (use server) or use cache endpoints can be disclosed bypassing any authentication on the pages where these endpo…
CWE: CWE-201
NVD

MEDIUM
CVE-2026-17514
CVE-2026-17514
pkg: node

published: Jul 27, 2026

A vulnerability was determined in ZJONSSON node-unzipper up to 0.12.3. Affected by this vulnerability is the function Extract of the file lib/extract.js. This manipulation causes path traversal. The attack requires local access. The exploit has been publicly disclosed and may be utilized. The projec…
CWE: CWE-22
GitHub-GHSA

MEDIUM
OnionShare follows symlinks in shared directories, allowing unintended disclosure of local files
GHSA-22p9-r2f5-22mf
pkg: onionshare-cli
eco: pip
published: Jul 31, 2026
### Summary
OnionShare CLI/Desktop 2.6.3 can follow symbolic links inside a selected Share or Website directory and serve the symlink target rather than limiting access to files physically contained in the selected directory. If a user shares a directory that contains attacker-supplied or otherwise …
CVE-2026-54706
NVD

MEDIUM
CVE-2026-62845
CVE-2026-62845
pkg: kubernetes

published: Jul 30, 2026

Kamaji is the Hosted Control Plane Manager for Kubernetes. Prior to 26.7.4-edge, the PostgreSQL and MySQL datastore drivers build DDL statements by interpolating the user-supplied DataStoreUsername/DataStoreSchema directly into SQL via fmt.Sprintf, without escaping identifiers. These fields have no …
CWE: CWE-89
GitHub-GHSA

MEDIUM
@dynatrace-oss/dynatrace-mcp-server has a DQL injection via parameters not documented as DQL
GHSA-pqh8-p93p-2rx7
pkg: @dynatrace-oss/dynatrace-mcp-server
eco: npm
published: Jul 31, 2026
### Summary
A DQL injection vulnerability in several read tools lets a caller bypass the tools' documented field-scope, time-window, and display caps by injecting DQL pipeline stages through parameters typed as identifiers.

### Details
Several tools interpolate caller-supplied parameters directly i…

GitHub-GHSA

MEDIUM
OliveTin: StartActionAndWait Endpoints Bypass `logs` Permission and Return Action Output
GHSA-jm28-2wcr-qf3h
pkg: github.com/OliveTin/OliveTin
eco: go
published: Jul 30, 2026
## Summary

The synchronous execution RPCs `StartActionAndWait` and `StartActionByGetAndWait` return the full `LogEntry` for the just-executed action without checking whether the caller is allowed to read that action's logs.

OliveTin's ACL model separates `exec` from `logs`. A deployment can intent…

CVE-2026-67439
NVD

MEDIUM
CVE-2026-17900
CVE-2026-17900
pkg: windows

published: Jul 30, 2026

Inappropriate implementation in Enterprise in Google Chrome on Windows prior to 151.0.7922.72 allowed a remote attacker to leak cross-origin data via a malicious file. (Chromium security severity: Low)
CWE: CWE-346
NVD

MEDIUM
CVE-2026-17858
CVE-2026-17858
pkg: windows

published: Jul 30, 2026

Uninitialized Use in WebNN in Google Chrome on Windows prior to 151.0.7922.72 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: Medium)
CWE: CWE-457
NVD

MEDIUM
CVE-2026-17790
CVE-2026-17790
pkg: windows

published: Jul 30, 2026

Uninitialized Use in ANGLE in Google Chrome on Windows prior to 151.0.7922.72 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: Medium)
CWE: CWE-457
NVD

MEDIUM
CVE-2026-17706
CVE-2026-17706
pkg: windows

published: Jul 30, 2026

Insufficient validation of untrusted input in Media in Google Chrome on Windows prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to leak cross-origin data via a crafted HTML page. (Chromium security severity: High)
CWE: CWE-20
NVD

MEDIUM
CVE-2026-17662
CVE-2026-17662
pkg: go

published: Jul 30, 2026

Insufficient policy enforcement in Prefetch in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: High)
CWE: CWE-346
NVD

MEDIUM
CVE-2026-15831
CVE-2026-15831
pkg: go

published: Jul 29, 2026

GitLab has remediated an issue in GitLab EE affecting all versions from 19.1 before 19.1.3 and 19.2 before 19.2.1 that under certain conditions could have allowed an authenticated user to bypass administrator-configured tool governance policies due to improper authorization enforcement during token …
CWE: CWE-1270
NVD

MEDIUM
CVE-2026-17166
CVE-2026-17166
pkg: go

published: Jul 29, 2026

The Event Booking Manager for WooCommerce – Sell Tickets, Event Registration, RSVP & Event Calendar plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 5.3.7. This is due to the plugin not properly verifying that a user is authorized to perform an actio…
CWE: CWE-862
GitHub-GHSA

MEDIUM
Fission: HTTPTrigger admission omits RelativeURL / Prefix validation; kubectl apply bypasses CLI checks
GHSA-vchh-r53j-8mpw
pkg: github.com/fission/fission
eco: go
published: Jul 28, 2026
`HTTPTriggerSpec.Validate()` validated `Methods`, `FunctionReference`, `Host`, `IngressConfig`, and `CorsConfig`, but silently skipped `RelativeURL` and `Prefix`. Those two fields were validated at the CLI level only
(`pkg/fission-cli/cmd/httptrigger/create.go:83`). The post-CRD-modernization webhoo…
CVE-2026-50569
NVD

MEDIUM
CVE-2026-18038
CVE-2026-18038
pkg: go

published: Jul 28, 2026

A flaw has been found in nextlevelbuilder GoClaw up to 3.13.2. Affected by this vulnerability is the function ExecTool.Execute of the file goclaw/internal/http/tools_invoke.go of the component jq Handler. Executing a manipulation can lead to information disclosure. The attack can be launched remotel…
CWE: CWE-200, CWE-284
NVD

MEDIUM
CVE-2026-16587
CVE-2026-16587
pkg: oauth

published: Jul 28, 2026

The Advanced Form Integration — Connect Forms to 200+ Apps plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 2.6.0. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticat…
CWE: CWE-862
NVD

MEDIUM
CVE-2026-59728
CVE-2026-59728
pkg: node

published: Jul 27, 2026

Astro is a web framework for content-driven websites. In versions 1.0.0 through 4.0.18, the source.title and enclosure.type item fields in packages/astro-rss/src/index.ts are interpolated directly into XML template strings without XML-character escaping before being parsed by fast-xml-parser. Both f…
CWE: CWE-91
NVD

MEDIUM
CVE-2026-66428
CVE-2026-66428
pkg: go

published: Jul 27, 2026

Unauthenticated Cross Site Request Forgery (CSRF) in WP Google Review Slider <= 18.4 versions.
CWE: CWE-352
NVD

MEDIUM
CVE-2026-67293
CVE-2026-67293
pkg: tls

published: Aug 1, 2026

FreeRDP before 3.29.0 (affected versions <= 3.28.0) contains an improper certificate hostname validation vulnerability. The TLS hostname matcher (tls_match_hostname() in libfreerdp/crypto/tls.c) treats a wildcard pattern such as *.example.com as matching any hostname ending in .example.com, so it in…
CWE: CWE-295
GitHub-GHSA

MEDIUM
@dynatrace-oss/dynatrace-mcp-server has a workflow template injection via create_workflow_for_notification
GHSA-xrmj-5g4g-8987
pkg: @dynatrace-oss/dynatrace-mcp-server
eco: npm
published: Jul 31, 2026
### Summary
A template injection vulnerability in the `create_workflow_for_notification` tool lets a caller embed Jinja2 expressions that the Dynatrace workflow engine evaluates at runtime, exfiltrating event data to attacker-controlled destinations through a workflow that persists in the tenant aft…
NVD

MEDIUM
CVE-2026-17659
CVE-2026-17659
pkg: go

published: Jul 30, 2026

Inappropriate implementation in SiteIsolation in Google Chrome prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to bypass site isolation via a crafted HTML page. (Chromium security severity: High)
CWE: CWE-693
NVD

MEDIUM
CVE-2026-56850
CVE-2026-56850
pkg: tls

published: Jul 30, 2026

A flaw in Node.js HTTPS Agent connection reuse can cause PFX object-array key collisions, allowing mutual TLS (mTLS) client identities to be reused across requests configured with different client certificates.

This vulnerability affects Node.js **26.x**, **24.x**, and **22.x**.

CWE: CWE-287
NVD

MEDIUM
CVE-2026-18018
CVE-2026-18018
pkg: windows

published: Jul 30, 2026

Inappropriate implementation in Updater in Google Chrome on Windows prior to 151.0.7922.72 allowed a local attacker to perform UI spoofing via a malicious file. (Chromium security severity: Low)
CWE: CWE-451
GitHub-GHSA

MEDIUM
guard-livereload has a directory traversal vulnerability
GHSA-g65v-27r3-5p6m
pkg: guard-livereload
eco: rubygems
published: Jul 31, 2026
The vulnerability allows remote attackers to read arbitrary files
on the server by exploiting improper path validation in the
livereload server functionality.

This vulnerability is related to the handling of file paths in the
livereload server component, which could allow an attacker to traverse
di…

CVE-2016-1000305
GitHub-GHSA

MEDIUM
core-geonetwork has an Open Redirect Bypass
GHSA-pjp7-q6wp-97qx
pkg: org.geonetwork-opensource:geonetwork, org.geonetwork-opensource:geonetwork, org.geonetwork-opensource:geonetwork
eco: maven
published: Jul 31, 2026
### Summary
GeoNetwork's post-login redirect handling can be bypassed to redirect users to an attacker-controlled external site, even though the code attempts to restrict redirect targets to relative, in-application URLs. This affects both supported SSO login methods: OAuth2/OIDC and Keycloak.

### …

CVE-2026-53573
GitHub-GHSA

MEDIUM
Pion DTLS vulnerable to denial of service via panic while parsing a crafted ECDHE_PSK ServerKeyExchange message
GHSA-wg4g-wm44-ch5j
pkg: github.com/pion/dtls/v3
eco: go
published: Jul 31, 2026
### Impact
Remote denial of service via panic while parsing a crafted ECDHE_PSK ServerKeyExchange message.

### Patches
Upgrade to v3.1.4 or later. This version includes this patch https://github.com/pion/dtls/pull/839 which fixes the issue.

### Workarounds
No work around; please upgrade to v3.1.4 …

CVE-2026-54908
GitHub-GHSA

MEDIUM
free5GC AUSF: null byte injection in supiOrSuci causes HTTP 500 internal service failure
GHSA-qj55-47fp-p62j
pkg: github.com/free5gc/free5gc, github.com/free5gc/ausf
eco: go
published: Jul 31, 2026
### Summary

The free5GC AUSF (Authentication Server Function) does not validate the `supiOrSuci` field in UE authentication requests. Null bytes (`\x00`) and other control characters pass through JSON parsing unchanged and are forwarded to the UDM in an unescaped URL path. This causes Go's `net/url…

CVE-2026-53551
GitHub-GHSA

MEDIUM
zaino-state has a Non-Finalized State Reorg — No Cycle Detection or Depth Limit
GHSA-3whf-vgf2-9w6g
pkg: zaino-state
eco: rust
published: Jul 31, 2026
### Summary
`NonFinalizedState::handle_reorg` is a recursive, unbounded async function that traverses parent blocks until it finds a common ancestor on the main chain. It has **no recursion depth limit** and **no cycle detection**. A malicious or buggy validator can serve a block whose `previous_blo…
GitHub-GHSA

MEDIUM
Jodit has cross-site scripting (XSS) via <script> nested in SVG that bypasses clean-html sanitization
GHSA-45qg-252v-3f7p
pkg: jodit
eco: npm
published: Jul 31, 2026
A `<script>` element placed directly inside an `<svg>` (or MathML) container was not removed by Jodit's clean-html sanitizer.

The deny/allow tag filter compared `node.nodeName` against an upper-cased tag hash, but foreign (SVG/MathML) elements preserve their original-case node names — an SVG scri…

CVE-2026-65841
GitHub-GHSA

MEDIUM
Jodit has prototype pollution via Jodit.configure() / ConfigMerge
GHSA-5957-5c94-3v7w
pkg: jodit
eco: npm
published: Jul 31, 2026
### Summary
`Jodit.configure(options)` — and the internal `ConfigMerge` / `ConfigProto` helpers — merged user-supplied options into the editor configuration without filtering prototype-mutating keys. A payload nested under an existing plain-object option such as `controls` could reach and mutate…
CVE-2026-54756
GitHub-GHSA

MEDIUM
linuxfabrik-lib: fetch() forwards credential headers across a cross-origin redirect
GHSA-4jc5-g844-4×33
pkg: linuxfabrik-lib
eco: pip
published: Jul 30, 2026
### Summary
`lib.url.fetch()` follows HTTP redirects (`follow_redirects=True`). httpx strips only `Authorization` and `Cookie` when a redirect crosses the origin, so any other caller-supplied credential header (a session token such as Redfish's `X-Auth-Token`, an API key, …) was still sent to the …
CVE-2026-67435
GitHub-GHSA

MEDIUM
MCP Ruby SDK: Streamable HTTP transport lacks DNS-rebinding (Host/Origin) protection
GHSA-rjr6-rcgv-9m7m
pkg: mcp
eco: rubygems
published: Jul 30, 2026
## Summary

`MCP::Server::Transports::StreamableHTTPTransport` (the Rack-mountable Streamable HTTP transport in the `mcp` gem) processes every incoming JSON-RPC request without ever inspecting the HTTP `Host` or `Origin` request headers. There is no `AllowedHosts`/`AllowedOrigins` allowlist and no D…

CVE-2026-63118
GitHub-GHSA

MEDIUM
olm dependency deprecation: CVE-2022-39255 and CVE-2024-45193
GHSA-wchh-9x6h-7f6p
pkg: matrix-commander
eco: pip
published: Jul 29, 2026
### Problem

Multiple vulnerabilities were disclosed in 2024 affecting libolm (Olm): AES timing / side‑channel, Ed25519 signature malleability, and timing leaks in base64 decoding; several CVEs were assigned. Patches and mitigations were published; maintainers recommend upgrading to fixed versions…

GitHub-GHSA

MEDIUM
veraPDF Parser DoS via PostScript Type 1 Font Programs
GHSA-7c26-995w-6f47
pkg: org.verapdf:parser, org.verapdf:parser
eco: maven
published: Jul 29, 2026
## Summary

**Description**

A PostScript-interpreter-driven Denial of Service (CWE-1325) vulnerability in veraPDF allows a remote attacker to exhaust validator memory or CPU by submitting a PDF whose Type 1 font `/FontFile` is a font program containing attacker-supplied PostScript. veraPDF's Type 1…

CVE-2026-54081
GitHub-GHSA

MEDIUM
veraPDF Parser DoS via PostScript CMap Streams
GHSA-jrmc-qg6p-94fp
pkg: org.verapdf:parser, org.verapdf:parser
eco: maven
published: Jul 29, 2026
## Summary

**Description**

A PostScript-interpreter-driven Denial of Service (CWE-1325) vulnerability in veraPDF allows a remote attacker to exhaust validator memory or CPU by submitting a PDF whose Type 0 font `/Encoding` (or any `/ToUnicode`) is a CMap stream containing attacker-supplied PostScr…

CVE-2026-54080
GitHub-GHSA

MEDIUM
Pagy I18n locale option is not validated before being used in a file path
GHSA-2xmw-f8j8-wfxc
pkg: pagy
eco: rubygems
published: Jul 28, 2026
### Summary

`Pagy::I18n.locale=` did not validate its argument before using it as a
path component to load the matching dictionary file (`<locale>.yml`). An
application that assigns untrusted input to the locale — e.g. the common
pattern `Pagy::I18n.locale = params[:locale]` — let that input in…

CVE-2026-54659
GitHub-GHSA

MEDIUM
GoPacket's sFlow ExtendedGatewayFlow decoder: unbounded attacker-controlled allocation (104-byte UDP datagram -> up to 16 GiB make) -> unauthenticated remote DoS
GHSA-g6v3-7xmc-w563
pkg: github.com/gopacket/gopacket
eco: go
published: Jul 28, 2026
## Summary

The sFlow `ExtendedGatewayFlow` record decoder in `github.com/gopacket/gopacket` allocates a slice with `make([]uint32, n)` where `n` is an attacker-controlled 32-bit wire field that has no upper bound. Because the allocation happens *before* the read loop that would consume the correspo…

CVE-2026-54332
GitHub-GHSA

MEDIUM
GoPacket's Diameter AVP decoder: uint32 underflow on vendor header size leads to unbounded ~4 GiB allocation (unauthenticated remote DoS)
GHSA-6r28-9ppf-4hj5
pkg: github.com/gopacket/gopacket
eco: go
published: Jul 28, 2026
## Summary

The Diameter AVP decoder in `github.com/gopacket/gopacket` computes `dataLength := avp.Length – uint32(headerSize)` without first ensuring `avp.Length >= headerSize`. When the Vendor flag is set, `headerSize` is 12, but the only length guard upstream rejects `avp.Length < 8`. An AVP with…

CVE-2026-54345
GitHub-GHSA

MEDIUM
Pocket ID has a reauthentication bypass via one-time access token login — passkey step-up requirement defeated by JWT freshness check that accepts any login method
GHSA-hp74-gm6m-2qm5
pkg: github.com/pocket-id/pocket-id/backend
eco: go
published: Jul 28, 2026
# Reauthentication Bypass via One-Time Access Token Login

## Summary

A weaker authentication method (OTA token or signup token) is accepted as passkey step-up proof, yielding unauthorized renewable 30-day OIDC refresh tokens for clients explicitly configured with `RequiresReauthentication: true`. …