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

      The Value-Driven AI Roadmap

      September 9, 2025

      This week in AI updates: Mistral’s new Le Chat features, ChatGPT updates, and more (September 5, 2025)

      September 6, 2025

      Designing For TV: Principles, Patterns And Practical Guidance (Part 2)

      September 5, 2025

      Neo4j introduces new graph architecture that allows operational and analytics workloads to be run together

      September 5, 2025

      Lenovo Legion Go 2 specs unveiled: The handheld gaming device to watch this October

      September 10, 2025

      As Windows 10 support ends, users weigh costly extended security program against upgrading to Windows 11

      September 10, 2025

      Lenovo’s Legion Glasses 2 update could change handheld gaming

      September 10, 2025

      Is Lenovo’s refreshed LOQ tower enough to compete? New OLED monitors raise the stakes at IFA 2025

      September 10, 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

      External Forces Reshaping Financial Services in 2025 and Beyond

      September 10, 2025
      Recent

      External Forces Reshaping Financial Services in 2025 and Beyond

      September 10, 2025

      Why It’s Time to Move from SharePoint On-Premises to SharePoint Online

      September 10, 2025

      Apple’s Big Move: The Future of Mobile

      September 10, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Lenovo Legion Go 2 specs unveiled: The handheld gaming device to watch this October

      September 10, 2025
      Recent

      Lenovo Legion Go 2 specs unveiled: The handheld gaming device to watch this October

      September 10, 2025

      As Windows 10 support ends, users weigh costly extended security program against upgrading to Windows 11

      September 10, 2025

      Lenovo’s Legion Glasses 2 update could change handheld gaming

      September 10, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Smashing Security podcast #427: When 2G attacks, and a romantic road trip goes wrong

    Smashing Security podcast #427: When 2G attacks, and a romantic road trip goes wrong

    July 23, 2025

    Graham warns why it is high time we said goodbye to 2G – the outdated mobile network being exploited by cybercriminals with suitcase-sized SMS blasters. From New Zealand to London, scammers are driving around cities like dodgy Uber drivers, spewing phishing texts to thousands at once.

    Meanwhile, Carole unpacks a painfully awkward tale of amour fou, as a 76-year-old Belgian man drives 476 miles to meet his dream woman… only to be greeted by her very-much-still-husband at the gate.

    Plus: Sky Arts painting competitions get a thumbs up, Mark Zuckerberg never loses at board games, and the scandalous Facebook memoir Meta tried to silence.

    All this and more is discussed in the latest edition of the “Smashing Security” podcast by cybersecurity veterans Graham Cluley and Carole Theriault.

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleForeword to Learning Web Design by Jennifer Robbins
    Next Article Threat Actor Mimo Targets Magento and Docker to Deploy Crypto Miners and Proxyware

    Related Posts

    Development

    How AI is Redefining Traditional GCC Cost Models for Peak Efficiency

    September 10, 2025
    Development

    How to Automate API Documentation Updates with GitHub Actions and OpenAPI Specifications

    September 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-24292 – Ubiquiti UniFi Network MAC Address Authentication Bypass Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Prettier – opinionated code formatter

    Linux

    Borderlands 4 – Gameplay, release date, cross-play, and everything you need to know

    News & Updates

    DICE Responds to Battlefield 6 Community: Key Updates on Map Flow and Class Mechanics

    News & Updates

    Highlights

    CVE-2025-38153 – Allegro USB Network AQC111 Uninitialized Memory Access Vulnerability

    July 3, 2025

    CVE ID : CVE-2025-38153

    Published : July 3, 2025, 9:15 a.m. | 2 hours, 14 minutes ago

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

    net: usb: aqc111: fix error handling of usbnet read calls

    Syzkaller, courtesy of syzbot, identified an error (see report [1]) in
    aqc111 driver, caused by incomplete sanitation of usb read calls’
    results. This problem is quite similar to the one fixed in commit
    920a9fa27e78 (“net: asix: add proper error handling of usb read errors”).

    For instance, usbnet_read_cmd() may read fewer than ‘size’ bytes,
    even if the caller expected the full amount, and aqc111_read_cmd()
    will not check its result properly. As [1] shows, this may lead
    to MAC address in aqc111_bind() being only partly initialized,
    triggering KMSAN warnings.

    Fix the issue by verifying that the number of bytes read is
    as expected and not less.

    [1] Partial syzbot report:
    BUG: KMSAN: uninit-value in is_valid_ether_addr include/linux/etherdevice.h:208 [inline]
    BUG: KMSAN: uninit-value in usbnet_probe+0x2e57/0x4390 drivers/net/usb/usbnet.c:1830
    is_valid_ether_addr include/linux/etherdevice.h:208 [inline]
    usbnet_probe+0x2e57/0x4390 drivers/net/usb/usbnet.c:1830
    usb_probe_interface+0xd01/0x1310 drivers/usb/core/driver.c:396
    call_driver_probe drivers/base/dd.c:-1 [inline]
    really_probe+0x4d1/0xd90 drivers/base/dd.c:658
    __driver_probe_device+0x268/0x380 drivers/base/dd.c:800
    …

    Uninit was stored to memory at:
    dev_addr_mod+0xb0/0x550 net/core/dev_addr_lists.c:582
    __dev_addr_set include/linux/netdevice.h:4874 [inline]
    eth_hw_addr_set include/linux/etherdevice.h:325 [inline]
    aqc111_bind+0x35f/0x1150 drivers/net/usb/aqc111.c:717
    usbnet_probe+0xbe6/0x4390 drivers/net/usb/usbnet.c:1772
    usb_probe_interface+0xd01/0x1310 drivers/usb/core/driver.c:396
    …

    Uninit was stored to memory at:
    ether_addr_copy include/linux/etherdevice.h:305 [inline]
    aqc111_read_perm_mac drivers/net/usb/aqc111.c:663 [inline]
    aqc111_bind+0x794/0x1150 drivers/net/usb/aqc111.c:713
    usbnet_probe+0xbe6/0x4390 drivers/net/usb/usbnet.c:1772
    usb_probe_interface+0xd01/0x1310 drivers/usb/core/driver.c:396
    call_driver_probe drivers/base/dd.c:-1 [inline]
    …

    Local variable buf.i created at:
    aqc111_read_perm_mac drivers/net/usb/aqc111.c:656 [inline]
    aqc111_bind+0x221/0x1150 drivers/net/usb/aqc111.c:713
    usbnet_probe+0xbe6/0x4390 drivers/net/usb/usbnet.c:1772

    Severity: 0.0 | NA

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

    SpotBugs Access Token Theft Identified as Root Cause of GitHub Supply Chain Attack

    April 4, 2025

    Windows 10 vs Windows 11 RAM Usage: Which One Uses Less Memory?

    July 3, 2025

    CVE-2025-41229 – VMware Cloud Foundation Directory Traversal Vulnerability

    May 20, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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