1w ago
2026-09-03 05:27Z
INFO

v1.7.7

Sliver releases·github.com

Sliver v1.7.7 release published on GitHub. The release page content is largely inaccessible due to rendering errors, providing no visibility into changelog, features, or bug fixes included in this version.

SWSliverTYPTool
15
Edit Score
1w ago
2026-09-02 19:18Z
HIGH

CVE-2026-84381 — HTTPX2: Prior to 2.10.0, httpcore2 fails to start TLS in src/httpcore2/httpcore2/_sync/socks_proxy.py and src/httpcore2/httpcore2/_async/socks_proxy.py when the

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

HTTPX2 is a next generation HTTP client for Python. Prior to 2.10.0, httpcore2 fails to start TLS in src/httpcore2/httpcore2/_sync/socks_proxy.py and src/httpcore2/httpcore2/_async/socks_proxy.py when the remote origin uses wss through a SOCKS5 proxy because the TLS upgrade condition only recognizes https. HTTPX2 exposes the flaw through Client.websocket() and AsyncClient.websocket() from 2.6.0 through 2.9.1, so the opening handshake, query parameters, Authorization headers, CVSSv3.1 8.1 (HIGH)

CWECWE 319VNDHttpx2TYPVulnerability
8.1
CVSS v3.1
91
Edit Score
1w ago
2026-09-02 19:17Z
CRIT

CVE-2026-19117 — Under specific conditions, an attacker can register an attacker-controlled FIDO2 credential against a target

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

Under specific conditions, an attacker can register an attacker-controlled FIDO2 credential against a target account and then authenticate as that user. This issue affects on-premises deployments only. CVSSv3.1 9.8 (CRITICAL)

CWECWE 290TYPVulnerability
9.8
CVSS v3.1
99
Edit Score
1w ago
2026-09-02 18:21Z
CRIT

CVE-2026-66786 — This allows an attacker to inject arbitrary configuration parameters or execute commands through leftupdown

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

A flaw was found in submariner. In cert-auth mode, the connection configuration is built using free-form strings from the Custom Resource Definition (CRD) without proper validation. A malicious cluster can exploit this by publishing a CableName that includes newlines and ipsec.conf directives. This allows an attacker to inject arbitrary configuration parameters or execute commands through leftupdown hooks, leading to remote code execution as root on the gateway node. CVSSv3.1 9.1 (CRITICAL)

CWECWE 94TYPVulnerability
9.1
CVSS v3.1
96
Edit Score
1w ago
2026-09-02 18:19Z
CRIT

CVE-2026-53649 — Joro: Since plugins execute on load, this yields unauthenticated remote code execution as the operator's

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

Joro is a web exploitation framework. Prior to version 1.1.1, Joro's default proxy mode exposes a local API on 127.0.0.1:9090 that performs no authentication and applies a wildcard CORS policy. Because plugin uploads use the CORS-safelisted multipart/form-data content type, cross-origin JavaScript on any page the operator visits can reach privileged endpoints - including uploading a native plugin and triggering a restart - directly through the operator's browser, with no pref CVSSv3.1 9.6 (CRITICAL)

CWECWE 434CWECWE 352CWECWE 306CWECWE 942VNDJoroTYPVulnerability
9.6
CVSS v3.1
98
Edit Score
1w ago
2026-09-02 18:19Z
HIGH

CVE-2026-49832 — DSpace: From versions 8.0-rc1 to before 8.4, versions 9.0-rc1 to before 9.3, and version 10-rc1

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

DSpace open source software is a repository application which provides durable access to digital resources. From versions 8.0-rc1 to before 8.4, versions 9.0-rc1 to before 9.3, and version 10-rc1, Remote Code Execution (RCE) is possible via Velocity Templates used by DSpace for COAR Notify/LDN messages. This issue has been patched in versions 8.4, 9.3, and 10.0. CVSSv3.1 8.0 (HIGH)

CWECWE 94VNDDspaceTYPVulnerability
8.0
CVSS v3.1
90
Edit Score
1w ago
2026-09-02 17:18Z
HIGH

CVE-2026-82404 — TOON: Services that decode untrusted TOON could experience denial of service or, when a suitable

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

