In the Linux kernel, the following vulnerability has been resolved:
nf_tables: nft_dynset: fix possible stateful expression memleak in error path
If cloning the second stateful expression in the element via GFP_ATOMIC
fails, then the first stateful expression remains in place without being
released.
unreferenced object (percpu) 0x607b97e9cab8 (size 16):
comm "softirq", pid 0, jiffies 4294931867
hex dump (first 16 bytes on cpu 3):
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
backtrace (crc 0):
pcpu_alloc_noprof+0x453/0xd80
nft_counter_clone+0x9c/0x190 [nf_tables]
nft_expr_clone+0x8f/0x1b0 [nf_tables]
nft_dynset_new+0x2cb/0x5f0 [nf_tables]
nft_rhash_update+0x236/0x11c0 [nf_tables]
nft_dynset_eval+0x11f/0x670 [nf_tables]
nft_do_chain+0x253/0x1700 [nf_tables]
nft_do_chain_ipv4+0x18d/0x270 [nf_tables]
nf_hook_slow+0xaa/0x1e0
ip_local_deliver+0x209/0x330
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
The Ninja Forms - The Contact Form Builder That Grows With You plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.14.1 via a callback function for the admin_enqueue_scripts action handler in blocks/bootstrap.php. This makes it possible for authenticated attackers, with Contributor-level access and above, to gain access to an authorization token to view form submissions for arbitrary forms, which could potentially contain sensitive information.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
The Restaurant Cafeteria WordPress theme through 0.4.6 exposes insecure admin-ajax actions without nonce or capability checks, allowing any logged-in user, like subscriber, to perform privileged operations. An attacker can install and activate a from a user-supplied URL, leading to arbitrary PHP code execution, and also import demo content that rewrites site configuration, including Restaurant Cafeteria WordPress theme through 0.4.6_mods, pages, menus, and front page settings.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
The Oxygen Theme theme for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 6.0.8 via the laborator_calc_route AJAX action. This makes it possible for unauthenticated attackers to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
The SureForms – Contact Form, Payment Form & Other Custom Form Builder plugin for WordPress is vulnerable to Payment Amount Bypass in all versions up to, and including, 2.5.2. This is due to the create_payment_intent() function performing a payment validation solely based on the value of a user-controlled parameter. This makes it possible for unauthenticated attackers to bypass configured form payment-amount validation and create underpriced payment/subscription intents by setting form_id to 0.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
The eswifi socket offload driver copies user-provided payloads into a fixed buffer without checking available space; oversized sends overflow `eswifi->buf`, corrupting kernel memory (CWE-120). Exploit requires local code that can call the socket send API; no remote attacker can reach it directly.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
A flaw has been found in wandb OpenUI up to 1.0. This affects the function create_share/get_share of the file backend/openui/server.py of the component HTMLAnnotator Component. Executing a manipulation of the argument ID can lead to HTML injection. The attack may be performed from remote. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
A vulnerability was detected in QDOCS Smart School Management System up to 7.2. The impacted element is an unknown function of the file /admin/enquiry of the component Admission Enquiry Module. Performing a manipulation of the argument Note results in cross site scripting. The attack is possible to be carried out remotely.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
The Ultimate Member plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 2.11.2. This is due to the '{usermeta:password_reset_link}' template tag being processed within post content via the '[um_loggedin]' shortcode, which generates a valid password reset token for the currently logged-in user viewing the page. This makes it possible for authenticated attackers, with Contributor-level access and above, to craft a malicious pending post that, when previewed by an Administrator, generates a password reset token for the Administrator and exfiltrates it to an attacker-controlled server, leading to full account takeover.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
LibJWT is a C JSON Web Token Library. Starting in version 3.0.0 and prior to version 3.3.0, the JWK parsing for RSA-PSS did not protect against a NULL value when expecting to parse JSON string values. A specially crafted JWK file could exploit this behavior by using integers in places where the code expected a string. This was fixed in v3.3.0. A workaround is available. Users importing keys through a JWK file should not do so from untrusted sources. Use the `jwk2key` tool to check for validity of a JWK file. Likewise, if possible, do not use JWK files with RSA-PSS keys.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
Locutus brings stdlibs of other programming languages to JavaScript for educational purposes. Starting in version 2.0.39 and prior to version 3.0.25, a prototype pollution vulnerability exists in the `parse_str` function of the npm package locutus. An attacker can pollute `Object.prototype` by overriding `RegExp.prototype.test` and then passing a crafted query string to `parse_str`, bypassing the prototype pollution guard. This vulnerability stems from an incomplete fix for CVE-2026-25521. The CVE-2026-25521 patch replaced the `String.prototype.includes()`-based guard with a `RegExp.prototype.test()`-based guard. However, `RegExp.prototype.test` is itself a writable prototype method that can be overridden, making the new guard bypassable in the same way as the original — trading one hijackable built-in for another. Version 3.0.25 contains an updated fix.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
Locutus brings stdlibs of other programming languages to JavaScript for educational purposes. Prior to version 3.0.25, the `unserialize()` function in `locutus/php/var/unserialize` assigns deserialized keys to plain objects via bracket notation without filtering the `__proto__` key. When a PHP serialized payload contains `__proto__` as an array or object key, JavaScript's `__proto__` setter is invoked, replacing the deserialized object's prototype with attacker-controlled content. This enables property injection, for...in propagation of injected properties, and denial of service via built-in method override. This is distinct from the previously reported prototype pollution in `parse_str` (GHSA-f98m-q3hr-p5wq, GHSA-rxrv-835q-v5mh) — `unserialize` is a different function with no mitigation applied. Version 3.0.25 patches the issue.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
pyLoad is a free and open-source download manager written in Python. Prior to version 0.5.0b3.dev97, PyLoad's download engine accepts arbitrary URLs without validation, enabling Server-Side Request Forgery (SSRF) attacks. An authenticated attacker can exploit this to access internal network services and exfiltrate cloud provider metadata. On DigitalOcean droplets, this exposes sensitive infrastructure data including droplet ID, network configuration, region, authentication keys, and SSH keys configured in user-data/cloud-init. Version 0.5.0b3.dev97 contains a patch.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
WeGIA is a web manager for charitable institutions. Prior to version 3.6.7, the file `html/socio/sistema/deletar_tag.php` uses `extract($_REQUEST)` on line 14 and directly concatenates the `$id_tag` variable into SQL queries on lines 16-17 without prepared statements or sanitization. Version 3.6.7 patches the vulnerability.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
The `ecdsa` PyPI package is a pure Python implementation of ECC (Elliptic Curve Cryptography) with support for ECDSA (Elliptic Curve Digital Signature Algorithm), EdDSA (Edwards-curve Digital Signature Algorithm) and ECDH (Elliptic Curve Diffie-Hellman). Prior to version 0.19.2, an issue in the low-level DER parsing functions can cause unexpected exceptions to be raised from the public API functions. `ecdsa.der.remove_octet_string()` accepts truncated DER where the encoded length exceeds the available buffer. For example, an OCTET STRING that declares a length of 4096 bytes but provides only 3 bytes is parsed successfully instead of being rejected. Because of that, a crafted DER input can cause `SigningKey.from_der()` to raise an internal exception (`IndexError: index out of bounds on dimension 1`) rather than cleanly rejecting malformed DER (e.g., raising `UnexpectedDER` or `ValueError`). Applications that parse untrusted DER private keys may crash if they do not handle unexpected exceptions, resulting in a denial of service. Version 0.19.2 patches the issue.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
A security vulnerability has been detected in chatwoot up to 4.11.1. The affected element is an unknown function of the file /app/login of the component Signup Endpoint. Such manipulation of the argument signupEnabled with the input true leads to improper authorization. The attack can be executed remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
A security flaw has been discovered in Open5GS 2.7.6. This issue affects the function smf_gx_cca_cb/smf_gy_cca_cb/smf_s6b of the component CCA Message Handler. The manipulation results in denial of service. The attack may be launched remotely. Attacks of this nature are highly complex. The exploitability is assessed as difficult. The exploit has been released to the public and may be used for attacks.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
A vulnerability was identified in dloebl CGIF up to 0.5.2. This vulnerability affects the function cgif_addframe of the file src/cgif.c of the component GIF Image Handler. The manipulation of the argument width/height leads to integer overflow. The attack may be initiated remotely. The identifier of the patch is b0ba830093f4317a5d1f345715d2fa3cd2dab474. It is suggested to install a patch to address this issue.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. Versions prior to 20.8.9 may attach cookies from the current page origin (`window.location`) instead of the request target URL when `fetch(..., { credentials: "include" })` is used. This can leak cookies from origin A to destination B. Version 20.8.9 fixes the issue.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.
Mobile Next is an MCP server for mobile development and automation. Prior to version 0.0.49, the `@mobilenext/mobile-mcp` server contains a Path Traversal vulnerability in the `mobile_save_screenshot` and `mobile_start_screen_recording` tools. The `saveTo` and `output` parameters were passed directly to filesystem operations without validation, allowing an attacker to write files outside the intended workspace. Version 0.0.49 fixes the issue.
Why it matters: Recently disclosed vulnerability. Monitor exposure and patch availability.
Exploited in the wild: No confirmed exploitation yet
Exposure: Unknown (Tarot agent required)
Final Card (remediation guidance) available to subscribers.