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

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      July 22, 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 Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

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

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Security»Common Vulnerabilities and Exposures (CVEs)»CVE-2025-52805 – Leyka Path Traversal PHP Local File Inclusion Vulnerability

    CVE-2025-52805 – Leyka Path Traversal PHP Local File Inclusion Vulnerability

    July 4, 2025

    CVE ID : CVE-2025-52805

    Published : July 4, 2025, 12:15 p.m. | 2 hours ago

    Description : Path Traversal vulnerability in VaultDweller Leyka allows PHP Local File Inclusion. This issue affects Leyka: from n/a through 3.31.9.

    Severity: 7.5 | HIGH

    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-52776 – Thanhtungtnt Video List Manager Cross-site Scripting
    Next Article CVE-2025-52798 – Eyecix JobSearch Cross-site Scripting

    Related Posts

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-44658 – Netgear RAX30 PHP-FPM Misconfigured Extension Bypass Vulnerability

    July 22, 2025
    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-7393 – Drupal Mail Login Authentication Bypass

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

    12 Best MoviesJoy Alternatives (Free & Safe Streaming)

    Operating Systems

    CVE-2025-4419 – WordPress Hot Random Image Path Traversal Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-5820 – Sony XAV-AX8500 Bluetooth ERTM Channel Authentication Bypass

    Common Vulnerabilities and Exposures (CVEs)

    Map Eloquent Attributes into an Object Using the Collection Cast in Laravel 12.10

    Development

    Highlights

    CVE-2023-53142 – “Ice: Buffer Overflow in ice_get_module_eeprom()”

    May 2, 2025

    CVE ID : CVE-2023-53142

    Published : May 2, 2025, 4:15 p.m. | 34 minutes ago

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

    ice: copy last block omitted in ice_get_module_eeprom()

    ice_get_module_eeprom() is broken since commit e9c9692c8a81 (“ice:
    Reimplement module reads used by ethtool”) In this refactor,
    ice_get_module_eeprom() reads the eeprom in blocks of size 8.
    But the condition that should protect the buffer overflow
    ignores the last block. The last block always contains zeros.

    Bug uncovered by ethtool upstream commit 9538f384b535
    (“netlink: eeprom: Defer page requests to individual parsers”)
    After this commit, ethtool reads a block with length = 1;
    to read the SFF-8024 identifier value.

    unpatched driver:
    $ ethtool -m enp65s0f0np0 offset 0x90 length 8
    Offset Values
    —— ——
    0x0090: 00 00 00 00 00 00 00 00
    $ ethtool -m enp65s0f0np0 offset 0x90 length 12
    Offset Values
    —— ——
    0x0090: 00 00 01 a0 4d 65 6c 6c 00 00 00 00
    $

    $ ethtool -m enp65s0f0np0
    Offset Values
    —— ——
    0x0000: 11 06 06 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x0050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 01 08 00
    0x0070: 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00

    patched driver:
    $ ethtool -m enp65s0f0np0 offset 0x90 length 8
    Offset Values
    —— ——
    0x0090: 00 00 01 a0 4d 65 6c 6c
    $ ethtool -m enp65s0f0np0 offset 0x90 length 12
    Offset Values
    —— ——
    0x0090: 00 00 01 a0 4d 65 6c 6c 61 6e 6f 78
    $ ethtool -m enp65s0f0np0
    Identifier : 0x11 (QSFP28)
    Extended identifier : 0x00
    Extended identifier description : 1.5W max. Power consumption
    Extended identifier description : No CDR in TX, No CDR in RX
    Extended identifier description : High Power Class (> 3.5 W) not enabled
    Connector : 0x23 (No separable connector)
    Transceiver codes : 0x88 0x00 0x00 0x00 0x00 0x00 0x00 0x00
    Transceiver type : 40G Ethernet: 40G Base-CR4
    Transceiver type : 25G Ethernet: 25G Base-CR CA-N
    Encoding : 0x05 (64B/66B)
    BR, Nominal : 25500Mbps
    Rate identifier : 0x00
    Length (SMF,km) : 0km
    Length (OM3 50um) : 0m
    Length (OM2 50um) : 0m
    Length (OM1 62.5um) : 0m
    Length (Copper or Active cable) : 1m
    Transmitter technology : 0xa0 (Copper cable unequalized)
    Attenuation at 2.5GHz : 4db
    Attenuation at 5.0GHz : 5db
    Attenuation at 7.0GHz : 7db
    Attenuation at 12.9GHz : 10db
    ……..
    ….

    Severity: 0.0 | NA

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

    How to Become a Node.js Backend Developer

    June 11, 2025

    CVE-2025-5208 – SourceCodester Online Hospital Management System SQL Injection Vulnerability

    May 26, 2025

    AGI by 2035? Google DeepMind CEO Warns “Society’s Not Ready”

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

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