2026-08-12
2026-08-12 16:17Z
HIGH

CVE-2026-69105 — An unauthenticated attacker may cause untrusted package content to be cached under specific conditions

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-69105

An unauthenticated attacker may cause untrusted package content to be cached under specific conditions, potentially affecting artifact integrity and availability. CVSSv3.1 8.1 (HIGH)

CWECWE 345TYPVulnerability
8.1
CVSS v3.1
91
Edit Score
2026-08-12
2026-08-12 16:17Z
HIGH

CVE-2026-67587 — Apache: Because `SyncCallback` is itself an Airflow class it passes the default `allowed_deserialization_classes` allow-list, so

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-67587

Apache Airflow's Task SDK rebuilt a `Callback` object from serialized data by re-running its constructor, which imports the module named by the stored callback path. Because `SyncCallback` is itself an Airflow class it passes the default `allowed_deserialization_classes` allow-list, so tightening that setting does not help. A Dag author — who controls a task instance's `next_kwargs` through the task execution API — can therefore cause an arbitrary module to be imported inside CVSSv3.1 8.8 (HIGH)

CWECWE 502VNDApacheTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2026-08-12
2026-08-12 16:17Z
MED

CVE-2026-66384 — Jfrog Artifactory: An authenticated user may write data outside the intended Docker cache path under specific

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-66384in the wild

An authenticated user may write data outside the intended Docker cache path under specific remote-repository conditions. CVSSv3.1 5.3 (MEDIUM) · EPSS 18th percentile

CWECWE 22VNDJfrogTYPVulnerabilitySTAitw exploited
5.3
CVSS v3.1
77
Edit Score
2026-08-12
2026-08-12 16:17Z
HIGH

CVE-2026-65941 — WhatsUp: In WhatsUp Gold versions released before 2026.0.2, an unauthenticated remote attacker with network access

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-65941

In WhatsUp Gold versions released before 2026.0.2, an unauthenticated remote attacker with network access to the affected service can execute arbitrary code in the context of the IIS application service account. CVSSv3.1 8.8 (HIGH)

CWECWE 94CWECWE 306CWECWE 918CWECWE 73VNDWhatsupTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2026-08-12
2026-08-12 16:17Z
HIGH

CVE-2026-65937 — WhatsUp: In WhatsUp Gold versions released before 2026.0.2, an authenticated attacker can bypass frontend controls

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-65937

In WhatsUp Gold versions released before 2026.0.2, an authenticated attacker can bypass frontend controls and inject persistent script content. CVSSv3.1 8.0 (HIGH)

CWECWE 79VNDWhatsupTYPVulnerability
8.0
CVSS v3.1
90
Edit Score
2026-08-12
2026-08-12 16:17Z
HIGH

CVE-2026-58076 — Apache Airflow: Airflow's serialization layer reconstructed exception nodes by calling `import_string()` on a class name

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-58076

Apache Airflow's serialization layer reconstructed exception nodes by calling `import_string()` on a class name taken from the serialized blob and instantiating it with arguments from the same blob, with no restriction on what could be imported. An operator's `executor_config` reaches that branch, so a Dag author could place a value there that causes an arbitrary callable to be imported and invoked -- for example `subprocess.check_output`, or `builtins.eval` on the `builtins` CVSSv3.1 8.8 (HIGH) · EPSS 40th percentile

CWECWE 502VNDApacheTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2026-08-12
2026-08-12 16:00Z
HIGH

Blacklight: Illuminating AI Agent Artifacts for Attackers and Defenders

SpecterOps·specterops.io

SpecterOps released Blacklight, an open-source toolkit for discovering and analyzing AI agent artifacts (Codex, Claude Code, Cursor, Antigravity CLI) on endpoints. The tool provides tiered discovery loaders (BOF, dylib, shared objects) and offline session analysis to help operators assess exposure of authentication tokens, configuration, session transcripts, and workspace metadata without triggering detection. Defenders receive osquery and SIEM query templates to inventory and monitor these artifact paths.

