CVE-2026-1858 — wget2 accepts a server certificate with incorrect Key Usage

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 formats

2 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.

medium T1553.004 Defense Evasion

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

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-1858 vulnerability CVE-2026-1858
CWE-20 weakness CWE-20
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedApril 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.

Related coverage

CVE-2026-7408 — SourceCodester Pizzafy Ecommerce System SQL Injection

CVE-2026-7408 — A vulnerability was detected in SourceCodester Pizzafy Ecommerce System 1.0. Affected by this issue is the function save_menu of the file /admin/ajax.php?action=save_menu. Performing...

vulnerabilityCVEmedium-severitysql-injectioncwe-74cwe-89
/SCW Vulnerability Desk /MEDIUM /4.7 /⚑ 3 IOCs /⚙ 3 Sigma

CVE-2026-7407 — SourceCodester Pizzafy Ecommerce System SQL Injection

CVE-2026-7407 — A security vulnerability has been detected in SourceCodester Pizzafy Ecommerce System 1.0. Affected by this vulnerability is the function save_settings of the file...

vulnerabilityCVEmedium-severitysql-injectioncwe-74cwe-89
/SCW Vulnerability Desk /MEDIUM /4.7 /⚑ 3 IOCs /⚙ 3 Sigma

CVE-2026-7404: mcpo-simple-server Vulnerability Exposes Data via Path Traversal

CVE-2026-7404 — A weakness has been identified in getsimpletool mcpo-simple-server up to 0.2.0. Affected is the function delete_shared_prompt of the file src/mcpo_simple_server/services/prompt_manager/base_manager.py. This manipulation of...

vulnerabilityCVEhigh-severitypath-traversalcwe-22cwe-23
/SCW Vulnerability Desk /HIGH /7.3 /⚑ 3 IOCs /⚙ 3 Sigma