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

      How To Prevent WordPress SQL Injection Attacks

      June 16, 2025

      This week in AI dev tools: Apple’s Foundations Model framework, Mistral’s first reasoning model, and more (June 13, 2025)

      June 13, 2025

      Open Talent platforms emerging to match skilled workers to needs, study finds

      June 13, 2025

      Java never goes out of style: Celebrating 30 years of the language

      June 12, 2025

      The 5 gadgets that got me through marathons and obstacle races (and why they work)

      June 16, 2025

      This beastly 500W charger replaced every other charger I had – with six ports to boot

      June 16, 2025

      Mac Mini won’t power on? Apple will fix it for you – for free

      June 16, 2025

      Why I’m switching to VS Code. Hint: It’s all about AI tool integration

      June 16, 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

      From Concept to Code: Final Year PHP Projects with Reports for Smart Submissions

      June 16, 2025
      Recent

      From Concept to Code: Final Year PHP Projects with Reports for Smart Submissions

      June 16, 2025

      Building Construction suppliers in India

      June 16, 2025

      Neutralinojs v6.1 released

      June 16, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Microsoft Edge’s Quiet Shift to AVIF: Why It Matters

      June 16, 2025
      Recent

      Microsoft Edge’s Quiet Shift to AVIF: Why It Matters

      June 16, 2025

      Windows 11 test builds are accidentally playing the Windows Vista startup sound

      June 16, 2025

      Leaked: ROG Xbox Ally and Xbox Ally X pre-orders set for August, launch in October

      June 16, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Security»Common Vulnerabilities and Exposures (CVEs)»CVE-2025-47153 – “Nodejs libuv Out-of-Bounds Access Vulnerability”

    CVE-2025-47153 – “Nodejs libuv Out-of-Bounds Access Vulnerability”

    May 1, 2025

    CVE ID : CVE-2025-47153

    Published : May 1, 2025, 7:15 a.m. | 55 minutes ago

    Description : Certain build processes for libuv and Node.js for 32-bit systems, such as for the nodejs binary package through nodejs_20.19.0+dfsg-1_i386.deb for Debian GNU/Linux, have an inconsistent off_t size (e.g., building on i386 Debian always uses _FILE_OFFSET_BITS=64 for the libuv dynamic library, but uses the _FILE_OFFSET_BITS global system default of 32 for nodejs), leading to out-of-bounds access. NOTE: this is not a problem in the Node.js software itself. In particular, the Node.js website’s download page does not offer prebuilt Node.js for Linux on i386.

    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-4100 – Nautic Pages WordPress Stored Cross-Site Scripting
    Next Article CVE-2025-3521 – “WordPress Team Members Stored Cross-Site Scripting”

    Related Posts

    Security

    ⚡ Weekly Recap: iPhone Spyware, Microsoft 0-Day, TokenBreak Hack, AI Data Leaks and More

    June 16, 2025
    Security

    Keyless Entry Vulnerability (CVE-2025-6029) Threatens KIA Vehicles in Ecuador, Researcher Reports

    June 16, 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-40665 – TCMAN GIM Blind SQL Injection

    Common Vulnerabilities and Exposures (CVEs)

    xdémineur is a minesweeper game

    Linux

    CVE-2025-1458 – Elementor Element Pack Addons Stored Cross-Site Scripting Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Microsoft Copilot just got even smarter: Wake word activation lands on Windows 11

    News & Updates

    Highlights

    CVE-2025-41234 – VMware Spring Framework Reflected File Download Vulnerability

    June 12, 2025

    CVE ID : CVE-2025-41234

    Published : June 12, 2025, 10:15 p.m. | 3 hours, 47 minutes ago

    Description : Description

    In Spring Framework, versions 6.0.x as of 6.0.5, versions 6.1.x and 6.2.x, an application is vulnerable to a reflected file download (RFD) attack when it sets a “Content-Disposition” header with a non-ASCII charset, where the filename attribute is derived from user-supplied input.

    Specifically, an application is vulnerable when all the following are true:

    * The header is prepared with org.springframework.http.ContentDisposition.
    * The filename is set via ContentDisposition.Builder#filename(String, Charset).
    * The value for the filename is derived from user-supplied input.
    * The application does not sanitize the user-supplied input.
    * The downloaded content of the response is injected with malicious commands by the attacker (see RFD paper reference for details).

    An application is not vulnerable if any of the following is true:

    * The application does not set a “Content-Disposition” response header.
    * The header is not prepared with org.springframework.http.ContentDisposition.
    * The filename is set via one of: * ContentDisposition.Builder#filename(String), or
    * ContentDisposition.Builder#filename(String, ASCII)

    * The filename is not derived from user-supplied input.
    * The filename is derived from user-supplied input but sanitized by the application.
    * The attacker cannot inject malicious content in the downloaded content of the response.

    Affected Spring Products and VersionsSpring Framework:

    * 6.2.0 – 6.2.7
    * 6.1.0 – 6.1.20
    * 6.0.5 – 6.0.28
    * Older, unsupported versions are not affected

    MitigationUsers of affected versions should upgrade to the corresponding fixed version.

    Affected version(s)Fix versionAvailability6.2.x6.2.8OSS6.1.x6.1.21OSS6.0.x6.0.29 Commercial https://enterprise.spring.io/ No further mitigation steps are necessary.

    CWE-113 in `Content-Disposition` handling in VMware Spring Framework versions 6.0.5 to 6.2.7 allows remote attackers to launch Reflected File Download (RFD) attacks via unsanitized user input in `ContentDisposition.Builder#filename(String, Charset)` with non-ASCII charsets.

    Severity: 6.5 | MEDIUM

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

    CVE-2025-48494 – Gokapi Stored Cross-Site Scripting Vulnerability

    June 2, 2025

    How to get started with Semantic Indexing on Windows 11

    May 16, 2025

    Implement prescription validation using Amazon Bedrock and Amazon DynamoDB

    June 2, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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