Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-22047-Oracle-PeopleSoft-LFI — CVE-2023-22047 is a critical unauthenticated Local File Inclusion (LFI) vulnerability in Oracle PeopleSoft Enterprise PeopleTools. This exploit allows an attacker to read arbitrary files from the target server without any authentication. | Kitploit
Tools/GitHubGitHub/0xterror/cve-2023-22047-oracle-peoplesoft-lfi
Vulnerability AnalysisExploitationWeb Application ExploitationData ExfiltrationInformation GatheringPenetration Testing
GitHub0xterror/cve-2023-22047-oracle-peoplesoft-lfi

CVE-2023-22047-Oracle-PeopleSoft-LFI

CVE-2023-22047 is a critical unauthenticated Local File Inclusion (LFI) vulnerability in Oracle PeopleSoft Enterprise PeopleTools. This exploit allows an attacker to read arbitrary files from the target server without any authentication.

View Repository
325 days agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
0xTerror Logo CVE Badge CVSS Score Status

🚀 CVE-2023-22047 - PeopleSoft LFI Exploit

Unauthenticated Local File Inclusion (LFI) in Oracle PeopleSoft Enterprise PeopleTools

GitHub stars GitHub forks GitHub license Python


👨‍💻 Author

0xTerror

0xTerror

Security Researcher | Exploit Developer

GitHub Twitter


📋 Description

CVE-2023-22047 is a critical unauthenticated Local File Inclusion (LFI) vulnerability discovered in Oracle PeopleSoft Enterprise PeopleTools. This exploit allows an attacker to read arbitrary files from the target server without any authentication, leading to potential exposure of sensitive data such as:

  • 🔐 System configuration files
  • 🔑 Database credentials
  • 🛡️ WebLogic admin credentials
  • 📄 Source code
  • 🌐 Environment variables
  • 🔓 Password hashes

🔍 What Makes It Vulnerable

Root Cause Analysis

The vulnerability exists in the Updates Environment Management component of PeopleSoft Enterprise PeopleTools. The flaw is triggered by improper handling of the wsrp-url parameter in the /RP endpoint.

Technical Breakdown

AspectDetails
ComponentUpdates Environment Management
Endpoint/RP (Resource Provider)
Parameterwsrp-url
Attack VectorHTTP GET request
Authentication❌ None required
Vulnerability TypeCWE-22: Path Traversal
CVSS Score9.8 (Critical)

Attack Flow Diagram

root@kitploit:~
graph LR
    A[Attacker] -->|GET /RP?wsrp-url=file:///etc/passwd| B[PeopleSoft Server]
    B -->|Reads /etc/passwd| C[File System]
    C -->|Returns file content| B
    B -->|Sends file content| A
Download Tool