Subscribe, build a custom feed, or pitch a sponsorship at hello@acadenix.com
Latest intel// live feed
CVE-2026-41293 — Input: Improper Input Validation vulnerability in Apache Tomcat.
Improper Input Validation vulnerability in Apache Tomcat. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.21, from 10.1.0-M1 through 10.1.54, from 9.0.0.M1 through 9.0.117, from 10.0.0-M1 through 10.0.27. Older, end of support versions may also be affected. Users are recommended to upgrade to version [FIXED_VERSION], which fixes the issue. CVSSv3.1 9.8 (CRITICAL)
CVE-2026-34187 — Artica Pandora_fms: Improper Neutralization of Special Elements used in an SQL Command vulnerability allows SQL Injection
Improper Neutralization of Special Elements used in an SQL Command vulnerability allows SQL Injection via graph container parameter. This issue affects Pandora FMS: from 777 through 800 CVSSv3.1 9.8 (CRITICAL)
CVE-2026-31228 — Adversarial: The Adversarial Robustness Toolbox (ART) thru 1.20.1 contains a remote code execution vulnerability in
The Adversarial Robustness Toolbox (ART) thru 1.20.1 contains a remote code execution vulnerability in its Kubeflow component. The robustness evaluation function for PyTorch models uses the unsafe eval() function to dynamically evaluate user-supplied strings for the LossFn and Optimizer parameters without any sanitization or security restrictions. An attacker can exploit this by providing a specially crafted string that contains arbitrary Python code, which will be executed w CVSSv3.1 9.8 (CRITICAL)
CVE-2026-31226 — TinyZero: The TinyZero project thru commit 6652a63c57fa7e5ccde3fc9c598c7176ff15b839 (2025-58-24) contains a critical command injection vulnerability (CWE-78)
The TinyZero project thru commit 6652a63c57fa7e5ccde3fc9c598c7176ff15b839 (2025-58-24) contains a critical command injection vulnerability (CWE-78) in its HDFS file operation utilities. The vulnerability arises from the unsafe construction and execution of shell commands via os.system() without proper input sanitization or escaping. User-controlled input (such as file paths) is directly interpolated into shell command strings using f-strings within the _copy() function. An at CVSSv3.1 9.8 (CRITICAL)
CVE-2026-31225 — The superduper project thru v0.10.0 contains a critical remote code execution vulnerability in its
The superduper project thru v0.10.0 contains a critical remote code execution vulnerability in its query parsing component. The _parse_op_part() function in query.py uses the unsafe eval() function to dynamically evaluate user-supplied query operands without proper sanitization or restriction. Although the function attempts to limit the execution context by providing a restricted global namespace, it does not block access to dangerous built-in functions. A remote attacker can CVSSv3.1 8.8 (HIGH)
CVE-2026-31224 — Snorkel Snorkel: The snorkel library thru v0.10.0 contains an insecure deserialization vulnerability (CWE-502) in the MultitaskClassifier.load()
The snorkel library thru v0.10.0 contains an insecure deserialization vulnerability (CWE-502) in the MultitaskClassifier.load() method of the MultitaskClassifier class. The method loads model weight files using torch.load() without enabling the security-restrictive weights_only=True parameter. This default behavior allows the deserialization of arbitrary Python objects via the Pickle module. A remote attacker can exploit this by providing a maliciously crafted model file, lea CVSSv3.1 8.8 (HIGH)
CVE-2026-31223 — Snorkel Snorkel: The snorkel library thru v0.10.0 contains a critical insecure deserialization vulnerability (CWE-502) in the
The snorkel library thru v0.10.0 contains a critical insecure deserialization vulnerability (CWE-502) in the BaseLabeler.load() method of the BaseLabeler class. The method loads serialized labeler models using the unsafe pickle.load() function on user-supplied file paths without any validation or security controls. Python's pickle module is inherently dangerous for deserializing untrusted data, as it can execute arbitrary code during the deserialization process. A remote atta CVSSv3.1 8.8 (HIGH)
CVE-2026-31222 — Snorkel Snorkel: The snorkel library thru v0.10.0 contains an insecure deserialization vulnerability (CWE-502) in the Trainer.load()
The snorkel library thru v0.10.0 contains an insecure deserialization vulnerability (CWE-502) in the Trainer.load() method of the Trainer class. The method loads model checkpoint files using torch.load() without enabling the security-restrictive weights_only=True parameter. This default behavior allows the deserialization of arbitrary Python objects via the Pickle module. A remote attacker can exploit this by providing a maliciously crafted model file, leading to arbitrary co CVSSv3.1 8.8 (HIGH)
CVE-2026-31220 — PySyft: (Syft Datasite/Server) versions 0.9.5 and earlier are vulnerable to remote code execution due
PySyft (Syft Datasite/Server) versions 0.9.5 and earlier are vulnerable to remote code execution due to insufficient validation and sandboxing of user-submitted code. The system allows low-privileged users to submit Python functions (via @sy.syft_function()) for remote execution on the server. While a code approval mechanism exists, the submitted code undergoes no security checks for dangerous operations (e.g., file access, command execution). Once approved, the code is execu CVSSv3.1 9.8 (CRITICAL)
CVE-2026-31219 — The _load_model() function in the neural_magic_training.py script of the optimate project in commit a6d302f912b481c94370811af6b11402f51d377f
The _load_model() function in the neural_magic_training.py script of the optimate project in commit a6d302f912b481c94370811af6b11402f51d377f (2024-07-21) is vulnerable to insecure deserialization (CWE-502). When a user provides a single model file path (e.g., .pt or .pth) via the --model command-line argument, the function loads the file using torch.load() without enabling the weights_only=True security parameter. This allows the deserialization of arbitrary Python objects th CVSSv3.1 8.8 (HIGH)
CVE-2026-31218 — The _load_model() function in the neural_magic_training.py script of the optimate project in commit a6d302f912b481c94370811af6b11402f51d377f
The _load_model() function in the neural_magic_training.py script of the optimate project in commit a6d302f912b481c94370811af6b11402f51d377f (2024-07-21) is vulnerable to insecure deserialization (CWE-502). When loading a model state dictionary from a state_dict.pt file via torch.load(), the function does not enable the weights_only=True security parameter. This allows the deserialization of arbitrary Python objects through the Pickle module. A remote attacker can exploit thi CVSSv3.1 8.8 (HIGH)
CVE-2026-31217 — The _load_model() function in the neural_magic_training.py script of the optimate project in commit a6d302f912b481c94370811af6b11402f51d377f
The _load_model() function in the neural_magic_training.py script of the optimate project in commit a6d302f912b481c94370811af6b11402f51d377f (2024-07-21) allows arbitrary code execution. When a user supplies a directory path via the --model command-line argument, the function reads a module.py file from that directory and executes its contents directly using Python's exec() function. This design does not validate or sanitize the file's content, allowing an attacker who contro CVSSv3.1 9.8 (CRITICAL)
CVE-2026-31216 — The nexent v1.7.5.2 backend service contains an unauthorized arbitrary storage file deletion vulnerability in
The nexent v1.7.5.2 backend service contains an unauthorized arbitrary storage file deletion vulnerability in its file management API. The DELETE /storage/{object_name:path} endpoint lacks authentication, authorization, and input validation mechanisms. Unauthenticated remote attackers can send crafted requests with a user-controlled object_name path parameter to delete arbitrary files from the underlying MinIO storage system. Successful exploitation leads to data loss and den CVSSv3.1 9.1 (CRITICAL)
CVE-2026-31215 — The nexent v1.7.5.2 backend service contains an unauthorized arbitrary file deletion vulnerability in its
The nexent v1.7.5.2 backend service contains an unauthorized arbitrary file deletion vulnerability in its ElasticSearch service interface. The DELETE /{index_name}/documents endpoint lacks proper authentication and authorization controls and does not validate the user-supplied path_or_url parameter. This allows unauthenticated remote attackers to send crafted requests that trigger the deletion of arbitrary documents from ElasticSearch indices and corresponding files from the CVSSv3.1 9.1 (CRITICAL)
CVE-2026-31214 — The torch-checkpoint-shrink.py script in the ml-engineering project in commit 0099885db36a8f06556efe1faf552518852cb1e0 (2025-20-27) contains an insecure
The torch-checkpoint-shrink.py script in the ml-engineering project in commit 0099885db36a8f06556efe1faf552518852cb1e0 (2025-20-27) contains an insecure deserialization vulnerability (CWE-502). The script uses torch.load() to process PyTorch checkpoint files (.pt) without enabling the security-restrictive weights_only=True parameter. This oversight allows the deserialization of arbitrary Python objects via the pickle module. A remote attacker can exploit this by providing a m CVSSv3.1 9.8 (CRITICAL)
CVE-2026-30810 — Artica Pandora_fms: Server-Side Request Forgery vulnerability allows Privilege Escalation via API Checker extension.
Server-Side Request Forgery vulnerability allows Privilege Escalation via API Checker extension. This issue affects Pandora FMS: from 777 through 800 CVSSv3.1 8.8 (HIGH)
CVE-2026-30808 — Artica Pandora_fms: Session Fixation vulnerability allows Session Hijacking via crafted session ID.
Session Fixation vulnerability allows Session Hijacking via crafted session ID. This issue affects Pandora FMS: from 777 through 800 CVSSv3.1 8.1 (HIGH)
CVE-2026-30807 — Artica Pandora_fms: Cross-Site Request Forgery vulnerability allows an attacker to perform unauthorized actions via crafted web
Cross-Site Request Forgery vulnerability allows an attacker to perform unauthorized actions via crafted web page. This issue affects Pandora FMS: from 777 through 800 CVSSv3.1 8.8 (HIGH)
CVE-2026-30805 — Artica Pandora_fms: Insecure Default Initialization of Resource vulnerability allows Authentication Bypass via API access.
Insecure Default Initialization of Resource vulnerability allows Authentication Bypass via API access. This issue affects Pandora FMS: from 777 through 800 CVSSv3.1 9.1 (CRITICAL)
CVE-2023-27753 — An arbitrary file upload vulnerability in MK-Auth 23.01K4.9 allows attackers to execute arbitrary code
An arbitrary file upload vulnerability in MK-Auth 23.01K4.9 allows attackers to execute arbitrary code via uploading a crafted PHP file. CVSSv3.1 8.0 (HIGH)
CVE-2026-8401 — Sandbox: escape in the Profile Backup component.
Sandbox escape in the Profile Backup component. This vulnerability was fixed in Firefox 150.0.3. CVSSv3.1 9.8 (CRITICAL)
CVE-2026-8111 — SQL: injection in the web console of Ivanti Endpoint Manager before version 2024 SU6
SQL injection in the web console of Ivanti Endpoint Manager before version 2024 SU6 allows a remote authenticated attacker to achieve remote code execution. CVSSv3.1 8.8 (HIGH)
CVE-2026-8043 — External: control of a file name in Ivanti Xtraction before version 2026.2 allows a
External control of a file name in Ivanti Xtraction before version 2026.2 allows a remote authenticated attacker to read sensitive files and write arbitrary HTML files to a web directory, leading to information disclosure and possible client-side attacks. CVSSv3.1 9.6 (CRITICAL)
CVE-2026-43983 — Pocket-id Pocket_id: This allows (1) the client to refresh the token indefinitely after authorization revocation, (2)
Pocket ID is an OIDC provider that allows users to authenticate with their passkeys to your services. Prior to 2.6.0, The createTokenFromRefreshToken function (oidc_service.go) validates the refresh token's cryptographic integrity but does not re-validate the user's current authorization state before issuing new tokens. This allows (1) the client to refresh the token indefinitely after authorization revocation, (2) the refresh token to continue to work after the account is di CVSSv3.1 8.1 (HIGH)
CVE-2026-43938 — YetAnotherForum: Prior to 4.0.5 and 3.2.12, the application's database logger (YAFNET.Core/Logger/DbLogger.cs) captures the incoming request's
YetAnotherForum.NET (YAF.NET) is a C# ASP.NET forum. Prior to 4.0.5 and 3.2.12, the application's database logger (YAFNET.Core/Logger/DbLogger.cs) captures the incoming request's User-Agent header into a JObject, serializes it with JsonConvert, and stores the result in the EventLog.Description column whenever an event (e.g., an unhandled exception) is logged. The admin event-log page (YetAnotherForum.NET/Pages/Admin/EventLog.cshtml.cs) later deserializes that JSON in FormatSt CVSSv3.1 8.1 (HIGH)