TOON is a compact, human-readable serialization of JSON data for LLM prompts. Prior to 2.3.1, decoding attacker-controlled TOON with a __proto__, constructor, or prototype key wrote through the object prototype chain instead of creating an own property, polluting Object.prototype for the runtime. In packages/toon/src/decode/expand.ts, the expandPaths: 'safe' path and insertPathSafe function made dotted keys such as a.__proto__.x the strongest vector, while plain nested object CVSSv3.1 8.3 (HIGH)

CWECWE 1321VNDToonTYPVulnerability
8.3
CVSS v3.1
92
Edit Score
728 × 90 / responsive · programmatic ad slot
1w ago
2026-09-02 17:17Z
HIGH

CVE-2026-79755 — Nuclio: Prior to version 1.17.4, on the Nuclio local Docker platform, the function namespace is

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

Nuclio is a "Serverless" framework for Real-Time Events and Data Processing. Prior to version 1.17.4, on the Nuclio local Docker platform, the function namespace is interpolated—unvalidated—into a double-quoted docker ps --filter "label=nuclio.io/namespace=<value>" command that is executed via the host shell (/bin/sh -c). Because the default auth kind is nop (unauthenticated), a remote attacker can inject arbitrary OS commands that run as root inside the dashboard container, CVSSv3.1 8.0 (HIGH)

CWECWE 78VNDNuclioTYPVulnerability
8.0
CVSS v3.1
90
Edit Score
1w ago
2026-09-02 17:17Z
HIGH

CVE-2026-52833 — Nuclio: Prior to version 1.16.5, Nuclio's Java runtime generates a build.gradle file during function builds

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

Nuclio is a "Serverless" framework for Real-Time Events and Data Processing. Prior to version 1.16.5, Nuclio's Java runtime generates a build.gradle file during function builds using Go's text/template package. The template renders runtimeAttributes.repositories[] values with the {{ . }} action, which performs no escaping. An attacker can embed a closing brace (}) to break out of the repositories {} block and append arbitrary Groovy statements that execute unconditionally dur CVSSv3.1 8.0 (HIGH)

CWECWE 94VNDNuclioTYPVulnerability
8.0
CVSS v3.1
90
Edit Score
1w ago
2026-09-02 17:17Z
HIGH

CVE-2026-52831 — Nuclio: Prior to version 1.16.4, the Nuclio controller builds a curl invocation string for each

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

Nuclio is a "Serverless" framework for Real-Time Events and Data Processing. Prior to version 1.16.4, the Nuclio controller builds a curl invocation string for each cron trigger and stores it as the args of a Kubernetes CronJob container (/bin/sh, -c, <command>). Two fields in the trigger specification flow into this string without adequate sanitization: event.headers keys and event.body. This issue has been patched in version 1.16.4. CVSSv3.1 8.0 (HIGH)

CWECWE 78VNDNuclioTYPVulnerability
8.0
CVSS v3.1
90
Edit Score
1w ago
2026-09-02 17:17Z
HIGH

CVE-2026-45730 — Nuclio: Prior to version 1.16.0, there is a vulnerability in Nuclio Dashboard's project management API

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

Nuclio is a "Serverless" framework for Real-Time Events and Data Processing. Prior to version 1.16.0, there is a vulnerability in Nuclio Dashboard's project management API, allowing any authenticated user (without membership in the target project) to bypass OPA authorization checks on write paths (PUT /api/projects/{id}, DELETE /api/projects) and modify or delete any project along with all its associated resources (functions, API gateways, etc.). This issue has been patched i CVSSv3.1 8.3 (HIGH)

CWECWE 862VNDNuclioTYPVulnerability
8.3
CVSS v3.1
92
Edit Score
1w ago
2026-09-02 17:17Z
HIGH

CVE-2026-20280 — As part of Cisco's ongoing commitment to proactive security and product quality, the&nbsp;Cisco IOS

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

As part of Cisco's ongoing commitment to proactive security and product quality, the&nbsp;Cisco IOS XR Software engineering team has conducted a comprehensive internal security review. This review resulted in a software hardening releases that address multiple internally discovered vulnerabilities. The vulnerabilities tracked by CVE-2026-20280 are related to improper checking or handling of exceptional condition issues that are grouped under the Common Weakness Enumeration CVSSv3.1 8.8 (HIGH)

CWECWE 703TYPVulnerability
8.8
CVSS v3.1
94
Edit Score
1w ago
2026-09-02 17:17Z
CRIT

