Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      The Power Of The Intl API: A Definitive Guide To Browser-Native Internationalization

      August 8, 2025

      This week in AI dev tools: GPT-5, Claude Opus 4.1, and more (August 8, 2025)

      August 8, 2025

      Elastic simplifies log analytics for SREs and developers with launch of Log Essentials

      August 7, 2025

      OpenAI launches GPT-5

      August 7, 2025

      I compared the best headphones from Apple, Sony, Bose, and Sonos: Here’s how the AirPods Max wins

      August 10, 2025

      I changed these 6 settings on my iPad to significantly improve its battery life

      August 10, 2025

      DistroWatch Weekly, Issue 1134

      August 10, 2025

      3 portable power stations I travel everywhere with (and how they differ)

      August 9, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Next.js PWA offline capability with Service Worker, no extra package

      August 10, 2025
      Recent

      Next.js PWA offline capability with Service Worker, no extra package

      August 10, 2025

      spatie/laravel-flare

      August 9, 2025

      Establishing Consistent Data Foundations with Laravel’s Database Population System

      August 8, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Windows 11 Copilot gets free access to GPT-5 Thinking, reduced rate limits than ChatGPT Free

      August 10, 2025
      Recent

      Windows 11 Copilot gets free access to GPT-5 Thinking, reduced rate limits than ChatGPT Free

      August 10, 2025

      Best Architecture AI Rendering Platform: 6 Tools Tested

      August 10, 2025

      Microsoft won’t kill off Chromium Edge and PWAs on Windows 10 until October 2028

      August 10, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Security»Common Vulnerabilities and Exposures (CVEs)»CVE-2024-58238 – “Bluetooth btnxpuart UART Break Timing Vulnerability”

    CVE-2024-58238 – “Bluetooth btnxpuart UART Break Timing Vulnerability”

    August 9, 2025

    CVE ID : CVE-2024-58238

    Published : Aug. 9, 2025, 3:15 p.m. | 8 hours, 25 minutes ago

    Description : In the Linux kernel, the following vulnerability has been resolved:

    Bluetooth: btnxpuart: Resolve TX timeout error in power save stress test

    This fixes the tx timeout issue seen while running a stress test on
    btnxpuart for couple of hours, such that the interval between two HCI
    commands coincide with the power save timeout value of 2 seconds.

    Test procedure using bash script:

    hciconfig hci0 up
    //Enable Power Save feature
    hcitool -i hci0 cmd 3f 23 02 00 00
    while (true)
    do
    hciconfig hci0 leadv
    sleep 2
    hciconfig hci0 noleadv
    sleep 2
    done

    Error log, after adding few more debug prints:
    Bluetooth: btnxpuart_queue_skb(): 01 0A 20 01 00
    Bluetooth: hci0: Set UART break: on, status=0
    Bluetooth: hci0: btnxpuart_tx_wakeup() tx_work scheduled
    Bluetooth: hci0: btnxpuart_tx_work() dequeue: 01 0A 20 01 00
    Can’t set advertise mode on hci0: Connection timed out (110)
    Bluetooth: hci0: command 0x200a tx timeout

    When the power save mechanism turns on UART break, and btnxpuart_tx_work()
    is scheduled simultaneously, psdata->ps_state is read as PS_STATE_AWAKE,
    which prevents the psdata->work from being scheduled, which is responsible
    to turn OFF UART break.

    This issue is fixed by adding a ps_lock mutex around UART break on/off as
    well as around ps_state read/write.
    btnxpuart_tx_wakeup() will now read updated ps_state value. If ps_state is
    PS_STATE_SLEEP, it will first schedule psdata->work, and then it will
    reschedule itself once UART break has been turned off and ps_state is
    PS_STATE_AWAKE.

    Tested above script for 50,000 iterations and TX timeout error was not
    observed anymore.

    Severity: 0.0 | NA

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleCVE-2025-8756 – TDuckCloud Authorization Interceptor PreHandle Remote Improper Authorization Vulnerability
    Next Article CVE-2022-50233 – Linux Kernel Bluetooth eir strlen Vulnerability

    Related Posts

    Development

    Researchers Reveal ReVault Attack Targeting Dell ControlVault3 Firmware in 100+ Laptop Models

    August 10, 2025
    Development

    Researchers Detail Windows EPM Poisoning Exploit Chain Leading to Domain Privilege Escalation

    August 10, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    CVE-2025-53174 – Adobe Illustrator Stack Overflow Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Halo Studios teases major reveal in October, promises big update at World Championship

    Operating Systems

    CVE-2025-37881 – Aspeed USB Gadget NULL Pointer Dereference

    Common Vulnerabilities and Exposures (CVEs)

    South Asian Ministries Hit by SideWinder APT Using Old Office Flaws and Custom Malware

    Development

    Highlights

    News & Updates

    Denmark will stick with Windows — government still plans to ditch Microsoft Office

    June 24, 2025

    Denmark’s Ministry of Digital Affairs will switch from Microsoft Office to LibreOffice but does not…

    Digigram PYKO-OUT AoIP Devices Exposed to Attacks Due to Missing Default Password

    May 5, 2025

    CVE-2025-3895 – MegaBIP Password Reset Token Brute Force Vulnerability

    May 23, 2025

    Cookie pop-ups don’t have to be a fact of life online – how I block them and why

    April 15, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.