The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-1445

CVE-2026-1445: Books_Manager RCE Vulnerability

CVE-2026-1445 is a remote code execution flaw in Books_Manager that allows unrestricted file upload via the upload_bookCover.php file. This post covers the technical details, affected versions, impact, and mitigation.

Published: January 30, 2026

CVE-2026-1445 Overview

A vulnerability has been identified in iJason-Liu Books_Manager affecting the file upload functionality within controllers/books_center/upload_bookCover.php. This unrestricted file upload vulnerability allows attackers to manipulate the book_cover argument, potentially enabling the upload of malicious files to the server. The attack can be initiated remotely over the network, and exploit details have been publicly disclosed.

Critical Impact

Remote attackers with high privileges can exploit this unrestricted file upload vulnerability to potentially upload malicious files, leading to remote code execution or server compromise.

Affected Products

  • iJason-Liu Books_Manager up to commit 298ba736387ca37810466349af13a0fdf828e99c
  • Books_Manager rolling release versions prior to the security fix

Discovery Timeline

  • January 26, 2026 - CVE-2026-1445 published to NVD
  • January 27, 2026 - Last updated in NVD database

Technical Details for CVE-2026-1445

Vulnerability Analysis

This vulnerability stems from improper access control (CWE-284) in the Books_Manager application's book cover upload functionality. The affected endpoint upload_bookCover.php fails to properly validate and restrict the types of files that can be uploaded through the book_cover parameter.

The unrestricted file upload flaw allows authenticated users with elevated privileges to bypass intended file type restrictions. When exploited, an attacker could upload arbitrary files including PHP scripts, web shells, or other malicious content that could then be executed on the server.

The vulnerability exists in the Books_Manager project which uses a rolling release model, meaning specific version numbers are not available. The affected code is traceable up to commit 298ba736387ca37810466349af13a0fdf828e99c.

Root Cause

The root cause is improper access control and insufficient input validation in the file upload handler. The upload_bookCover.php controller does not adequately verify:

  • File type/MIME type validation
  • File extension whitelisting
  • Content inspection of uploaded files
  • Proper access control enforcement on the upload endpoint

This allows an attacker to bypass intended restrictions and upload files that should be prohibited, such as executable scripts or web shells.

Attack Vector

The attack is network-based and requires the attacker to have high-level privileges within the application. The exploitation flow involves:

  1. An authenticated attacker with elevated privileges accesses the book cover upload functionality
  2. The attacker crafts a malicious file (e.g., a PHP web shell) disguised or passed as an image
  3. The attacker submits the malicious file through the book_cover parameter to upload_bookCover.php
  4. Due to insufficient validation, the server accepts and stores the malicious file
  5. The attacker can then access the uploaded file to execute arbitrary code on the server

Technical details and proof-of-concept information have been published in the Y1Fan Blog Post detailing the getshell exploitation technique.

Detection Methods for CVE-2026-1445

Indicators of Compromise

  • Unexpected files with executable extensions (.php, .phtml, .php5) in the book cover upload directory
  • Web server logs showing POST requests to upload_bookCover.php with unusual file names or content types
  • New or modified files in web-accessible directories that don't match expected image formats
  • Outbound network connections from the web server process indicating potential command and control activity

Detection Strategies

  • Monitor file system changes in the upload directories for non-image file types
  • Implement web application firewall (WAF) rules to detect file upload attacks with suspicious file extensions
  • Analyze HTTP POST requests to upload_bookCover.php for anomalous payloads or content types
  • Review web server access logs for patterns consistent with web shell access attempts

Monitoring Recommendations

  • Enable detailed logging for the Books_Manager application, particularly around file upload operations
  • Configure file integrity monitoring (FIM) on web-accessible upload directories
  • Set up alerts for new executable files appearing in expected image upload locations
  • Monitor for unusual process spawning from the web server process (potential indicator of web shell execution)

How to Mitigate CVE-2026-1445

Immediate Actions Required

  • Review and audit all files in the book cover upload directory for suspicious content
  • Restrict network access to the Books_Manager application to trusted IP ranges if possible
  • Implement additional authentication controls on the file upload endpoint
  • Consider temporarily disabling the book cover upload functionality until a patch is available

Patch Information

The Books_Manager project uses a rolling release model, meaning specific version numbers for patched releases are not available. Users should update to the latest commit from the official repository and monitor for security updates. For additional vulnerability information, refer to VulDB #342874 and VulDB CTI ID #342874.

Workarounds

  • Implement server-side file type validation that checks both file extensions and MIME types
  • Configure the web server to prevent execution of uploaded files (e.g., disable PHP execution in upload directories)
  • Add file content inspection to verify uploaded files are legitimate images
  • Restrict upload directory permissions to prevent script execution
bash
# Configuration example - Apache .htaccess to prevent PHP execution in upload directory
# Place in the book cover upload directory

# Disable PHP execution
<FilesMatch "\.ph(p[3-7]?|tml)$">
    Require all denied
</FilesMatch>

# Only allow image files
<FilesMatch "\.(?i)(jpe?g|png|gif|webp)$">
    Require all granted
</FilesMatch>

# Disable script handlers
RemoveHandler .php .phtml .php3 .php4 .php5 .php7
AddType text/plain .php .phtml .php3 .php4 .php5 .php7

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechIjason Liu

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/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-284
  • Technical References
  • Y1Fan Blog Post

  • VulDB CTI ID #342874

  • VulDB #342874

  • VulDB Submission #736971
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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