CVE-2026-7422 — Insufficient packet validation in FreeRTOS-Plus-TCP before

CVE-2026-7422 — Insufficient packet validation in FreeRTOS-Plus-TCP before

CVE-2026-7422 — Insufficient packet validation in FreeRTOS-Plus-TCP before V4.2.6 and V4.4.1 allows an adjacent network actor to bypass all checksum and minimum-size validation by spoofing the Ethernet source MAC address to match one of the device's own registered endpoints, because the loopback det

What This Means For You

  • If your environment is affected by CWE-290, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-7422 updates and patches.

Related ATT&CK Techniques

🛡️ Detection Rules

3 rules · 6 SIEM formats

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

critical T1071.001 Lateral Movement

CVE-2026-7422 - FreeRTOS-Plus-TCP Spoofed MAC Address

Sigma YAML — free preview
title: CVE-2026-7422 - FreeRTOS-Plus-TCP Spoofed MAC Address
id: scw-2026-04-29-ai-1
status: experimental
level: critical
description: |
  Detects network traffic where the source MAC address is spoofed to match a local endpoint's registered MAC address, bypassing checksum and minimum-size validation in FreeRTOS-Plus-TCP versions prior to V4.2.6 and V4.4.1. This bypass allows an adjacent attacker to potentially inject malicious packets.
author: SCW Feed Engine (AI-generated)
date: 2026-04-29
references:
  - https://shimiscyberworld.com/posts/nvd-CVE-2026-7422/
tags:
  - attack.lateral_movement
  - attack.t1071.001
logsource:
    category: firewall
detection:
  selection:
      src_ip|exists:
          - "true"
      dst_ip|exists:
          - "true"
      dst_port|exists:
          - "true"
      action|contains:
          - "allow"
      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-7422 vulnerability CVE-2026-7422
CWE-290 weakness CWE-290
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedApril 29, 2026 at 22: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

Featured

Daily Security Digest — 2026-04-29

18 vulnerability disclosures (3 Critical, 15 High) and 16 curated intelligence stories from 5 sources.

daily-digestvulnerabilityCVEhigh-severitycwe-862improper-access-controlcwe-266cwe-269cwe-284cwe-59
/SCW Daily Digest /CRITICAL

AgentFlow RCE Vulnerability (CVE-2026-7466) Allows Local Code Execution

CVE-2026-7466 — AgentFlow contains an arbitrary code execution vulnerability that allows attackers to execute local Python pipeline files by supplying a user-controlled pipeline_path parameter to...

vulnerabilityCVEhigh-severitycode-executioncwe-94
/SCW Vulnerability Desk /HIGH /8.8 /⚑ 5 IOCs /⚙ 3 Sigma

CVE-2026-7439 — AgentFlow's local web API accepts non-JSON content types on

CVE-2026-7439 — AgentFlow's local web API accepts non-JSON content types on POST /api/runs and POST /api/runs/validate endpoints without enforcing application/json validation, allowing attackers to bypass...

vulnerabilityCVEmedium-severitycwe-346
/SCW Vulnerability Desk /MEDIUM /4.4 /⚑ 2 IOCs /⚙ 2 Sigma