CVE-2026-20279 — As part of Cisco's ongoing commitment to proactive security and product quality, the Cisco

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

As part of Cisco's ongoing commitment to proactive security and product quality, the Cisco IOS XR Software engineering team has conducted a comprehensive internal security review. This review resulted in a software hardening releases that address multiple internally discovered vulnerabilities. The vulnerabilities tracked by CVE-2026-20279 are related to improper access control issues that are grouped under the Common Weakness Enumeration (CWE) CWE-284. CVSSv3.1 9.8 (CRITICAL)

CWECWE 284TYPVulnerability
9.8
CVSS v3.1
99
Edit Score
1w ago
2026-09-02 17:17Z
HIGH

CVE-2026-20278 — As part of Cisco's ongoing commitment to proactive security and product quality, the Cisco

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

As part of Cisco's ongoing commitment to proactive security and product quality, the Cisco IOS XR Software engineering team has conducted a comprehensive internal security review. This review resulted in a software hardening releases that address multiple internally discovered vulnerabilities. The vulnerabilities tracked by CVE-2026-20278 are related to improper neutralization issues that are grouped under the Common Weakness Enumeration (CWE) CWE-707. CVSSv3.1 8.8 (HIGH)

CWECWE 707TYPVulnerability
8.8
CVSS v3.1
94
Edit Score
1w ago
2026-09-02 17:17Z
HIGH

CVE-2026-20277 — As part of Cisco's ongoing commitment to proactive security and product quality, the Cisco

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

As part of Cisco's ongoing commitment to proactive security and product quality, the Cisco IOS XR Software engineering team has conducted a comprehensive internal security review. This review resulted in a software hardening releases that address multiple internally discovered vulnerabilities. The vulnerabilities tracked by CVE-2026-20277 are related to protection mechanism failure issues that are grouped under the Common Weakness Enumeration (CWE) CWE-693. CVSSv3.1 8.2 (HIGH)

CWECWE 693TYPVulnerability
8.2
CVSS v3.1
91
Edit Score
1w ago
2026-09-02 17:17Z
HIGH

CVE-2026-20276 — The vulnerabilities tracked by CVE-2026-20276 are related to insufficient control flow management issues that

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

As part of Cisco's ongoing commitment to proactive security and product quality, the Cisco IOS XR Software engineering team has conducted a comprehensive internal security review. This review resulted in a software hardening releases that address multiple internally discovered vulnerabilities. The vulnerabilities tracked by CVE-2026-20276 are related to insufficient control flow management issues that are grouped under the Common Weakness Enumeration (CWE) CWE-691. CVSSv3.1 8.6 (HIGH)

CWECWE 691TYPVulnerability
8.6
CVSS v3.1
93
Edit Score
1w ago
2026-09-02 17:17Z
HIGH

CVE-2026-20275 — The vulnerabilities tracked by CVE-2026-20275 are related to incorrect calculation issues that are grouped

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

As part of Cisco's ongoing commitment to proactive security and product quality, the Cisco IOS XR Software engineering team has conducted a comprehensive internal security review. This review resulted in a software hardening releases that address multiple internally discovered vulnerabilities. The vulnerabilities tracked by CVE-2026-20275 are related to incorrect calculation issues that are grouped under the Common Weakness Enumeration (CWE) CWE-682. CVSSv3.1 8.8 (HIGH)

CWECWE 682TYPVulnerability
8.8
CVSS v3.1
94
Edit Score
1w ago
2026-09-02 17:17Z
CRIT

CVE-2026-20274 — As part of Cisco's ongoing commitment to proactive security and product quality, the Cisco

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

As part of Cisco's ongoing commitment to proactive security and product quality, the Cisco IOS XR Software engineering team has conducted a comprehensive internal security review. This review resulted in a software hardening releases that address multiple internally discovered vulnerabilities. The vulnerabilities tracked by CVE-2026-20274 are related to improper resource control issues that are grouped under the Common Weakness Enumeration (CWE) CWE-664. CVSSv3.1 9.8 (CRITICAL)

CWECWE 664TYPVulnerability
9.8
CVSS v3.1
99
Edit Score
1w ago
2026-09-02 17:17Z
CRIT

CVE-2026-20212 — Silicon: A vulnerability in the Silicon One integration for Cisco Nexus 9000 Series Switches could

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

