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-2025-13064

CVE-2025-13064: Server-Side Request Forgery Vulnerability

CVE-2025-13064 is a server-side request forgery vulnerability that allows malicious admins using tampered clients to inject scripts executed by the server. This article covers technical details, exploitation risks, and mitigation.

Published: February 13, 2026

CVE-2025-13064 Overview

A server-side injection vulnerability has been identified that allows a malicious administrator to manipulate the application to include a malicious script which is then executed by the server. This attack vector requires the administrator to use a client application that has been tampered with, adding a layer of complexity to potential exploitation scenarios.

Critical Impact

A privileged attacker with adjacent network access could exploit this vulnerability to cause denial of service conditions through server-side script injection, potentially disrupting availability of affected systems.

Affected Products

  • Axis Communications products (specific affected versions detailed in vendor advisory)

Discovery Timeline

  • 2026-02-10 - CVE CVE-2025-13064 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2025-13064

Vulnerability Analysis

This server-side injection vulnerability stems from improper handling of script content within the application's server-side processing mechanisms. The vulnerability is classified under CWE-248 (Uncaught Exception), indicating that the application fails to properly handle exceptions that may arise during script execution or injection attempts.

The attack requires several preconditions: the attacker must have administrative privileges, must be operating from an adjacent network position, and must be using a compromised or tampered client application. While these requirements limit the attack surface, successful exploitation could result in significant availability impact to the affected system.

The adjacent network attack vector means the attacker must have access to the local network segment or a logically adjacent network, preventing direct exploitation over the internet without first gaining network proximity.

Root Cause

The root cause of this vulnerability lies in insufficient validation and sanitization of server-side script inclusions when processed through administrative interfaces. The application fails to properly verify the integrity of script content submitted through administrative functions, particularly when the client has been modified to inject malicious payloads.

The underlying issue relates to the exception handling mechanism (CWE-248), where the application does not adequately catch and handle exceptions that occur during the processing of injected scripts, leading to potential denial of service conditions.

Attack Vector

The attack requires an adversary to first compromise or tamper with a legitimate administrative client application. Once the client has been modified, the attacker must:

  1. Gain administrative access to the target system
  2. Connect from an adjacent network position
  3. Use the tampered client to submit malicious script content
  4. The server processes the injected script without proper validation

The malicious script is then executed server-side, potentially causing system instability or denial of service. The attack does not require user interaction beyond the administrative authentication, and while confidentiality and integrity impacts are not indicated, the availability impact is significant.

For detailed technical information regarding exploitation mechanics and affected configurations, refer to the Axis Security Advisory.

Detection Methods for CVE-2025-13064

Indicators of Compromise

  • Unexpected administrative login attempts or sessions from adjacent network segments
  • Anomalous script execution patterns or server-side processing errors
  • Modified or tampered administrative client applications detected on network endpoints
  • Unusual exception handling or crash logs indicating uncaught exceptions during administrative operations

Detection Strategies

  • Monitor administrative authentication logs for unusual access patterns from adjacent network sources
  • Implement file integrity monitoring on administrative client applications to detect tampering
  • Deploy network segmentation monitoring to identify lateral movement or adjacent network access attempts
  • Configure application logging to capture detailed script execution and exception handling events

Monitoring Recommendations

  • Enable verbose logging for administrative functions and server-side script processing
  • Implement real-time alerting for repeated exception handling failures (CWE-248 indicators)
  • Monitor network traffic between administrative clients and servers for anomalous patterns
  • Conduct periodic integrity checks on administrative client software

How to Mitigate CVE-2025-13064

Immediate Actions Required

  • Review and apply the latest security updates from Axis Communications
  • Implement network segmentation to limit adjacent network access to administrative interfaces
  • Verify the integrity of all administrative client applications in use
  • Restrict administrative access to trusted users and enforce strong authentication

Patch Information

Axis Communications has released a security advisory addressing this vulnerability. Organizations should consult the Axis Security Advisory for CVE-2025-13064 for specific patch information, affected product versions, and detailed remediation guidance.

Apply vendor-provided patches as soon as they become available following your organization's change management procedures.

Workarounds

  • Restrict administrative interface access to isolated network segments with strict access controls
  • Implement application allowlisting to prevent execution of unauthorized or modified administrative clients
  • Deploy network access control (NAC) solutions to limit adjacent network connectivity
  • Enable enhanced logging and monitoring on administrative endpoints until patches can be applied
bash
# Network segmentation example for administrative interfaces
# Restrict administrative access to specific trusted VLANs
iptables -A INPUT -p tcp --dport 443 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score4.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-248
  • Technical References
  • Axis Security Advisory CVE-2025-13064
  • 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