TACTA0007SRFAiTYPResearchTYPToolSTGDiscoverySTGCollectionTECT1552TECT1005
82
Edit Score
728 × 90 / responsive · programmatic ad slot
2026-08-12
2026-08-12 15:18Z
HIGH

CVE-2026-73289 — RustFS: Partially overlapping policy and request value sets can therefore make an Allow condition grant

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-73289

RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.12, RustFS evaluates the ForAllValues: and ForAnyValue: set qualifiers with the negated string operators StringNotEquals, StringNotEqualsIgnoreCase, StringNotLike, ArnNotEquals, and ArnNotLike using each other's semantics because crates/policy/src/policy/function/string.rs negates the aggregate result after eval or eval_like instead of negating each request-value predicate before quantification. CVSSv3.1 8.1 (HIGH)

CWECWE 863VNDRustfsTYPVulnerability
8.1
CVSS v3.1
91
Edit Score
2026-08-12
2026-08-12 15:18Z
HIGH

CVE-2026-73286 — RustFS: Prior to 1.0.0-beta.12, RustFS get_condition_values folds attacker-controlled request headers from HeaderMap into server-derived userid

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-73286

RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.12, RustFS get_condition_values folds attacker-controlled request headers from HeaderMap into server-derived userid, username, principaltype, groups, versionid, signatureversion, jwt:, and ldap: condition keys, allowing authenticated callers to satisfy identity-based policy conditions. This issue is fixed in version 1.0.0-beta.12. CVSSv3.1 8.1 (HIGH)

CWECWE 863VNDRustfsTYPVulnerability
8.1
CVSS v3.1
91
Edit Score
2026-08-12
2026-08-12 15:18Z
HIGH

CVE-2026-73284 — RustFS: AddServiceAccount in rustfs/src/admin/handlers/service_account.rs accepts an attacker-controlled target_user after only checking CreateServiceAccountAdminAction, passes it

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-73284

RustFS is a distributed object storage system built in Rust. RustFS AddServiceAccount in rustfs/src/admin/handlers/service_account.rs accepts an attacker-controlled target_user after only checking CreateServiceAccountAdminAction, passes it to new_service_account, and prepare_service_account_auth sets is_owner for the resulting root-parent service account. This issue is fixed in version 1.0.0-beta.11. CVSSv3.1 8.8 (HIGH)

CWECWE 269VNDRustfsTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2026-08-12
2026-08-12 15:18Z
CRIT

CVE-2026-73263 — Prowler: Prior to 5.36.0, the Kubernetes provider connection test accepted kubeconfig_content containing a legacy gcp

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-73263

Prowler is a cloud security platform. Prior to 5.36.0, the Kubernetes provider connection test accepted kubeconfig_content containing a legacy gcp auth-provider with config.cmd-path and config.cmd-args because kubeconfig_contains_exec_auth in api/src/backend/api/v1/serializers.py checked only exec blocks, and POST /api/v1/providers/{id}/connection loaded it through config.load_kube_config_from_dict in prowler/providers/kubernetes/kubernetes_provider.py, causing kubernetes-pyt CVSSv3.1 9.9 (CRITICAL)

CWECWE 78VNDProwlerTYPVulnerability
9.9
CVSS v3.1
100
Edit Score
2026-08-12
2026-08-12 15:18Z
HIGH

CVE-2026-66375 — A low-privilege authenticated user may permanently remove protected internal metadata across repositories under specific

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-66375

A low-privilege authenticated user may permanently remove protected internal metadata across repositories under specific conditions. CVSSv3.1 8.1 (HIGH)

CWECWE 862TYPVulnerability
8.1
CVSS v3.1
91
Edit Score
2026-08-12
2026-08-12 15:17Z
CRIT

CVE-2026-50561 — Yuxi: This allows an administrator token generated in another deployment instance or local testing environment

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-50561