A vulnerability in the Silicon One integration for Cisco Nexus 9000 Series Switches could allow an unauthenticated, remote attacker to execute code with&nbsp;root privileges. This vulnerability exists because TCP ports 43210 and 43211 are accessible in the default Layer 3 (L3) virtual routing and forwarding (VRF). A successful exploit could allow the attacker to connect to an affected device and send crafted input that could be executed as code with&nbsp;root privileges. T CVSSv3.1 9.8 (CRITICAL)

CWECWE 1327VNDSiliconTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
1w ago
2026-09-02 16:58Z
CRIT

Critical SonicWall SMA1000 Vulnerabilities CVE-2026-83548, CVE-2026-83549 Exploited in the Wild

Rapid7 Research·rapid7.comCVE-2026-83548CVE-2026-83549in the wild

SonicWall disclosed two critical vulnerabilities in SMA1000 appliances (CVE-2026-83548 SSRF + CVE-2026-83549 OS command injection) that chain to achieve unauthenticated RCE and are actively exploited in the wild. The SSRF has a CVSS 10.0 score and affects the Work Place interface typically exposed to the internet; exploitation requires no authentication. SonicWall has released platform hotfixes for affected versions (12.4.3 and 12.5.0 branches).

TACTA0001TACTA0002SRFNetwork ApplianceSWSonicwall Sma1000VNDSonicwallTYPVulnerabilityTYPAdvisorySTGExecution
92
Edit Score
1w ago
2026-09-02 16:17Z
HIGH

CVE-2026-84673 — Jenkins: Customizable Header Plugin 295.v2544b_ca_19b_97 and earlier allows overwriting the plugin's appearance configuration through

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

Jenkins Customizable Header Plugin 295.v2544b_ca_19b_97 and earlier allows overwriting the plugin's appearance configuration through Stapler data binding, allowing attackers to configure a custom SVG icon containing inline JavaScript, resulting in a stored cross-site scripting (XSS) vulnerability. CVSSv3.1 8.8 (HIGH)

CWECWE 79VNDJenkinsTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
1w ago
2026-09-02 16:17Z
HIGH

CVE-2026-84672 — Jenkins: Microsoft Entra ID (previously Azure AD) Plugin 710.v0b_ff8e9cc2d2 and earlier grants Entra group

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

Jenkins Microsoft Entra ID (previously Azure AD) Plugin 710.v0b_ff8e9cc2d2 and earlier grants Entra group permissions using both the group's unique object ID and its display name, allowing attackers who can create an Entra group with a colliding display name to gain the permissions configured for a privileged group. CVSSv3.1 8.8 (HIGH)

CWECWE 639VNDJenkinsTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
1w ago
2026-09-02 16:17Z
HIGH

CVE-2026-84671 — Jenkins: File Parameter Plugin 425.v3fa_801681b_5e and earlier allows writing files to arbitrary locations on

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

Jenkins File Parameter Plugin 425.v3fa_801681b_5e and earlier allows writing files to arbitrary locations on the Jenkins controller file system through Stapler data binding, which can lead to remote code execution. CVSSv3.1 8.8 (HIGH)

CWECWE 22VNDJenkinsTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
1w ago
2026-09-02 16:17Z
HIGH

CVE-2026-84670 — Jenkins: Performance Plugin 1015.v09ca_52b_3370e and earlier does not restrict the classes that can be

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

Jenkins Performance Plugin 1015.v09ca_52b_3370e and earlier does not restrict the classes that can be instantiated when deserializing cached performance reports stored in the build directory on the Jenkins controller, allowing attackers with Item/Configure permission to execute arbitrary code on the Jenkins controller. CVSSv3.1 8.8 (HIGH)

CWECWE 502VNDJenkinsTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
1w ago
2026-09-02 16:17Z
HIGH

CVE-2026-84669 — Jenkins: A path traversal vulnerability in Jenkins Allure Plugin 2.35.2 and earlier allows attackers with

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

A path traversal vulnerability in Jenkins Allure Plugin 2.35.2 and earlier allows attackers with Item/Read permission on jobs that publish Allure report results to read arbitrary files on the Jenkins controller's file system. CVSSv3.1 8.8 (HIGH)

CWECWE 22VNDJenkinsTYPVulnerability
8.8
CVSS v3.1
94
Edit Score