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

      10 Top Node.js Development Companies for Enterprise-Scale Projects (2025-2026 Ranked & Reviewed)

      July 4, 2025

      12 Must-Know Cost Factors When Hiring Node.js Developers for Your Enterprise

      July 4, 2025

      Mirantis reveals Lens Prism, an AI copilot for operating Kubernetes clusters

      July 3, 2025

      Avoid these common platform engineering mistakes

      July 3, 2025

      I compared my Sonos Arc Ultra with Samsung’s flagship soundbar, and it’s pretty dang close

      July 5, 2025

      Distribution Release: MocaccinoOS 1.8.3

      July 5, 2025

      Hideo Kojima’s “OD” is still in development with Xbox, at least for today

      July 4, 2025

      Microsoft is replacing salespeople with “solutions engineers” amid recent layoffs — promoting Copilot AI while ChatGPT dominates the enterprise sector

      July 4, 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

      The dog days of JavaScript summer

      July 4, 2025
      Recent

      The dog days of JavaScript summer

      July 4, 2025

      Databricks Lakebase – Database Branching in Action

      July 4, 2025

      Flutter + GitHub Copilot = Your New Superpower

      July 4, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Hashrat – hashing tool

      July 5, 2025
      Recent

      Hashrat – hashing tool

      July 5, 2025

      GTKTerm – serial port communication software

      July 5, 2025

      L’ambiente desktop COSMIC sbarca su Void Linux

      July 5, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Martin Rees: Post-human intelligence – a cosmic perspective | Starmus highlights

    Martin Rees: Post-human intelligence – a cosmic perspective | Starmus highlights

    April 10, 2025

    Take a moment to think beyond our current capabilities and consider what might come next in the grand story of evolution

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleKids behaving badly online? Here’s what parents can do
    Next Article Threat Report H2 2024: Infostealer shakeup, new attack vector for mobile, and Nomani

    Related Posts

    Security

    “CitrixBleed 2” Vulnerability PoC Released – Warns of Potential Widespread Exploitation

    July 5, 2025
    Artificial Intelligence

    Experiment with Gemini 2.0 Flash native image generation

    July 5, 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

    This crazy throwback to old-school ninja action games just got even crazier with its latest trailer, as it heads to Xbox and PC this summer

    News & Updates

    Sam Altman says ChatGPT’s viral Ghibli effect “forced OpenAI to do a lot of unnatural things”

    News & Updates

    SocGholish Reloaded: Darktrace Uncovers Ransomware-Primed Loader Campaign

    Security

    Real-World Wins: Case Studies of Businesses Thriving with AI📊

    Web Development

    Highlights

    CVE-2025-38154 – Linux Kernel BPF Sockmap Use After Free Vulnerability

    July 3, 2025

    CVE ID : CVE-2025-38154

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

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

    bpf, sockmap: Avoid using sk_socket after free when sending

    The sk->sk_socket is not locked or referenced in backlog thread, and
    during the call to skb_send_sock(), there is a race condition with
    the release of sk_socket. All types of sockets(tcp/udp/unix/vsock)
    will be affected.

    Race conditions:
    ”’
    CPU0 CPU1

    backlog::skb_send_sock
    sendmsg_unlocked
    sock_sendmsg
    sock_sendmsg_nosec
    close(fd):
    …
    ops->release() -> sock_map_close()
    sk_socket->ops = NULL
    free(socket)
    sock->ops->sendmsg
    ^
    panic here
    ”’

    The ref of psock become 0 after sock_map_close() executed.
    ”’
    void sock_map_close()
    {
    …
    if (likely(psock)) {
    …
    // !! here we remove psock and the ref of psock become 0
    sock_map_remove_links(sk, psock)
    psock = sk_psock_get(sk);
    if (unlikely(!psock))
    goto no_psock; work);
    ? die_addr+0x40/0xa0
    ? exc_general_protection+0x14c/0x230
    ? asm_exc_general_protection+0x26/0x30
    ? sock_sendmsg+0x21d/0x440
    ? sock_sendmsg+0x3e0/0x440
    ? __pfx_sock_sendmsg+0x10/0x10
    __skb_send_sock+0x543/0xb70
    sk_psock_backlog+0x247/0xb80
    …
    ”’

    Severity: 0.0 | NA

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

    Redis e il Ritorno all’Open Source

    May 6, 2025

    Never Tell me The Odds Shirt

    May 25, 2025

    New Windows RAT Evades Detection for Weeks Using Corrupted DOS and PE Headers

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

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