Yuxi is a large-model-based intelligent knowledge base and knowledge graph agent development platform. Prior to version 0.6.2, the project's authentication mechanism contains a flaw. In affected versions, the system does not sufficiently validate the identity token in the Authorization header — only performing a validity check. This allows an administrator token generated in another deployment instance or local testing environment to be used to access the backend management i CVSSv3.1 9.4 (CRITICAL)

CWECWE 287VNDYuxiTYPVulnerability
9.4
CVSS v3.1
97
Edit Score
2026-08-12
2026-08-12 15:17Z
CRIT

CVE-2025-59324 — CPSD: CryptoPro Secure Disk for Bitlocker before v7.7.4 fails to properly validate LUKS encryption

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2025-59324

CPSD CryptoPro Secure Disk for Bitlocker before v7.7.4 fails to properly validate LUKS encryption and, if encryption is present, all CryptoPro file integrity checks are skipped. CVSSv3.1 9.1 (CRITICAL)

CWECWE 347VNDCpsdTYPVulnerability
9.1
CVSS v3.1
96
Edit Score
2026-08-12
2026-08-12 15:17Z
HIGH

CVE-2025-59323 — CPSD: Crafted DataStore contents can impact service availability and/or allow for code execution in the

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2025-59323

CPSD CryptoPro Secure Disk for Bitlocker before v7.7.4 fails to validate the integrity of the DataStore, a non-partitioned filesystem, responsible for storing configuration and cryptographic details. Crafted DataStore contents can impact service availability and/or allow for code execution in the context of high privilege. CVSSv3.1 8.4 (HIGH)

CWECWE 345VNDCpsdTYPVulnerability
8.4
CVSS v3.1
92
Edit Score
2026-08-12
2026-08-12 15:17Z
CRIT

CVE-2025-59321 — CPSD: This allows the TPM to be unsealed via an unintended execution path or from

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2025-59321

CPSD CryptoPro Secure Disk for Bitlocker before v7.7.4 contains a default TPM PCR policy that fails to consider the system boot state. This allows the TPM to be unsealed via an unintended execution path or from another hardware platform. CVSSv3.1 9.8 (CRITICAL)

CWECWE 1188VNDCpsdTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2026-08-12
2026-08-12 14:17Z
HIGH

