Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2026-3955

CVE-2026-3955: elecV2P Code Injection RCE Vulnerability

CVE-2026-3955 is a code injection vulnerability in elecV2P up to version 3.8.3 that enables remote code execution via the jsfile endpoint. This article covers technical details, affected versions, and mitigation strategies.

Published: March 13, 2026

CVE-2026-3955 Overview

A code injection vulnerability has been discovered in elecV2P, an automation tool and proxy server, affecting versions up to 3.8.3. The vulnerability exists in the runJSFile function within the file source-code/elecV2P-master/webser/wbjs.js of the jsfile Endpoint component. This security flaw allows attackers to inject and execute arbitrary code through manipulation of the affected function. The vulnerability can be exploited remotely over the network by authenticated attackers, potentially compromising the integrity, confidentiality, and availability of affected systems.

Critical Impact

Remote code injection vulnerability in elecV2P allows authenticated attackers to execute arbitrary code through the jsfile endpoint, potentially leading to full system compromise.

Affected Products

  • elecV2P versions up to 3.8.3
  • Systems running the affected wbjs.js component
  • Deployments exposing the jsfile endpoint to network access

Discovery Timeline

  • 2026-03-11 - CVE-2026-3955 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-3955

Vulnerability Analysis

This vulnerability is classified as Code Injection (CWE-74), which occurs when software constructs all or part of a code segment using externally-influenced input but fails to neutralize special elements that could modify the intended syntax or behavior. In the case of elecV2P, the runJSFile function in the jsfile endpoint does not properly sanitize user-supplied input before processing, allowing attackers to inject malicious code.

The vulnerability exists in the wbjs.js file, which handles JavaScript file execution requests. When processing requests to the jsfile endpoint, the application fails to implement adequate input validation, enabling code injection attacks. The exploit has been publicly disclosed through a GitHub issue, increasing the urgency for remediation.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and sanitization within the runJSFile function. The function appears to accept external input and incorporates it into code execution paths without properly escaping or validating the content. This allows specially crafted input to break out of the intended execution context and inject arbitrary code.

Attack Vector

The attack can be launched remotely over the network. An authenticated attacker with low privileges can exploit this vulnerability by sending specially crafted requests to the jsfile endpoint. The attack does not require user interaction and can be executed with low complexity.

The exploitation flow involves:

  1. Authenticating to the elecV2P application with valid credentials
  2. Crafting a malicious request targeting the jsfile endpoint
  3. Injecting code through the vulnerable runJSFile function parameter
  4. Achieving code execution within the context of the elecV2P application

Technical details regarding the specific exploitation technique can be found in the GitHub Issue Discussion.

Detection Methods for CVE-2026-3955

Indicators of Compromise

  • Unusual requests to the jsfile endpoint containing suspicious payloads or encoded content
  • Unexpected JavaScript file execution or process spawning from the elecV2P application
  • Log entries showing malformed or injection-pattern requests to /wbjs or related endpoints
  • New or modified files in the elecV2P directory structure that were not created by administrators

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block code injection patterns targeting the jsfile endpoint
  • Monitor application logs for suspicious requests containing code injection signatures such as special characters, encoded payloads, or script fragments
  • Deploy endpoint detection and response (EDR) solutions to identify anomalous process behavior originating from elecV2P

Monitoring Recommendations

  • Enable verbose logging for the elecV2P application to capture all requests to the jsfile endpoint
  • Set up alerts for authentication events followed by requests to sensitive endpoints like jsfile
  • Monitor system processes for unexpected child processes spawned by the elecV2P application
  • Review network traffic for unusual outbound connections from the elecV2P server

How to Mitigate CVE-2026-3955

Immediate Actions Required

  • Restrict network access to the elecV2P jsfile endpoint to trusted IP addresses only
  • Implement strong authentication controls and review user privileges to minimize the attack surface
  • Consider temporarily disabling the jsfile endpoint functionality until a patch is available
  • Deploy a web application firewall with rules to detect and block code injection attempts

Patch Information

As of the last update, the elecV2P project has been notified of this vulnerability through an issue report but has not yet responded or released an official patch. Organizations using elecV2P should monitor the GitHub repository for updates and apply any security patches as soon as they become available.

For additional vulnerability intelligence, refer to the VulDB entry.

Workarounds

  • Implement network segmentation to isolate elecV2P instances from untrusted networks
  • Use a reverse proxy with input validation to filter malicious requests before they reach the application
  • Restrict the jsfile endpoint to localhost-only access if remote functionality is not required
  • Implement additional authentication layers such as VPN access requirements for administrative functions
bash
# Configuration example - Restrict access using iptables
# Allow only trusted IP addresses to access elecV2P port
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP

# Alternative: Use nginx as reverse proxy with rate limiting
# Add to nginx configuration to limit requests to jsfile endpoint
# location /jsfile {
#     limit_req zone=jsfile_limit burst=5 nodelay;
#     proxy_pass http://localhost:elecv2p_port;
# }

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechElecv2p

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • 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:P/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-74
  • Technical References
  • GitHub Issue Discussion

  • GitHub Issue Detail

  • VulDB #350385 (CTI)

  • VulDB #350385

  • VulDB Submission #767277
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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