Vulnerability Digest — May 4, 2026 · 20 Critical · 4 Exploited






Vulnerability Digest — Monday, May 4, 2026


Security Report

Monday, May 4, 2026  ·  Last 7 days  ·  Min severity: MEDIUM
Total Findings
175
Critical
20
High
99
Actively Exploited
4
CISA-KEV4
NVD117
GitHub-GHSA54
Findings sorted by severity
CISA-KEV

CRITICAL
Linux Kernel Incorrect Resource Transfer Between Spheres Vulnerability
CVE-2026-31431
pkg: Linux Kernel

published: May 1, 2026

Linux Kernel contains an incorrect resource transfer between spheres vulnerability that could allow for privilege escalation.
Required action: "Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.
CISA-KEV

CRITICAL
WebPros cPanel & WHM and WP2 (WordPress Squared) Missing Authentication for Critical Function Vulnerability
CVE-2026-41940
pkg: WebPros cPanel & WHM and WP2 (WordPress Squared)

published: Apr 30, 2026

WebPros cPanel & WHM (WebHost Manager) and WP2 (WordPress Squared) contain an authentication bypass vulnerability in the login flow that allows unauthenticated remote attackers to gain unauthorized access to the control panel.
Required action: Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.
CISA-KEV

CRITICAL
ConnectWise ScreenConnect Path Traversal Vulnerability
CVE-2024-1708
pkg: ConnectWise ScreenConnect

published: Apr 28, 2026

ConnectWise ScreenConnect contains a path traversal vulnerability which could allow an attacker to execute remote code or directly impact confidential data and critical systems.
Required action: Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.
CISA-KEV

CRITICAL
Microsoft Windows Protection Mechanism Failure Vulnerability
CVE-2026-32202
pkg: Microsoft Windows

published: Apr 28, 2026

Microsoft Windows Shell contains a protection mechanism failure vulnerability that allows an unauthorized attacker to perform spoofing over a network.
Required action: Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.
GitHub-GHSA

CRITICAL
Gotenberg has ExifTool stdin argument injection via metadata value newlines (bypass of key sanitization fix)
GHSA-q7r4-hc83-hf2q
pkg: github.com/gotenberg/gotenberg/v8
eco: go
published: Apr 30, 2026
## Vulnerability Details

**CWE**: CWE-20 – Improper Input Validation

