A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-12956

CVE-2024-12956: Portfolio Management System MCA RCE Flaw

CVE-2024-12956 is a critical remote code execution vulnerability in 1000projects Portfolio Management System MCA 1.0 caused by unrestricted file upload. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-12956 Overview

CVE-2024-12956 is an unrestricted file upload vulnerability in 1000 Projects Portfolio Management System MCA 1.0. The flaw resides in /add_achievement_details.php, where the ach_certy parameter accepts attacker-controlled files without proper validation. Remote attackers with low-level authenticated access can exploit this issue over the network to upload arbitrary files to the web server. Public disclosure of the exploit has occurred, increasing risk to exposed deployments. The weakness is classified under improper access control [CWE-284].

Critical Impact

Authenticated remote attackers can upload arbitrary files through the ach_certy parameter, potentially leading to web shell deployment and server compromise.

Affected Products

  • 1000 Projects Portfolio Management System MCA 1.0
  • Component: /add_achievement_details.php
  • Parameter: ach_certy

Discovery Timeline

  • 2024-12-26 - CVE-2024-12956 published to NVD
  • 2025-04-22 - Last updated in NVD database

Technical Details for CVE-2024-12956

Vulnerability Analysis

The vulnerability stems from improper handling of file uploads in the /add_achievement_details.php endpoint. The application accepts files submitted through the ach_certy argument without verifying file type, extension, or content. This allows an authenticated attacker to upload executable scripts such as PHP files to a web-accessible directory.

Once uploaded, attackers can request the file directly through the web server, triggering server-side execution. This typically results in arbitrary code execution under the privileges of the web server process. The Portfolio Management System MCA is a PHP-based application, making web shell uploads a direct path to host compromise.

The weakness aligns with [CWE-284] Improper Access Control, reflecting missing authorization and validation checks on the file upload handler. Attackers do not require complex preconditions; the attack is network-based with low complexity and low privilege requirements.

Root Cause

The root cause is the absence of server-side validation on the ach_certy upload parameter. The application fails to enforce allowlists for file extensions, MIME type verification, or content inspection before persisting uploaded files to disk. Storing uploads inside the document root compounds the issue by making them directly callable via HTTP.

Attack Vector

An attacker authenticates to the application with any low-privilege account, then submits a crafted multipart POST request to /add_achievement_details.php containing a malicious file in the ach_certy field. The server writes the file to a predictable location within the web root. The attacker then requests the uploaded file by URL to trigger execution.

Technical details on the exploit are available in the GitHub CVE Portfolio Project and the VulDB entry.

Detection Methods for CVE-2024-12956

Indicators of Compromise

  • Unexpected files with executable extensions (.php, .phtml, .phar) in upload directories used by the Portfolio Management System
  • HTTP POST requests to /add_achievement_details.php containing multipart payloads with non-image content in the ach_certy field
  • Outbound network connections initiated by the web server process to unfamiliar hosts following upload activity
  • Web server access logs showing direct GET requests to uploaded filenames shortly after a POST to the upload endpoint

Detection Strategies

  • Monitor web server logs for POST requests to /add_achievement_details.php and correlate with subsequent GET requests to newly created files in upload paths
  • Deploy file integrity monitoring on directories writable by the web server to flag new executable files
  • Inspect HTTP request bodies at a web application firewall (WAF) for file uploads where the Content-Type or magic bytes do not match an expected image format

Monitoring Recommendations

  • Alert on PHP process spawning shell utilities such as sh, bash, nc, or python from within web upload directories
  • Review authentication logs for newly created or low-privilege accounts being used to access the achievement details functionality
  • Track filesystem events on the web root and quarantine files with mismatched extension and content type

How to Mitigate CVE-2024-12956

Immediate Actions Required

  • Restrict network access to the Portfolio Management System MCA 1.0 application until a vendor patch is applied
  • Disable or remove the /add_achievement_details.php endpoint if the achievement feature is not required
  • Audit the upload directory for unauthorized files and remove any unrecognized scripts
  • Rotate credentials for all application accounts, particularly any that may have been used to authenticate to the vulnerable endpoint

Patch Information

No vendor patch has been published at the time of writing. Refer to the 1000Projects Resource Hub for any future updates from the vendor. Organizations should treat the deployment as unsupported and apply compensating controls.

Workarounds

  • Configure the web server to deny execution of scripts within upload directories, for example by disabling PHP handlers in those paths
  • Implement a reverse proxy or WAF rule that blocks multipart uploads to /add_achievement_details.php containing non-image MIME types
  • Enforce strict file type allowlists at the application boundary and validate magic bytes server-side
  • Move uploaded files outside the web root and serve them through a controlled download handler that sets a non-executable Content-Type
bash
# Example Apache configuration to disable PHP execution in upload directory
<Directory "/var/www/html/portfolio/uploads">
    php_admin_flag engine off
    AddType text/plain .php .phtml .phar
    <FilesMatch "\.(php|phtml|phar)$">
        Require all denied
    </FilesMatch>
</Directory>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/Tech1000projects Portfolio Management System Mca

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-284
  • Technical References
  • 1000Projects Resource Hub

  • GitHub CVE Portfolio Project

  • VulDB CTIIID #289319

  • VulDB #289319

  • VulDB Submission #468540
  • Related CVEs
  • CVE-2024-12954: Portfolio Management System MCA RCE Flaw

  • CVE-2024-12951: Portfolio Management System MCA RCE Flaw

  • CVE-2024-12965: Portfolio Management System SQL Injection

  • CVE-2024-12961: Portfolio Management System MCA SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English