CVE-2025-48868

HIGH

Horilla 1.3.0 - Authenticated Remote Code Execution via Eval Injection in project_bulk_archive

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2025-48868. PoCs published by nakleh.

AI-analyzed exploit summary This Python script exploits an authenticated RCE vulnerability in Horilla HRM software v1.3 by logging in, creating a project, and sending a reverse shell payload via a crafted request to achieve remote code execution.

Description

Horilla is a free and open source Human Resource Management System (HRMS). An authenticated Remote Code Execution (RCE) vulnerability exists in Horilla 1.3.0 due to the unsafe use of Python’s eval() function on a user-controlled query parameter in the project_bulk_archive view. This allows privileged users (e.g., administrators) to execute arbitrary system commands on the server. While having Django’s DEBUG=True makes exploitation visibly easier by returning command output in the HTTP response, this is not required. The vulnerability can still be exploited in DEBUG=False mode by using blind payloads such as a reverse shell, leading to full remote code execution. This issue has been patched in version 1.3.1.

Exploits (1)

exploitdb WORKING POC
by nakleh · pythonwebappsmultiple
https://www.exploit-db.com/exploits/52497

This Python script exploits an authenticated RCE vulnerability in Horilla HRM software v1.3 by logging in, creating a project, and sending a reverse shell payload via a crafted request to achieve remote code execution.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Horilla HRM software v1.3
Auth required
Prerequisites: valid credentials · listener setup on attacker machine
devstral-2 · analyzed Apr 09, 2026 Full analysis →

Scores

CVSS v3 7.2
EPSS 0.0227
EPSS Percentile 80.8%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact total

Details

CWE
CWE-95
Status published
Products (1)
horilla/horilla 1.3
Published Sep 24, 2025
Tracked Since Feb 18, 2026