Urgent.News

What's breaking now, across thousands of outlets.

Tech

TDengine CVE-2026-42542: Unauthenticated Integer Underflow Crashes taosd with a Single Packet

1. Basic Information Original Title: One Packet Can Take Down the Database Behind Industrial Operations: Ridge Security Discovers CVE-2026-42542 Source: Ridge Security Published: September 23, 2026 Updated: None Severity: High Basis of Severity: A single unauthenticated packet sent to TCP/6030 can crash the database, and repeated transmission of crafted packets can sustain a restart loop and…

The vulnerability CVE-2026-42542 allows a single unauthenticated packet sent to TCP/6030 to crash the TDengine database. This is due to an integer underflow during processing, where the subtraction wraps around to a large value. This large length is then passed to memcpy, causing an out-of-bounds heap access and a crash. The crash can lead to a Denial of Service, with repeated successful attacks causing a restart loop and gaps in telemetry.

Although remote code execution has not been confirmed, the impact is high as it can cause missing data, application errors, and repeated automatic restarts. TDengine version 3.4.1.6 or later is recommended to mitigate this vulnerability, as updates to this version or later contain the fix.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Vim Basics

Just the basics you need to get started. Also for those who are trapped in classic vim situation, where you don't know how to quit!

  • Vim is a keyboard-driven text editor for efficient code and plain-text editing.
  • Open a file in Vim by typing "vim" followed by the filename in the terminal.
  • Save changes in Vim by typing ":w" in Normal mode and pressing Enter.

File Change Notification Side Channel: Estimating Keystroke Timing and Browsing Activity on Linux, Android, and Windows

1. Overview Original Title: File Notification Attacks: Side-Channel Leakage from the File-Notification System on Linux, Android, Windows, and macOS Source: Graz University of Technology (File…

  • Researchers demonstrated estimating user activities via file change notifications.
  • Method applicable to Linux, Android, and Windows systems.
  • Attack possible without privileged access or explicit permission.

Android Paging 3 Failure Matrix

Android Paging 3 Viewmodel Partial Success Refresh Failure Matrix becomes concrete in this setup: A phone, laptop, and checklist arranged for testing paged data through failure and recovery states.

  • Initial refresh failure occurs without network or local cache
  • Error state transitions LoadState from NotLoading
  • UI shows full-screen error with retry button

More from Saturday 26 September →