CVE-2026-1858 — wget2 accepts a server certificate with incorrect Key Usage
CVE-2026-1858 — 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.
What This Means For You
- If your environment is affected by CWE-20, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-1858 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
Wget2 Server Certificate Key Usage Mismatch - CVE-2026-1858
Sigma YAML — free preview
title: Wget2 Server Certificate Key Usage Mismatch - CVE-2026-1858
id: scw-2026-04-29-ai-1
status: experimental
level: medium
description: |
Detects the execution of wget2 with command-line arguments indicating the use of specific certificate and private key files. This rule is specific to CVE-2026-1858, where wget2 might accept a server certificate with an incorrect Key Usage (KU) or Extended Key Usage (EKU). Attackers could exploit this by reusing a compromised certificate for TLS server authentication, potentially leading to man-in-the-middle attacks or unauthorized access. This rule aims to flag suspicious wget2 executions that might be leveraging a vulnerable certificate.
author: SCW Feed Engine (AI-generated)
date: 2026-04-29
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-1858/
tags:
- attack.defense_evasion
- attack.t1553.004
logsource:
category: process_creation
detection:
selection:
Image|startswith:
- 'C:\Program Files\wget2\wget2.exe'
ParentImage|contains:
- 'cmd.exe'
- 'powershell.exe'
CommandLine|contains:
- '--certificate-file'
- '--private-key-file'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-1858 | vulnerability | CVE-2026-1858 |
| CWE-20 | weakness | CWE-20 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | April 30, 2026 at 00:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.