CVE-2026-47231 — Admidio: Confidentiality is broken (private file contents leak) and integrity is broken (the file is

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-47231

Admidio is an open-source user management solution. Prior to version 5.0.10, `modules/documents-files.php` gates state-changing modes by checking that the actor has `hasUploadRight()` on the URL parameter `folder_uuid`. The `move_save` handler then operates on a *separate* URL parameter `file_uuid` and calls `File::moveToFolder($destFolderUUID)`. `File::moveToFolder()` checks the upload right on the destination folder but never on the source folder containing the file. As a r CVSSv3.1 8.1 (HIGH)

CWECWE 639CWECWE 863VNDAdmidioTYPVulnerability
8.1
CVSS v3.1
91
Edit Score
2026-08-12
2026-08-12 14:17Z
CRIT

CVE-2025-59326 — CPSD: CryptoPro Secure Disk for Bitlocker before v7.7.4 fails to enforce IMA policy protections

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2025-59326

CPSD CryptoPro Secure Disk for Bitlocker before v7.7.4 fails to enforce IMA policy protections across temporary file systems, allowing for unsigned code to be executed from these locations. CVSSv3.1 9.8 (CRITICAL)

CWECWE 693VNDCpsdTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2026-08-12
2026-08-12 13:17Z
HIGH

CVE-2026-70468 — A authentication bypass using an alternate path or channel vulnerability in Fortinet FortiManager 7.6.1

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-70468

A authentication bypass using an alternate path or channel vulnerability in Fortinet FortiManager 7.6.1, FortiManager 7.4.3 through 7.4.5, FortiManager 7.2.5 through 7.2.9, FortiManager Cloud 7.6.1, FortiManager Cloud 7.4.3 through 7.4.5, FortiManager Cloud 7.2.5 through 7.2.9 may allow attacker to improper access control via <insert attack vector here> CVSSv3.1 8.1 (HIGH)

CWECWE 288TYPVulnerability
8.1
CVSS v3.1
91
Edit Score
2026-08-12
2026-08-12 13:17Z
HIGH

CVE-2026-57858 — Cal: Cal.com Cal.diy versions 2.1.1 through 6.2.0 contain a stored cross-site scripting vulnerability in the

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-57858

Cal.com Cal.diy versions 2.1.1 through 6.2.0 contain a stored cross-site scripting vulnerability in the BookingPageTagManager component that allows authenticated event owners to inject arbitrary JavaScript by supplying a malicious analytics tracking ID without sanitization. Attackers can close the inline script string literal with a crafted payload that executes in the browser of every visitor to the affected public booking page, enabling session cookie theft, forged authenti CVSSv3.1 8.9 (HIGH)

CWECWE 79VNDCalTYPVulnerability
8.9
CVSS v3.1
95
Edit Score
2026-08-12
2026-08-12 13:17Z
CRIT

CVE-2026-26035 — Authentication: An Improper Authentication vulnerability [CWE-287] vulnerability in Fortinet FortiWeb 8.0.0 through 8.0.2, FortiWeb 7.6.0

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-26035

An Improper Authentication vulnerability [CWE-287] vulnerability in Fortinet FortiWeb 8.0.0 through 8.0.2, FortiWeb 7.6.0 through 7.6.6, FortiWeb 7.4.0 through 7.4.11, FortiWeb 7.2.0 through 7.2.12, FortiWeb 7.0.0 through 7.0.12 may allow a remote unauthenticated attacker to login into the Fortiweb GUI/CLI with a random username and password CVSSv3.1 9.8 (CRITICAL)

CWECWE 287TYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2026-08-12
2026-08-12 12:19Z
HIGH

CVE-2026-70465 — A buffer copy without checking size of input ('classic buffer overflow') vulnerability in Fortinet

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-70465

A buffer copy without checking size of input ('classic buffer overflow') vulnerability in Fortinet FortiClientWindows 7.4.0 through 7.4.3, FortiClientWindows 7.2.0 through 7.2.11 may allow an unauthenticated attacker in a position to alter or craft DNS responses to the targeted host to execute arbitrary code via malicious packets. CVSSv3.1 8.1 (HIGH)

CWECWE 120TYPVulnerability
8.1
CVSS v3.1
91
Edit Score
2026-08-12
2026-08-12 12:17Z
HIGH

CVE-2026-11325 — Description: Cloudflare was recently notified by external researchers of vulnerabilities in this archived repository

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-11325

Description Cloudflare was recently notified by external researchers of vulnerabilities in this archived repository, including a remote code execution issue in `src/index.ts` reachable from certain GitHub Actions workflow configurations. Successful exploitation may expose workflow secrets such as CLOUDFLARE_API_TOKEN and GITHUB_TOKEN to an attacker. Because this repository has been deprecated since 2024, Cloudflare will not be issuing patches. To remediate this issue, we r CVSSv3.1 8.8 (HIGH)

CWECWE 78CWECWE 1104VNDDescriptionTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2026-08-12
2026-08-12 08:17Z
HIGH

CVE-2026-19426 — POS: System developed by FitSoft has a Missing Authentication vulnerability.

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-19426

POS System developed by FitSoft has a Missing Authentication vulnerability. Unauthenticated remote attackers can directly access and operate the system. CVSSv3.1 8.2 (HIGH)

CWECWE 306VNDPosTYPVulnerability
8.2
CVSS v3.1
91
Edit Score
2026-08-12
2026-08-12 08:17Z
CRIT

CVE-2025-41769 — PROFINET: The device's PROFINET service is affected by a buffer overflow vulnerability that exists in

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2025-41769

The device's PROFINET service is affected by a buffer overflow vulnerability that exists in the default configuration. An unauthenticated remote attacker could exploit this vulnerability to reboot the device or execute arbitrary code. CVSSv3.1 9.8 (CRITICAL)

CWECWE 120VNDProfinetTYPVulnerability
9.8
CVSS v3.1
99
Edit Score