The metadata value sanitization introduced in v8.30.1 (commit 405f106) only validates metadata KEYS via safeKeyPattern regex. Metadata VALUES are passed unsanitized to go-exiftool SetString(), which writes them as fmt.Fprintln(e.…

CVE-2026-40281
GitHub-GHSA

CRITICAL
n8n has Prototype Pollution in XML Webhook Body Parser that Leads to RCE
GHSA-q5f4-99jv-pgg5
pkg: n8n, n8n, n8n
eco: npm
published: Apr 29, 2026
## Impact
A flaw in the `xml2js` library used to parse XML request bodies in n8n's webhook handler allowed prototype pollution via a crafted XML payload. An authenticated user with permission to create or modify workflows could exploit this to pollute the JavaScript object prototype and, by chaining…
CVE-2026-42231
GitHub-GHSA

CRITICAL
n8n has XML Node Prototype Pollution that to RCE
GHSA-hqr4-h3xv-9m3r
pkg: n8n, n8n, n8n
eco: npm
published: Apr 29, 2026
## Impact
An authenticated user with permission to create or modify workflows could achieve global prototype pollution via the XML Node leading to RCE when combined with other nodes exploiting the prototype pollution.

## Patches
The issue has been fixed in n8n versions 1.123.32, 2.17.4, and 2.18.1.…

CVE-2026-42232
NVD

CRITICAL
CVE-2026-31718
CVE-2026-31718
pkg: linux

published: May 1, 2026

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

ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavenger

When a durable file handle survives session disconnect (TCP close without
SMB2_LOGOFF), session_fd_check() sets fp->conn = NULL to preserve the
handle for later…

NVD

CRITICAL
CVE-2026-31705
CVE-2026-31705
pkg: linux

published: May 1, 2026

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

ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignment

smb2_get_ea() applies 4-byte alignment padding via memset() after
writing each EA entry. The bounds check on buf_free_len is performed
before the value memcpy, but the a…

NVD

CRITICAL
CVE-2018-25316
CVE-2018-25316
pkg: go

published: Apr 29, 2026

Tenda W308R v2 V5.07.48 contains a cookie session weakness vulnerability that allows unauthenticated attackers to modify DNS settings by exploiting insufficient session validation. Attackers can send GET requests to the goform/AdvSetDns endpoint with a crafted admin language cookie to change DNS ser…
CWE: CWE-290
NVD

CRITICAL
CVE-2026-41873
CVE-2026-41873
pkg: apache pony_mail

published: Apr 28, 2026

** UNSUPPORTED WHEN ASSIGNED ** Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') vulnerability in Pony Mail leading to admin account takeover.

This issue affects all versions of the Lua implementation of Pony Mail. There is a Python implementation under development u…

CWE: CWE-444
NVD

CRITICAL
CVE-2026-32644
CVE-2026-32644
pkg: ssl

published: Apr 28, 2026

Specific firmware versions of Milesight AIOT cameras use SSL certificates with default private keys.
CWE: CWE-321
NVD

CRITICAL
CVE-2026-41462
CVE-2026-41462
pkg: express

published: Apr 27, 2026

ProjeQtor versions 7.0 through 12.4.3 contain an unauthenticated SQL injection vulnerability in the login functionality where the login variable is directly concatenated into a SQL query without parameterization or sanitization. Attackers can inject arbitrary SQL expressions through the username fie…
CWE: CWE-89
NVD

CRITICAL
CVE-2026-7333
CVE-2026-7333
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in GPU in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
CWE: CWE-416
GitHub-GHSA

CRITICAL
Gotenberg has case-insensitive URL scheme that bypasses webhook and downloadFrom deny-list SSRF protection
GHSA-5q7p-7jgv-ww56
pkg: github.com/gotenberg/gotenberg/v8
eco: go
published: Apr 30, 2026
## Vulnerability Details

**CWE**: CWE-918 – Server-Side Request Forgery (SSRF)

The default private-IP deny-lists for –webhook-deny-list and –api-download-from-deny-list use a case-sensitive regex (^https?://). Any uppercase URL scheme variant (HTTP://, HTTPS://, Http://) bypasses the pattern. Go…

CVE-2026-40280
GitHub-GHSA

CRITICAL
auth: Patreon provider assigns the same local user ID to every authenticated Patreon account, enabling cross‑user impersonation
GHSA-f6qq-3m3h-4g42
pkg: github.com/go-pkgz/auth, github.com/go-pkgz/auth/v2
eco: go
published: Apr 30, 2026
### Summary
The Patreon OAuth provider maps every authenticated Patreon account to the same local `user.ID`, instead of deriving a unique ID from the Patreon account returned by Patreon.

In practice, this means all Patreon-authenticated users of an application using this library are collapsed into …

CVE-2026-42560
GitHub-GHSA

CRITICAL
Sentry's improper authentication on SAML SSO process allows user identity linking
GHSA-rcmw-7mc7-3rj7
pkg: sentry
eco: pip
published: Apr 30, 2026
### Impact
A critical vulnerability was discovered in the SAML SSO implementation of Sentry. It was reported to us via Sentry's private bug bounty program.

The vulnerability allows an attacker to take over any user account by using a malicious SAML Identity Provider and another organization on the …

CVE-2026-42354
NVD

CRITICAL
CVE-2026-7381
CVE-2026-7381
pkg: express

published: Apr 29, 2026

Plack::Middleware::XSendfile versions through 1.0053 for Perl can allow client-controlled path rewriting.

Plack::Middleware::XSendfile allows the variation setting (sendfile type) to be set by the client via the X-Sendfile-Type header, if it is not considered in the middleware constructor or the Pl…

CWE: CWE-200, CWE-441, CWE-913
NVD

CRITICAL
CVE-2026-30893
CVE-2026-30893
pkg: wazuh wazuh

published: Apr 29, 2026

Wazuh is a free and open source platform used for threat prevention, detection, and response. From version 4.4.0 to before version 4.14.4, a path traversal vulnerability in Wazuh's cluster synchronization extraction routine allows an authenticated cluster peer to write arbitrary files outside the in…
CWE: CWE-22, CWE-73
GitHub-GHSA

CRITICAL
fabric-sdk-java has ObjectInputStream.readObject() without ObjectInputFilter, which allows Java deserialization RCE
GHSA-prf8-cf2x-rhx7
pkg: org.hyperledger.fabric-sdk-java:fabric-sdk-java
eco: maven
published: Apr 29, 2026
## Summary

This advisory covers the deprecated `fabric-sdk-java` client SDK. `Channel.java` implements `readObject()` and exposes `deSerializeChannel()` which call `ObjectInputStream.readObject()` on untrusted byte arrays without configuring an `ObjectInputFilter`. This is the classic Java deserial…

CVE-2026-41586
NVD

HIGH
CVE-2026-2052
CVE-2026-2052
pkg: express

published: May 2, 2026

The Widget Options – Advanced Conditional Visibility for Gutenberg Blocks & Classic Widgets plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 4.2.2 via the Display Logic feature. This is due to the plugin using eval() on user-supplied Display Logic e…
CWE: CWE-94
NVD

HIGH
CVE-2026-43048
CVE-2026-43048
pkg: go

published: May 1, 2026

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

HID: core: Mitigate potential OOB by removing bogus memset()

The memset() in hid_report_raw_event() has the good intention of
clearing out bogus data by zeroing the area from the end of the incoming
data string to the assumed end …

NVD

HIGH
CVE-2026-31735
CVE-2026-31735
pkg: go

published: May 1, 2026

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

iommupt: Fix short gather if the unmap goes into a large mapping

unmap has the odd behavior that it can unmap more than requested if the
ending point lands within the middle of a large or contiguous IOPTE.

In this case the gather…

NVD

HIGH
CVE-2026-31717
CVE-2026-31717
pkg: linux

published: May 1, 2026

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

ksmbd: validate owner of durable handle on reconnect

Currently, ksmbd does not verify if the user attempting to reconnect
to a durable handle is the same user who originally opened the file.
This allows any authenticated user to h…

NVD

HIGH
CVE-2026-31709
CVE-2026-31709
pkg: linux

published: May 1, 2026

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

smb: client: validate the whole DACL before rewriting it in cifsacl

build_sec_desc() and id_mode_to_cifs_acl() derive a DACL pointer from a
server-supplied dacloffset and then use the incoming ACL to rebuild the
chmod/chown securi…

NVD

HIGH
CVE-2026-31706
CVE-2026-31706
pkg: linux

published: May 1, 2026

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

ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()

smb_inherit_dacl() trusts the on-disk num_aces value from the parent
directory's DACL xattr and uses it to size a heap allocation:

aces_base = kmalloc(sizeof(st…

NVD

HIGH
CVE-2026-5402
CVE-2026-5402
pkg: wireshark wireshark

published: Apr 30, 2026

TLS protocol dissector heap overflow in Wireshark 4.6.0 to 4.6.4 allows denial of service and possible code execution
CWE: CWE-122
NVD

HIGH
CVE-2026-7466
CVE-2026-7466
pkg: python

published: Apr 29, 2026

AgentFlow contains an arbitrary code execution vulnerability that allows attackers to execute local Python pipeline files by supplying a user-controlled pipeline_path parameter to the POST /api/runs and POST /api/runs/validate endpoints. Attackers can induce requests to the local AgentFlow API to lo…
CWE: CWE-94
NVD

HIGH
CVE-2026-7363
CVE-2026-7363
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in Canvas in Google Chrome on Linux, ChromeOS prior to 147.0.7727.138 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: Critical)
CWE: CWE-416
NVD

HIGH
CVE-2026-7361
CVE-2026-7361
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in iOS in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: Critical)
CWE: CWE-416
NVD

HIGH
CVE-2026-7359
CVE-2026-7359
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in ANGLE in Google Chrome prior to 147.0.7727.138 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, CWE-416
NVD

HIGH
CVE-2026-7358
CVE-2026-7358
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in Animation in Google Chrome prior to 147.0.7727.138 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-7356
CVE-2026-7356
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

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

HIGH
CVE-2026-7355
CVE-2026-7355
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

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

HIGH
CVE-2026-7354
CVE-2026-7354
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Out of bounds read and write in Angle in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
CWE: CWE-125, CWE-787
NVD

HIGH
CVE-2026-7348
CVE-2026-7348
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in Codecs in Google Chrome prior to 147.0.7727.138 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-7344
CVE-2026-7344
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in Accessibility in Google Chrome on Windows prior to 147.0.7727.138 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-7342
CVE-2026-7342
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in WebView in Google Chrome on Android prior to 147.0.7727.138 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-7341
CVE-2026-7341
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in WebRTC in Google Chrome prior to 147.0.7727.138 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-7339
CVE-2026-7339
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Heap buffer overflow in WebRTC in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: Medium)
CWE: CWE-122
NVD

HIGH
CVE-2026-7337
CVE-2026-7337
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Type Confusion in V8 in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
CWE: CWE-843
NVD

HIGH
CVE-2026-7336
CVE-2026-7336
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in WebRTC in Google Chrome prior to 147.0.7727.138 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-7335
CVE-2026-7335
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in media in Google Chrome prior to 147.0.7727.138 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-7334
CVE-2026-7334
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

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

HIGH
CVE-2026-42426
CVE-2026-42426
pkg: openclaw openclaw

published: Apr 28, 2026

OpenClaw before 2026.4.8 contains an improper authorization vulnerability where the node.pair.approve method accepts operator.write scope instead of the narrower operator.pairing scope, allowing unprivileged users to approve node pairing. Attackers with operator.write permissions can bypass pairing …
CWE: CWE-863
NVD

HIGH
CVE-2026-41378
CVE-2026-41378
pkg: openclaw openclaw

published: Apr 28, 2026

OpenClaw before 2026.3.31 contains a privilege escalation vulnerability allowing paired nodes with role=node to dispatch node.event agent requests with unrestricted gateway-side tool access. Attackers with trusted paired node credentials can escalate privileges by leveraging unrestricted agent.reque…
CWE: CWE-862
GitHub-GHSA

HIGH
Gotenberg Vulnerable to Unauthenticated SSRF via Unfiltered Webhook URL
GHSA-5vh4-rgv7-p9g4
pkg: github.com/gotenberg/gotenberg/v8
eco: go
published: Apr 30, 2026
# CVE Report — Unauthenticated SSRF via Unfiltered Webhook URL in Gotenberg

## Severity

| Field | Value |
|———–|—————————————-|
| CVSS v3.1 | **8.6 High** |
| Vector | `AV:N/AC:L/PR:N/UI:N/S:C/C:H/…

CVE-2026-39383
GitHub-GHSA

HIGH
pygeoapi 0.23.x: Unauthenticated SSRF via OGC API – Processes Subscriber
GHSA-jgvc-94c8-3chc
pkg: pygeoapi
eco: pip
published: Apr 29, 2026
### Impact
OGC API – Process execution requests can use the `subscriber` object to requests to internal HTTP services.

### Patches
The issue has been patched in master branch and made available as part of the 0.23.3 release. The patch disables any HTTP requests made to internal resources by defaul…

CVE-2026-42352
NVD

HIGH
CVE-2026-40967
CVE-2026-40967
pkg: vmware spring_ai

published: Apr 28, 2026

In Spring AI, various FilterExpressionConverter implementations accept a filter expression object and translate them to specific vector store query languages. In several cases, keys and values are not properly escaped, leading to the ability to alter the query.

Affected versions:
Spring AI: 1.0.0 -…

CWE: CWE-94
GitHub-GHSA

HIGH
n8n-mcp's IPv4-mapped IPv6 addresses bypass SSRF protection in validateUrlSync(), enabling full SSRF for SDK embedders
GHSA-56c3-vfp2-5qqj
pkg: n8n-mcp
eco: npm
published: Apr 30, 2026
### Impact

In the SDK embedder path (`N8NDocumentationMCPServer` constructor, `getN8nApiClient()`, and `validateInstanceContext()`), the synchronous URL validator in `SSRFProtection.validateUrlSync()` had no IPv6 checks. IPv4-mapped IPv6 addresses such as `http://[::ffff:169.254.169.254]` bypassed …

CVE-2026-42449
GitHub-GHSA

HIGH
n8n's Credential Authorization Bypass in dynamic-node-parameters Allows Foreign API Key Replay
GHSA-r4v6-9fqc-w5jr
pkg: n8n, n8n
eco: npm
published: Apr 29, 2026
## Impact
The `dynamic-node-parameters` endpoints did not verify whether the authenticated caller was authorized to use a supplied credential reference. An authenticated user with access to a shared workflow could supply a foreign credential ID in the request body, causing the backend to decrypt and…
CVE-2026-42226
GitHub-GHSA

HIGH
Nginx-UI has Server-Side Request Forgery (SSRF) via Cluster Proxy Middleware that Allows Access to Internal Services
GHSA-wr32-99hh-6f35
pkg: github.com/0xJacky/Nginx-UI
eco: go
published: Apr 29, 2026
### Summary

An authenticated user can perform Server-Side Request Forgery (SSRF) by creating a cluster node pointing to an arbitrary internal URL and then sending API requests with the `X-Node-ID` header. The Proxy middleware forwards these requests to the attacker-specified internal address, bypas…

NVD

HIGH
CVE-2026-31712
CVE-2026-31712
pkg: linux

published: May 1, 2026

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

ksmbd: require minimum ACE size in smb_check_perm_dacl()

Both ACE-walk loops in smb_check_perm_dacl() only guard against an
under-sized remaining buffer, not against an ACE whose declared
`ace->size` is smaller than the struct it …

NVD

HIGH
CVE-2026-7353
CVE-2026-7353
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Heap buffer overflow in Skia in Google Chrome prior to 147.0.7727.138 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-122
NVD

HIGH
CVE-2026-7352
CVE-2026-7352
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in Media in Google Chrome on Android prior to 147.0.7727.138 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-7350
CVE-2026-7350
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in WebMIDI in Google Chrome prior to 147.0.7727.138 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-7345
CVE-2026-7345
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Insufficient validation of untrusted input in Feedback in Google Chrome prior to 147.0.7727.138 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
GitHub-GHSA

HIGH
i18next-http-middleware has path traversal / SSRF via user-controlled language and namespace parameters
GHSA-jfgf-83c5-2c4m
pkg: i18next-http-middleware
eco: npm
published: Apr 29, 2026
### Summary

Versions of `i18next-http-middleware` prior to 3.9.3 pass the user-controlled `lng` and `ns` values from `getResourcesHandler` directly into `i18next.services.backendConnector.load(languages, namespaces, …)` without any sanitisation. Depending on which backend is configured, the unval…

CVE-2026-42353
GitHub-GHSA

HIGH
n8n Vulnerable to XSS via MCP OAuth client
GHSA-537j-gqpc-p7fq
pkg: n8n, n8n, n8n
eco: npm
published: Apr 29, 2026
## Impact
An unauthenticated attacker could register a malicious MCP OAuth client with a crafted `client_name`. If a victim user authorized the OAuth consent dialog and a second user subsequently revoked that access, a toast notification would render the injected script. Clicking the link would exec…
CVE-2026-42235
NVD

HIGH
CVE-2026-38651
CVE-2026-38651
pkg: jwt

published: Apr 28, 2026

Authentication Bypass vulnerability exists in Netmaker versions prior to 1.5.0. The VerifyHostToken function in logic/jwts.go fails to validate the JWT signature when verifying host tokens. An attacker can forge a JWT signed with any arbitrary key and use it to impersonate any host in the network, g…
CWE: CWE-347
NVD

HIGH
CVE-2026-40022
CVE-2026-40022
pkg: apache camel

published: Apr 27, 2026

When authentication is enabled on the Apache Camel embedded HTTP server or embedded management server (camel-platform-http-main) and a non-root context path such as /api or /admin is configured via camel.server.path or camel.management.path, the BasicAuthenticationConfigurer and JWTAuthenticationCon…
CWE: CWE-288
NVD

HIGH
CVE-2026-31708
CVE-2026-31708
pkg: linux

published: May 1, 2026

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

smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO path

smb2_ioctl_query_info() has two response-copy branches: PASSTHRU_FSCTL
and the default QUERY_INFO path. The QUERY_INFO branch clamps
qi.input_buffer_length to the…

GitHub-GHSA

HIGH
Contras Affected by CopyFile Policy Subversion via Symlinks
GHSA-rh99-wc69-c255
pkg: github.com/edgelesssys/contrast
eco: go
published: Apr 30, 2026
### Impact

The [Kata agent policies](https://docs.edgeless.systems/contrast/architecture/components/policies) generated by the Contrast CLI had an issue in the `CopyFile` verification, which allowed arbitrary writes to the guest root filesytem. A malicious process on the host with the capability to…

NVD

HIGH
CVE-2026-7347
CVE-2026-7347
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in Chromoting in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to execute arbitrary code via malicious network traffic. (Chromium security severity: High)
CWE: CWE-416
NVD

HIGH
CVE-2026-7346
CVE-2026-7346
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Inappropriate implementation in Tint in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to perform out of bounds memory access via a crafted HTML page. (Chromium security severity: High)
CWE: CWE-119
NVD

HIGH
CVE-2026-42431
CVE-2026-42431
pkg: openclaw openclaw

published: Apr 28, 2026

OpenClaw before 2026.4.8 contains a security bypass vulnerability in node.invoke(browser.proxy) that allows mutation of persistent browser profiles. Attackers can exploit this path to circumvent the browser.request persistent profile-mutation guard and modify browser configurations.
CWE: CWE-863
NVD

HIGH
CVE-2026-43003
CVE-2026-43003
pkg: python

published: May 1, 2026

An issue was discovered in OpenStack ironic-python-agent 1.0.0 through 11.5.0. Ironic Python Agent (IPA) sometimes executes grub-install from within a chroot of the deployed partition image, leading to code execution in the case of a malicious image.
CWE: CWE-829
NVD

HIGH
CVE-2026-43016
CVE-2026-43016
pkg: go

published: May 1, 2026

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

bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_ready().

syzbot reported use-after-free of AF_UNIX socket's sk->sk_socket
in sk_psock_verdict_data_ready(). [0]

In unix_stream_sendmsg(), the peer socket'…

NVD

HIGH
CVE-2026-31716
CVE-2026-31716
pkg: linux

published: May 1, 2026

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

fs/ntfs3: validate rec->used in journal-replay file record check

check_file_record() validates rec->total against the record size but
never validates rec->used. The do_action() journal-replay handlers read
rec->used from disk and…

NVD

HIGH
CVE-2026-31703
CVE-2026-31703
pkg: linux

published: May 1, 2026

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

writeback: Fix use after free in inode_switch_wbs_work_fn()

inode_switch_wbs_work_fn() has a loop like:

wb_get(new_wb);
while (1) {
list = llist_del_all(&new_wb->switch_wbs_ctxs);
/* Nothing to do? */
if (!list)

NVD

HIGH
CVE-2026-31700
CVE-2026-31700
pkg: linux

published: May 1, 2026

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

net/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd()

In tpacket_snd(), when PACKET_VNET_HDR is enabled, vnet_hdr points
directly into the mmap'd TX ring buffer shared with userspace. The
kernel validates the header via …

NVD

HIGH
CVE-2026-31695
CVE-2026-31695
pkg: linux

published: May 1, 2026

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

wifi: virt_wifi: remove SET_NETDEV_DEV to avoid use-after-free

Currently we execute `SET_NETDEV_DEV(dev, &priv->lowerdev->dev)` for
the virt_wifi net devices. However, unregistering a virt_wifi device in
netdev_run_todo() can happ…

NVD

HIGH
CVE-2026-31694
CVE-2026-31694
pkg: linux

published: May 1, 2026

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

fuse: reject oversized dirents in page cache

fuse_add_dirent_to_cache() computes a serialized dirent size from the
server-controlled namelen field and copies the dirent into a single
page-cache page. The existing logic only checks…

NVD

HIGH
CVE-2026-7584
CVE-2026-7584
pkg: python

published: May 1, 2026

The LabOne Q serialization framework uses a class-loading mechanism (import_cls) to dynamically import and instantiate Python classes during deserialization. Prior to the fix, this mechanism accepted arbitrary fully-qualified class names from the serialized data without any validation of the target …
CWE: CWE-502
NVD

HIGH
CVE-2026-31693
CVE-2026-31693
pkg: linux

published: Apr 30, 2026

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

cifs: some missing initializations on replay

In several places in the code, we have a label to signify
the start of the code where a request can be replayed if
necessary. However, some of these places were missing the
necessary re…

NVD

HIGH
CVE-2026-31786
CVE-2026-31786
pkg: linux

published: Apr 30, 2026

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

Buffer overflow in drivers/xen/sys-hypervisor.c

The build id returned by HYPERVISOR_xen_version(XENVER_build_id) is
neither NUL terminated nor a string.

The first causes a buffer overflow as sprintf in buildid_show will
read and …

NVD

HIGH
CVE-2026-42432
CVE-2026-42432
pkg: openclaw openclaw

published: Apr 28, 2026

OpenClaw before 2026.4.8 contains a privilege escalation vulnerability allowing previously paired nodes to reconnect with exec-capable commands without operator.admin scope requirement. Attackers can bypass re-pairing authentication to execute privileged commands on the local assistant system.
CWE: CWE-863
NVD

HIGH
CVE-2026-43824
CVE-2026-43824
pkg: kubernetes

published: May 2, 2026

In Argo CD 3.2.0 before 3.2.11 and 3.3.0 before 3.3.9, ServerSideDiff allows reading cleartext Kubernetes Secret data.
CWE: CWE-212
NVD

HIGH
CVE-2026-37554
CVE-2026-37554
pkg: openssl

published: May 1, 2026

An issue was discovered in Vanetza V2X v26.02 allowing remote unauthorized attackers to cause a denial of service. The vulnerability exists in the GeoNetworking packet processing pipeline where OpenSSL exceptions from ECC point validation (invalid compressed point, point not on curve) are not proper…
CWE: CWE-248
NVD

HIGH
CVE-2026-31719
CVE-2026-31719
pkg: linux

published: May 1, 2026

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

crypto: krb5enc – fix async decrypt skipping hash verification

krb5enc_dispatch_decrypt() sets req->base.complete as the skcipher
callback, which is the caller's own completion handler. When the
skcipher completes asynchronously, …

NVD

HIGH
CVE-2026-31711
CVE-2026-31711
pkg: linux

published: May 1, 2026

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

smb: server: fix active_num_conn leak on transport allocation failure

Commit 77ffbcac4e56 ("smb: server: fix leak of active_num_conn in
ksmbd_tcp_new_connection()") addressed the kthread_run() failure
path. The earlier alloc_tran…

NVD

HIGH
CVE-2026-40595
CVE-2026-40595
pkg: go

published: Apr 30, 2026

Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create charts. In version 4.9.0, Chartbrew exposes public chart retrieval and export routes that only verify project-level public access and, for exports, a team-level export toggle. The r…
CWE: CWE-284
GitHub-GHSA

HIGH
pygeoapi 0.23.x: Path Traversal in STAC FileSystemProvider
GHSA-f6pr-83pg-ghh6
pkg: pygeoapi
eco: pip
published: Apr 29, 2026
### Impact
A raw string path concatenation vulnerability in pygeoapi's STAC FileSystemProvider plugin can allow for requests to STAC collection based collections to expose directories without authentication. The issue manifests when pygeoapi is deployed without a proxy or web front end that would n…
CVE-2026-42351
GitHub-GHSA

HIGH
Marked Vulnerable to OOM Denial of Service via Infinite Recursion in marked Tokenizer
GHSA-6v9c-7cg6-27q7
pkg: marked
eco: npm
published: Apr 29, 2026
### Summary
A critical Denial of Service (DoS) vulnerability exists in `marked@18.0.0`. By providing a specific 3-byte input sequence a tab, a vertical tab, and a newline (`\x09\x0b\n`)—an unauthenticated attacker can trigger an infinite recursion loop during parsing. This leads to unbounded memor…
CVE-2026-41680
GitHub-GHSA

HIGH
n8n has a Python Task Runner Sandbox Escape Vulnerability
GHSA-44v6-jhgm-p3m4
pkg: n8n, n8n, n8n
eco: npm
published: Apr 29, 2026
## Impact
An authenticated user with permission to create or modify workflows containing a Python Code Node could escape the sandbox and achieve arbitrary code execution on the task runner container.

– This issue only affects instances where the Python Task Runner is enabled.

## Patches
The issue …

CVE-2026-42234
GitHub-GHSA

HIGH
GoBGP has Remote Denial of Service (Panic) in UpdatePathAttrs4ByteAs via Malformed BGP UPDATE
GHSA-8rxh-r2p6-7f2q
pkg: github.com/osrg/gobgp/v4
eco: go
published: Apr 29, 2026
### Summary
A remote Denial of Service (DoS) vulnerability exists in GoBGP where a malformed BGP UPDATE message can trigger a runtime error: index out of range panic. This occurs during the processing of 4-byte AS attributes when the message structure causes an internal slice index shift that is not…
CVE-2026-41643
GitHub-GHSA

HIGH
GoBGP has Remote Denial of Service (Panic) via Malformed Well-known Path Attribute
GHSA-7235-89m6-f4px
pkg: github.com/osrg/gobgp/v4
eco: go
published: Apr 29, 2026
### Summary
A remote Denial of Service (DoS) vulnerability exists in GoBGP due to a nil pointer dereference. When a malformed BGP UPDATE message contains an unrecognized Path Attribute marked as "Well-known," the daemon fails to interrupt the message handling flow. This results in an illegal memory …
CVE-2026-41642
NVD

HIGH
CVE-2026-42520
CVE-2026-42520
pkg: node

published: Apr 29, 2026

Jenkins Credentials Binding Plugin 719.v80e905ef14eb_ and earlier does not sanitize file names for file and zip file credentials, allowing attackers able to provide credentials to a job to write files to arbitrary locations on the node filesystem, which can lead to remote code execution if Jenkins i…
CWE: CWE-22
NVD

HIGH
CVE-2026-7357
CVE-2026-7357
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in GPU in Google Chrome prior to 147.0.7727.138 allowed a remote attacker who had compromised the renderer process to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)
CWE: CWE-416
NVD

HIGH
CVE-2026-7349
CVE-2026-7349
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in Cast in Google Chrome prior to 147.0.7727.138 allowed an attacker on the local network segment to execute arbitrary code inside a sandbox via malicious network traffic. (Chromium security severity: High)
CWE: CWE-416
NVD

HIGH
CVE-2026-7343
CVE-2026-7343
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in Views in Google Chrome on Windows prior to 147.0.7727.138 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-7338
CVE-2026-7338
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Use after free in Cast in Google Chrome prior to 147.0.7727.138 allowed an attacker on the local network segment to potentially exploit heap corruption via malicious network traffic. (Chromium security severity: High)
CWE: CWE-416
GitHub-GHSA

HIGH
CoreDNS has TSIG authentication bypass on gRPC and QUIC transports
GHSA-vp29-5652-4fw9
pkg: github.com/coredns/coredns
eco: go
published: Apr 28, 2026
### Summary

The gRPC, QUIC, DoH, and DoH3 transports in CoreDNS incorrectly handle TSIG authentication.

For gRPC and QUIC, CoreDNS checks whether the TSIG key name exists in the config, but does not actually verify the TSIG HMAC. If the key name matches, `tsigStatus` remains nil and the tsig plugi…

CVE-2026-35579
GitHub-GHSA

HIGH
CoreDNS has TSIG authentication bypass on DoT, DoH, DoH3, DoQ, and gRPC
GHSA-qhmp-q7xh-99rh
pkg: github.com/coredns/coredns
eco: go
published: Apr 28, 2026
### Summary
CoreDNS' tsig plugin can be bypassed on non-plain-DNS transports because it trusts the transport writer's TsigStatus() instead of performing verification itself. In the attached PoC, plain DNS/TCP correctly rejects an invalid TSIG (NOTAUTH), while the same invalid-TSIG request is accepte…
CVE-2026-33190
GitHub-GHSA

HIGH
CoreDNS' transfer stanza selection uses lexicographic compare (subzone ACL bypass)
GHSA-h8mm-c463-wjq3
pkg: github.com/coredns/coredns
eco: go
published: Apr 28, 2026
### Summary
CoreDNS' transfer plugin can select the wrong ACL stanza when both a parent zone and a more-specific subzone are configured. A permissive parent-zone transfer rule can override a restrictive subzone rule (name-dependent), allowing an unauthorized client to perform AXFR/IXFR for the subzo…
CVE-2026-33489
GitHub-GHSA

HIGH
CoreDNS DoH GET oversized dns= query parameter causes pre-validation CPU and memory amplification
GHSA-63cw-r7xf-jmwr
pkg: github.com/coredns/coredns
eco: go
published: Apr 28, 2026
### Summary

CoreDNS's DNS-over-HTTPS (DoH) GET path accepts oversized `dns=` query values and performs substantial request parsing, query unescaping, base64 decoding, and message unpacking work before returning `400 Bad Request`.

A remote, unauthenticated attacker can repeatedly send oversized DoH…

CVE-2026-32936
GitHub-GHSA

HIGH
CoreDNS' DoQ worker pool does not bound stream backlog
GHSA-2wpx-qpw2-g5h5
pkg: github.com/coredns/coredns
eco: go
published: Apr 28, 2026
### Summary
CoreDNS' DNS-over-QUIC (DoQ) server can be driven into large goroutine and memory growth by a remote client that opens many QUIC streams and stalls after sending only 1 byte. Even with a small configured quic { worker_pool_size … }, CoreDNS still spawns a goroutine per accepted stream …
CVE-2026-32934
NVD

HIGH
CVE-2026-42423
CVE-2026-42423
pkg: openclaw openclaw

published: Apr 28, 2026

OpenClaw before 2026.4.8 contains an approval-timeout fallback mechanism that bypasses strictInlineEval explicit-approval requirements on gateway and node exec hosts. Attackers can exploit this timeout fallback to execute inline eval commands that should require explicit user approval, circumventing…
CWE: CWE-636
NVD

HIGH
CVE-2026-41405
CVE-2026-41405
pkg: openclaw openclaw

published: Apr 28, 2026

OpenClaw before 2026.3.31 parses MS Teams webhook request bodies before performing JWT validation, allowing unauthenticated attackers to trigger resource exhaustion. Remote attackers can send malicious Teams webhook payloads to exhaust server resources by bypassing authentication checks.
CWE: CWE-408
NVD

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

published: Apr 28, 2026

Uncontrolled Recursion vulnerability in Apache Thrift Node.js bindings

This issue affects Apache Thrift: before 0.23.0.

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

CWE: CWE-674
NVD

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

published: Apr 28, 2026

Integer Overflow or Wraparound vulnerability in Apache Thrift TFramedTransport Go language implementation

This issue affects Apache Thrift: before 0.23.0.

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

CWE: CWE-190
NVD

HIGH
CVE-2026-42800
CVE-2026-42800
pkg: linux

published: Apr 30, 2026

NULL pointer dereference vulnerability in ASR1903 in ASR Lapwing_Linux on Linux (ims_client modules) allows Pointer Manipulation.

This vulnerability is associated with program files sip/utils/src/sipuri.c.

CWE: CWE-476
NVD

HIGH
CVE-2026-7710
CVE-2026-7710
pkg: jwt

published: May 4, 2026

A security flaw has been discovered in YunaiV yudao-cloud up to 3.8.0. This affects the function doFilterInternal of the file JwtAuthenticationTokenFilter.java of the component Ruoyi-Vue-Pro. Performing a manipulation of the argument mock-token results in improper authentication. Remote exploitation…
CWE: CWE-287
NVD

HIGH
CVE-2026-7505
CVE-2026-7505
pkg: go

published: Apr 30, 2026

A flaw has been found in nextlevelbuilder GoClaw and GoClaw Lite up to 3.8.5. This affects an unknown function of the component RPC Handler. This manipulation causes improper authorization. The attack may be initiated remotely. The exploit has been published and may be used. Upgrading to version 3.9…
CWE: CWE-266, CWE-285
NVD

HIGH
CVE-2025-50328
CVE-2025-50328
pkg: windows

published: Apr 29, 2026

A vulnerability in B1 Free Archiver v1.5.86 allows files extracted from downloaded archives to bypass Windows Mark of the Web (MotW) protections. When an archive is downloaded from the internet and extracted using B1 Free Archiver, the software fails to propagate the 'Zone.Identifier' alternate data…
CWE: CWE-290
NVD

HIGH
CVE-2026-7146
CVE-2026-7146
pkg: axios

published: Apr 27, 2026

A security vulnerability has been detected in AlejandroArciniegas mcp-data-vis up to de5a51525a69822290eaee569a1ab447b490746d. Affected by this vulnerability is the function axios of the file src/servers/web-scraper/server.js of the component HTTP Request Handler. Such manipulation leads to server-s…
CWE: CWE-918
NVD

HIGH
CVE-2026-7461
CVE-2026-7461
pkg: windows

published: Apr 30, 2026

Improper neutralization of inputs used in an OS command in the FSx Windows File Server volume mounting component in Amazon ECS Agent on Windows before version 1.103.0 might allow a remote authenticated threat actor to execute shell commands with SYSTEM privileges on the underlying host via a special…
CWE: CWE-78
GitHub-GHSA

HIGH
appsmith has SQL Injection in FilterDataService via Unsafe DROP TABLE Execution
GHSA-h8cj-hpmg-636v
pkg: com.appsmith:interfaces
eco: maven
published: Apr 29, 2026
### Summary
A SQL injection vulnerability exists in `FilterDataServiceCE.java` where the `dropTable` method constructs a SQL `DROP TABLE` statement using string concatenation with the table name. If the table name is derived from user input, this allows for arbitrary SQL command execution.

### Deta…

NVD

HIGH
CVE-2026-7191
CVE-2026-7191
pkg: express

published: Apr 27, 2026

Improper use of the static-eval npm package in the open source solution qnabot-on-aws versions 7.2.4 and earlier may allow an authenticated administrator to execute arbitrary code within the fulfillment Lambda execution context by injecting a crafted conditional chaining expression via the Content D…
CWE: CWE-94
NVD

HIGH
CVE-2026-31707
CVE-2026-31707
pkg: linux

published: May 1, 2026

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

ksmbd: validate response sizes in ipc_validate_msg()

ipc_validate_msg() computes the expected message size for each
response type by adding (or multiplying) attacker-controlled fields
from the daemon response to a fixed struct siz…

NVD

HIGH
CVE-2026-31699
CVE-2026-31699
pkg: linux

published: May 1, 2026

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

crypto: ccp: Don't attempt to copy CSR to userspace if PSP command failed

When retrieving the PEK CSR, don't attempt to copy the blob to userspace
if the firmware command failed. If the failure was due to an invalid
length, i.e. …

NVD

HIGH
CVE-2026-31698
CVE-2026-31698
pkg: linux

published: May 1, 2026

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

crypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failed

When retrieving the PDH cert, don't attempt to copy the blobs to userspace
if the firmware command failed. If the failure was due to an invalid
length…

NVD

HIGH
CVE-2026-31697
CVE-2026-31697
pkg: linux

published: May 1, 2026

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

crypto: ccp: Don't attempt to copy ID to userspace if PSP command failed

When retrieving the ID for the CPU, don't attempt to copy the ID blob to
userspace if the firmware command failed. If the failure was due to an
invalid leng…

GitHub-GHSA

HIGH
Arcane Vulnerable to Unauthenticated Disclosure of Custom Compose Template Content (incl. `.env` secrets)
GHSA-cxx3-hr75-4q96
pkg: github.com/getarcaneapp/arcane/backend
eco: go
published: Apr 30, 2026
### Summary
Four `GET` endpoints under `/api/templates*` in Arcane's Huma backend are registered without any `Security` requirement, allowing any unauthenticated network client to list and read the full Compose YAML and `.env` content of every custom template stored in the instance. Because Arcane's…
CVE-2026-42461
GitHub-GHSA

HIGH
Clerk has an authorization bypass when combining organization, billing, or reverification checks
GHSA-w24r-5266-9c3c
pkg: @clerk/shared, @clerk/shared, @clerk/backend
eco: npm
published: Apr 30, 2026
### Summary

`has()`, `auth.protect()`, and related authorization predicates in `@clerk/shared`, `@clerk/nextjs`, `@clerk/backend`, and other framework SDKs can return true for certain combined authorization checks when the result should be false, allowing a gated action to proceed for a user who do…

CVE-2026-42349
GitHub-GHSA

HIGH
Hickory DNS's Record Cache Accepts AUTHORITY-Section NS from Sibling Zone via Parent-Pool Zone-Context Elevation
GHSA-83hf-93m4-rgwq
pkg: hickory-recursor, hickory-recursor
eco: rust
published: Apr 30, 2026
# Summary

The Hickory DNS project's experimental `hickory-recursor` crate's record cache (`DnsLru`) stores records from DNS responses keyed by each record's own (name, type), not by the query that triggered the response. `cache_response()` in `crates/recursor/src/lib.rs` chains `ANSWER`, `AUTHORITY…

GitHub-GHSA

HIGH
Jupyter Notebook Vulnerable to Authentication Token Theft via CommandLinker XSS
GHSA-rch3-82jr-f9w9
pkg: @jupyter-notebook/help-extension, notebook, jupyterlab
eco: npm
published: Apr 30, 2026
### Impact

A stored Cross-Site Scripting (XSS) vulnerability in Jupyter Notebook allows attackers to steal authentication tokens from users who open malicious notebook files and interact with elements that the attacker can make look indistinguishable from legitimate controls (single click interacti…

CVE-2026-40171
GitHub-GHSA

HIGH
CKAN has Unauthenticated SQL Injection and Authorization Bypass in `datastore_search_sql`
GHSA-h7j7-3rx6-xvcg
pkg: ckan, ckan
eco: pip
published: Apr 29, 2026
### Impact

A vulnerability in `datastore_search_sql` allowed attackers to inject SQL in order to gain access to private resources and PostgreSQL system information.

### Patches
The issue has been patched in CKAN 2.10.10 and CKAN 2.11.5

### Workarounds
Disable the DataStore SQL search (`ckan.datas…

CVE-2026-42031
GitHub-GHSA

HIGH
n8n Vulnerable to Unauthenticated Denial of Service via MCP Client Registration
GHSA-49m9-pgww-9vq6
pkg: n8n, n8n, n8n
eco: npm
published: Apr 29, 2026
## Impact
The MCP OAuth client registration endpoint accepted unauthenticated requests and stored client data without adequate resource controls. An unauthenticated remote attacker could exhaust server memory resources by sending large registration payloads, rendering the n8n instance unavailable. T…
CVE-2026-42236
GitHub-GHSA

MEDIUM
n8n has SQL Injection in Snowflake and MySQL Nodes
GHSA-hp3c-vfpm-q4f7
pkg: n8n, n8n, n8n
eco: npm
published: Apr 29, 2026
## Impact
The fix for [GHSA-f3f2-mcxc-pwjx](https://github.com/advisories/GHSA-f3f2-mcxc-pwjx) did not cover the Snowflake node or the legacy MySQL v1 node. Both nodes construct SQL queries by directly interpolating user-controlled table names, column names, and update keys into query strings withou…
CVE-2026-42237
GitHub-GHSA

MEDIUM
n8n has Public API Variables IDOR that Allows Cross-Project Secret Disclosure
GHSA-756q-gq9h-fp22
pkg: n8n, n8n, n8n
eco: npm
published: Apr 29, 2026
## Impact
An authenticated user with a valid API key scoped to `variable:list` could read variables from projects they are not a member of by supplying an arbitrary `projectId` query parameter to the public API variables endpoint. The handler queried the variables repository directly without enforci…
CVE-2026-42227
GitHub-GHSA

MEDIUM
n8n has SQL Injection in SeaTable Node
GHSA-mp4j-h6gh-f6mp
pkg: n8n, n8n, n8n
eco: npm
published: Apr 29, 2026
## Impact
A flaw in the SeaTable node's `row:search` and `row:get` operations allowed user-controlled input to be concatenated directly into SQL query strings without escaping or parameterization. In workflows where external user input is passed via expressions into the SeaTable node's search or row…
CVE-2026-42229
NVD

MEDIUM
CVE-2026-7714
CVE-2026-7714
pkg: react

published: May 4, 2026

A flaw has been found in crocodilestick Calibre-Web-Automated up to 4.0.6. Affected by this issue is some unknown functionality of the file cps/cwa_functions.py of the component Admin Endpoint. This manipulation causes missing authentication. It is possible to initiate the attack remotely. The explo…
CWE: CWE-287, CWE-306
NVD

MEDIUM
CVE-2026-23863
CVE-2026-23863
pkg: windows

published: May 1, 2026

An attachment spoofing issue in WhatsApp for Windows prior to v2.3000.1032164386.258709 could have allowed maliciously formatted documents with embedded NUL bytes in the filename to be shown in the application as one type of file but run as an executable when opened. We have not seen evidence of exp…
CWE: CWE-158
NVD

MEDIUM
CVE-2026-1577
CVE-2026-1577
pkg: ibm db2

published: Apr 30, 2026

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 for Linux, UNIX and Windows (includes Db2 Connect Server) could allow an authenticated user to cause a denial of service due to improper neutralization of special elements in data query logic.
CWE: CWE-1284
NVD

MEDIUM
CVE-2025-36122
CVE-2025-36122
pkg: ibm db2

published: Apr 30, 2026

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.3 for Linux, UNIX and Windows (includes DB2 Connect Server) could allow an authenticated user to cause a denial of service using a specially crafted SQL query due to improper allocation of system resources.
CWE: CWE-770
NVD

MEDIUM
CVE-2026-35514
CVE-2026-35514
pkg: jwt

published: Apr 30, 2026

Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create charts. In version 4.9.0, the endpoint POST /user/invited does not validate any invite token, authentication header, or session. Any unauthenticated attacker can call this endpoint …
CWE: CWE-306
GitHub-GHSA

MEDIUM
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
GHSA-4625-4j76-fww9
pkg: OpenTelemetry.Exporter.OpenTelemetryProtocol
eco: nuget
published: Apr 30, 2026
### Summary

The OTLP disk retry feature in `OpenTelemetry.Exporter.OpenTelemetryProtocol` silently fell back to `Path.GetTempPath()` when `OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY=disk` was set but `OTEL_DOTNET_EXPERIMENTAL_OTLP_DISK_RETRY_DIRECTORY_PATH` was not configured.

The exporter stored and loa…

CVE-2026-42191
GitHub-GHSA

MEDIUM
Fiber's cache middleware default key generator ignores query string, causing response mix-up across distinct query parameters
GHSA-35hp-hqmv-8qg8
pkg: github.com/gofiber/fiber/v3
eco: go
published: Apr 28, 2026
### Summary
Fiber cache middleware's default key generator uses only `c.Path()` and does not include the query string.
As a result, requests like `/?id=1` and `/?id=2` can map to the same cache key and share the same cached response.

This can cause response mix-up (cache poisoning-like behavior) fo…

CVE-2026-30246
NVD

MEDIUM
CVE-2026-41369
CVE-2026-41369
pkg: openclaw openclaw

published: Apr 28, 2026

OpenClaw before 2026.3.31 contains insufficient environment variable sanitization in host exec operations, failing to filter package, registry, Docker, compiler, and TLS override variables. Attackers can exploit this by injecting malicious environment variables to override critical system configurat…
CWE: CWE-668
NVD

MEDIUM
CVE-2026-41081
CVE-2026-41081
pkg: apache storm

published: Apr 27, 2026

Improper Handling of TLS Client Authentication Failure Leading to Anonymous Principal Assignment in Apache Storm

Versions Affected: up to 2.8.7

Description: When TLS transport is enabled in Apache Storm without requiring client certificate authentication (the default configuration), the TlsTranspo…

CWE: CWE-287
NVD

MEDIUM
CVE-2026-41174
CVE-2026-41174
pkg: traefik traefik

published: Apr 30, 2026

Traefik is an HTTP reverse proxy and load balancer. Prior to versions 2.11.43, 3.6.14, and 3.7.0-rc.2, there is a potential vulnerability in Traefik's Kubernetes CRD provider cross-namespace isolation enforcement. When providers.kubernetesCRD.allowCrossNamespace=false, Traefik correctly rejects dire…
CWE: CWE-653, CWE-863
NVD

MEDIUM
CVE-2026-7716
CVE-2026-7716
pkg: windows

published: May 4, 2026

A vulnerability was found in code-projects Gym Management System In PHP and Windows NT 1.0. This vulnerability affects unknown code of the file /index.php. Performing a manipulation of the argument day results in sql injection. The attack can be initiated remotely. The exploit has been made public a…
CWE: CWE-74, CWE-89
NVD

MEDIUM
CVE-2026-7629
CVE-2026-7629
pkg: react

published: May 2, 2026

A flaw has been found in kleneway awesome-cursor-mpc-server up to 2.0.1. Impacted is the function runCodeReviewTool of the file src/tools/codeReview.ts of the component Ccode-Review Tool. Executing a manipulation can lead to command injection. The attack may be launched remotely. The exploit has bee…
CWE: CWE-74, CWE-77
NVD

MEDIUM
CVE-2026-7628
CVE-2026-7628
pkg: react

published: May 2, 2026

A vulnerability was detected in crazyrabbitLTC mcp-code-review-server up to 0.1.0. This issue affects the function executeRepomix of the file src/repomix.ts of the component RepoMix Command Handler. Performing a manipulation results in command injection. The attack may be initiated remotely. The exp…
CWE: CWE-74, CWE-77
NVD

MEDIUM
CVE-2026-7595
CVE-2026-7595
pkg: react

published: May 1, 2026

A flaw has been found in nextlevelbuilder ui-ux-pro-max-skill up to 2.5.0. Affected by this vulnerability is the function _format_plugins of the file .claude/skills/ui-styling/scripts/tailwind_config_gen.py of the component Tailwind Config Generator. This manipulation causes code injection. The atta…
CWE: CWE-74, CWE-94
NVD

MEDIUM
CVE-2026-7305
CVE-2026-7305
pkg: go

published: Apr 28, 2026

A weakness has been identified in Xuxueli xxl-job up to 3.3.2. The affected element is the function triggerJob of the file xxl-job-admin/src/main/java/com/xxl/job/admin/service/impl/XxlJobServiceImpl.java of the component trigger Endpoint. This manipulation of the argument addressList causes server-…
CWE: CWE-918
NVD

MEDIUM
CVE-2026-7163
CVE-2026-7163
pkg: jwt

published: Apr 30, 2026

A vulnerability in the assisted-service REST API, an optional Assisted Installer (assisted-service) component in the Multicluster Engine (MCE), allows an authenticated user with minimal namespace-scoped privileges to obtain administrative credentials for arbitrary clusters provisioned through the hu…
CWE: CWE-312
GitHub-GHSA

MEDIUM
CKAN has CSRF exemption primed by anonymous requests
GHSA-mcvf-jxcw-vj73
pkg: ckan, ckan
eco: pip
published: Apr 29, 2026
Views can be marked as exempt from CSRF protection

Access to the views via tokens or unauthenticated requests marked the endpoint as not requiring CSRF protection.

The marking was a member variable in flask-wtf.csrf.CSRFProtect(), which was stored as a module level variable in the flask_app midd…

CVE-2026-41255
NVD

MEDIUM
CVE-2026-41016
CVE-2026-41016
pkg: apache airflow

published: Apr 30, 2026

Apache Airflow's SMTP provider `SmtpHook` called Python's `smtplib.SMTP.starttls()` without an SSL context, so no certificate validation was performed on the TLS upgrade. A man-in-the-middle between the Airflow worker and the SMTP server could present a self-signed certificate, complete the STARTTLS…
CWE: CWE-295
GitHub-GHSA

MEDIUM
OpenTelemetry.Resources.Azure has an unbounded HTTP response body read
GHSA-vc24-j8c5-2vw4
pkg: OpenTelemetry.Resources.Azure
eco: nuget
published: Apr 29, 2026
### Summary

`OpenTelemetry.Resources.Azure` reads unbounded HTTP response bodies from the Azure VM remote instance metadata service endpoint into memory.

This would allow an attacker-controlled endpoint or one acting as a Man-in-the-Middle (MitM) to cause excessive memory allocation and possible p…

CVE-2026-41483
NVD

MEDIUM
CVE-2026-7669
CVE-2026-7669
pkg: python

published: May 2, 2026

A vulnerability was detected in sgl-project SGLang up to 0.5.9. Impacted is the function get_tokenizer of the file python/sglang/srt/utils/hf_transformers_utils.py of the component HuggingFace Transformer Handler. The manipulation of the argument trust_remote_code with the input False as part of Boo…
CWE: CWE-74, CWE-94
NVD

MEDIUM
CVE-2026-7292
CVE-2026-7292
pkg: node

published: Apr 28, 2026

A security vulnerability has been detected in o2oa up to 10.0. This impacts the function syncFile of the file NodeAgent.java of the component NodeAgent. The manipulation leads to improper authorization. The attack can be initiated remotely. The complexity of an attack is rather high. The exploitabil…
CWE: CWE-266, CWE-285
NVD

MEDIUM
CVE-2026-7113
CVE-2026-7113
pkg: react

published: Apr 27, 2026

A vulnerability was found in NousResearch hermes-agent 0.8.0. Affected by this issue is some unknown functionality of the file gateway/platforms/webhook.py of the component Webhooks Endpoint. The manipulation of the argument _INSECURE_NO_AUTH results in missing authentication. The attack can be laun…
CWE: CWE-287, CWE-306
NVD

MEDIUM
CVE-2026-7112
CVE-2026-7112
pkg: react

published: Apr 27, 2026

A vulnerability has been found in NousResearch hermes-agent 0.8.0. Affected by this vulnerability is the function _check_auth of the file gateway/platforms/api_server.py of the component API_SERVER_KEY Handler. The manipulation leads to improper authentication. The attack can be initiated remotely. …
CWE: CWE-287
NVD

MEDIUM
CVE-2026-6528
CVE-2026-6528
pkg: wireshark wireshark

published: Apr 30, 2026

TLS protocol dissector infinite loop in Wireshark 4.6.0 to 4.6.4 allows denial of service
CWE: CWE-835
NVD

MEDIUM
CVE-2026-6446
CVE-2026-6446
pkg: oauth

published: May 2, 2026

The My Social Feeds – Social Feeds Embedder plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to and including 1.0.4 via the 'ttp_get_accounts' AJAX action. This is due to the complete absence of authorization checks (no capability verification) and nonce veri…
CWE: CWE-522
GitHub-GHSA

MEDIUM
n8n Vulnerable to Hijacking of Unauthenticated Chat Execution
GHSA-f77h-j2v7-g6mw
pkg: n8n, n8n, n8n
eco: npm
published: Apr 29, 2026
## Impact
The `/chat` WebSocket endpoint used by the Chat Trigger node's Hosted Chat feature did not verify that an incoming connection was authorized to interact with the target execution. An unauthenticated remote attacker who could identify a valid execution ID for a workflow in a waiting state c…
CVE-2026-42228
NVD

MEDIUM
CVE-2026-37504
CVE-2026-37504
pkg: node

published: May 1, 2026

Sensitive server_token exposed via GET parameter in V2Board thru 1.7.4. In app/Http/Controllers/Server/UniProxyController.php, the server authentication token is accepted via GET parameter transmission. The token appears in URLs such as /api/v1/server/UniProxy/user?token=SECRET, causing it to be rec…
CWE: CWE-598
NVD

MEDIUM
CVE-2025-14688
CVE-2025-14688
pkg: ibm db2

published: Apr 30, 2026

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.3 for Linux, UNIX and Windows (includes Db2 Connect Server) could allow an authenticated user to cause a denial of service due to improper neutralization of special elements in data query logic when certain configurations exist.
CWE: CWE-1284
GitHub-GHSA

MEDIUM
OneCollector exporter reads unbounded HTTP response bodies
GHSA-55m9-299j-53c7
pkg: OpenTelemetry.Exporter.OneCollector
eco: nuget
published: Apr 29, 2026
### Summary

When exporting telemetry to a back-end/collector over HTTP using the OpenTelemetry.Exporter.OneCollector exporter, if the request results in a unsuccessful request (i.e. HTTP 4xx or 5xx), the response is read into memory with no upper-bound on the number of bytes consumed.

This could c…

CVE-2026-41484
NVD

MEDIUM
CVE-2026-22745
CVE-2026-22745
pkg: windows

published: Apr 29, 2026

Spring MVC and WebFlux applications are vulnerable to Denial of Service attacks when resolving static resources.

More precisely, an application can be vulnerable when all the following are true:

* the application is using Spring MVC or Spring WebFlux
* the application is serving static reso…

CWE: CWE-400
GitHub-GHSA

MEDIUM
OpenTelemetry's Zipkin remote endpoint cache could grow without bounds and increase memory pressure
GHSA-88hf-wf7h-7w4m
pkg: OpenTelemetry.Exporter.Zipkin
eco: nuget
published: Apr 28, 2026
### Summary

The Zipkin exporter remote endpoint cache accepted unbounded key growth derived from span attributes. In high-cardinality scenarios, this could increase process memory usage over time and degrade availability.

### Details

– Introduce a bounded, thread-safe LRU cache for remote endpoin…

CVE-2026-41310
NVD

MEDIUM
CVE-2026-41391
CVE-2026-41391
pkg: openclaw openclaw

published: Apr 28, 2026

OpenClaw before 2026.3.31 fails to properly sanitize PIP_INDEX_URL and UV_INDEX_URL environment variables in host execution contexts, allowing attackers to redirect Python package-index traffic. Attackers can exploit this bypass to intercept or manipulate package management operations by injecting m…
CWE: CWE-184
NVD

MEDIUM
CVE-2026-22726
CVE-2026-22726
pkg: go

published: May 1, 2026

Route Services can be leveraged to send app traffic to network destinations outside of an app's configured egress rules. As a result, a malicious developer with access to Cloudfoundry could configure a route-service that would allow it to send requests to HTTP services on internal networks reachable…
CWE: CWE-923
NVD

MEDIUM
CVE-2026-40974
CVE-2026-40974
pkg: ssl

published: Apr 28, 2026

Spring Boot's Cassandra auto-configuration does not perform hostname verification when establishing an SSL connection to Cassandra.

Affected: Spring Boot 4.0.0–4.0.5 (fix 4.0.6), 3.5.0–3.5.13 (fix 3.5.14), 3.4.0–3.4.15 (fix 3.4.16), 3.3.0–3.3.18 (fix 3.3.19), 2.7.0–2.7.32 (fix 2.7.33); Ca…

CWE: CWE-295
NVD

MEDIUM
CVE-2026-40971
CVE-2026-40971
pkg: ssl

published: Apr 27, 2026

When configured to use an SSL bundle, Spring Boot's RabbitMQ auto-configuration does not perform hostname verification when connecting to the RabbitMQ broker.

Affected: Spring Boot 4.0.0–4.0.5 (fix 4.0.6), 3.5.0–3.5.13 (fix 3.5.14) per vendor advisory.

CWE: CWE-295
NVD

MEDIUM
CVE-2026-40970
CVE-2026-40970
pkg: ssl

published: Apr 27, 2026

When configured to use an SSL bundle, Spring Boot's Elasticsearch auto-configuration does not perform hostname verification when connecting to the Elasticsearch server.

Affected: Spring Boot 4.0.0–4.0.5; upgrade to 4.0.6 or later per vendor advisory.

CWE: CWE-295
NVD

MEDIUM
CVE-2026-1858
CVE-2026-1858
pkg: tls

published: Apr 29, 2026

wget2 accepts a server certificate with incorrect Key Usage (KU) or Extended Key Usage (EKU). If the attackers compromise a certificate (with the associated private key) issued for a different purpose, they may be able to reuse it for TLS server authentication.
CWE: CWE-20
NVD

MEDIUM
CVE-2025-10539
CVE-2025-10539
pkg: tls

published: Apr 28, 2026

Due to improper TLS certificate validation in the DeskTime Time Tracking App before version 1.3.674, attackers who can position themselves in the network path between the client and the DeskTime update servers can return a malicious executable in response to an update request. This allows the attack…
CWE: CWE-295, CWE-296, CWE-494
NVD

MEDIUM
CVE-2026-40557
CVE-2026-40557
pkg: ssl

published: Apr 27, 2026

Improper Certificate Validation via Global SSL Context Downgrade in Apache Storm Prometheus Reporter

Versions Affected: from 2.6.3 to 2.8.6

Description: 

In production deployments where an administrator enables storm.daemon.metrics.reporter.plugin.prometheus.skip_tls_validation (by default it…

CWE: CWE-295
GitHub-GHSA

MEDIUM
n8n has Open Redirect in MCP OAuth Consent Flow
GHSA-f6x8-65q6-j9m9
pkg: n8n, n8n, n8n
eco: npm
published: Apr 29, 2026
## Impact
The `/mcp-oauth/register` endpoint accepted OAuth client registrations without authentication, allowing arbitrary `redirect_uri` values to be registered. When a user denies the MCP OAuth consent dialog, the `handleDeny` handler redirects the user to the registered `redirect_uri` without va…
CVE-2026-42230
NVD

MEDIUM
CVE-2026-7596
CVE-2026-7596
pkg: react

published: May 1, 2026

A vulnerability has been found in nextlevelbuilder ui-ux-pro-max-skill up to 2.5.0. Affected by this issue is the function data.get of the file .claude/skills/design-system/scripts/generate-slide.py of the component Slide Generator. Such manipulation leads to cross site scripting. The attack may be …
CWE: CWE-79, CWE-94
NVD

MEDIUM
CVE-2026-7340
CVE-2026-7340
pkg: google chrome, apple macos, linux linux_kernel

published: Apr 28, 2026

Integer overflow in ANGLE in Google Chrome on Windows prior to 147.0.7727.138 allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page. (Chromium security severity: Medium)
CWE: CWE-472
GitHub-GHSA

MEDIUM
Weblate Doesn't Invalidate API Token on Password Change
GHSA-6j8j-4qp3-36p2
pkg: weblate
eco: pip
published: Apr 30, 2026
### Impact
When a user changes their password, browser sessions are correctly invalidated via `cycle_session_keys()`, but DRF API tokens (`wlu_*` prefix) stored in `authtoken_token` are not revoked.

### Patches
* https://github.com/WeblateOrg/weblate/pull/19057

### Resources
Weblate thanks Sang Yu…

CVE-2026-41519
GitHub-GHSA

MEDIUM
CKAN has Unauthenticated Authorization Bypass in `datastore_search_sql`
GHSA-cg4x-64p3-x59h
pkg: ckan, ckan
eco: pip
published: Apr 30, 2026
### Impact

A vulnerability in `datastore_search_sql` allowed attackers to bypass authorization in order to gain access to private resources and PostgreSQL system information

### Patches
The issue has been patched in CKAN 2.10.10 and CKAN 2.11.5

### Workarounds
Disable the DataStore SQL search (`c…

CVE-2026-42032
GitHub-GHSA

MEDIUM
Weblate Vulnerable to Authenticated SSRF via Project Backup Import bypassing validate_repo_url
GHSA-cwcx-382v-8m9g
pkg: weblate
eco: pip
published: Apr 30, 2026
### Impact
An authenticated user with `project.add` permission (default on hosted Weblate SaaS and for any user holding an active billing/trial plan) can import a crafted project backup ZIP whose `components/<name>.json` contains an attacker-chosen `repo` URL pointing at a **private address** (e.g. …
CVE-2026-41654
GitHub-GHSA

MEDIUM
Claude SDK for TypeScript has Insecure Default File Permissions in Local Filesystem Memory Tool
GHSA-p7fg-763f-g4gf
pkg: @anthropic-ai/sdk
eco: npm
published: Apr 29, 2026
The `BetaLocalFilesystemMemoryTool` in the Anthropic TypeScript SDK created memory files and directories using the Node.js default modes (`0o666` for files, `0o777` for directories), leaving them world-readable on systems with a standard umask and world-writable in environments with a permissive uma…
CVE-2026-41686
GitHub-GHSA

MEDIUM
netfoil's optional seccomp sandboxing was not applied
GHSA-vjgj-42f6-7997
pkg: github.com/tinfoil-factory/netfoil
eco: go
published: Apr 29, 2026
### Summary
The optional flag `–filter-system-calls` was not applied even if specified.

### Details
This is a defense in depth feature to apply additional seccomp filters after the binary has started. The example config also sandboxes the binary with systemd.

### Impact
Reduced sandboxing of the …

GitHub-GHSA

MEDIUM
Netfoil has incorrect allowlist enforcement
GHSA-84g5-x8j3-7235
pkg: github.com/tinfoil-factory/netfoil
eco: go
published: Apr 29, 2026
### Summary
Rules could be bypassed by changing the first character: `example.com` could be be bypassed by e.g. `fxample.com`.

### Details
Off-by-one error in the suffixtrie implementation.

### Impact
The domain filter could be bypassed. Please note that DNS filtering alone is not enough to block …

GitHub-GHSA

MEDIUM
OpenClaw: Webchat audio embedding could read local files without local-root containment
GHSA-gfg9-5357-hv4c
pkg: openclaw
eco: npm
published: Apr 29, 2026
## Impact

OpenClaw deployments before `2026.4.15` could embed host-local audio files into webchat responses without applying the local media root containment check used by other media-serving paths.

If an attacker could influence an agent or tool-produced `ReplyPayload.mediaUrl`, the webchat audio…

GitHub-GHSA

MEDIUM
OpenClaw: Owner-enforced commands could accept wildcard channel senders as command owners
GHSA-c28g-vh7m-fm7v
pkg: openclaw
eco: npm
published: Apr 29, 2026
## Impact

OpenClaw deployments before `2026.4.21` could treat a non-owner sender as authorized for owner-enforced slash commands when all of the following were true:

– a channel plugin declared `commands.enforceOwnerForCommands: true`;
– the channel accepted wildcard inbound senders with `allowFro…

GitHub-GHSA

MEDIUM
n8n has SQL Injection in Oracle Database Node via Limit Field
GHSA-r6jc-mpqw-m755
pkg: n8n, n8n, n8n
eco: npm
published: Apr 29, 2026
## Impact
A flaw in the Oracle Database node's select operation allowed user-controlled input passed into the `Limit` field via expressions to be interpolated directly into the SQL query without sanitization or parameterization. In workflows where external input is passed into the `Limit` field (e.g…
CVE-2026-42233
GitHub-GHSA

MEDIUM
CKAN has no certificate validation on STMP connection
GHSA-mpfm-fpgx-647q
pkg: ckan, ckan
eco: pip
published: Apr 29, 2026
### Impact
Configured SMTP server may be spoofed with any certificate (e.g. self-signed), leaving credentials and all emails sent open to MITM attacks.

### Patches
The vulnerability has been patched in CKAN 2.10.10 and CKAN 2.11.5

CVE-2026-41132
GitHub-GHSA

MEDIUM
beets has a Cross-site Scripting vulnerability
GHSA-3gxm-wfjx-m847
pkg: beets
eco: pip
published: Apr 29, 2026
During code logic analyis, an area that may lead to unintended behavior under specific conditions was discovered.

## Overview
– Verified Version: `80cd21554124da07d17a4f962c7d770a4f70d0f2`
– Vulnerability Type: Stored XSS
– Affected Location: `beetsplug/web/templates/index.html:42`
– Trigger Scena…

CVE-2026-42052