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

CVE-2025-36411: IBM ApplinX 11.1 CSRF Vulnerability

CVE-2025-36411 is a cross-site request forgery vulnerability in IBM ApplinX 11.1 that enables attackers to execute unauthorized actions through trusted users. This article covers technical details, affected systems, and mitigation.

Published: January 23, 2026

CVE-2025-36411 Overview

IBM ApplinX 11.1 contains a cross-site request forgery (CSRF) vulnerability that could allow an attacker to execute malicious and unauthorized actions transmitted from a user that the website trusts. This vulnerability (CWE-352) enables attackers to trick authenticated users into performing unintended actions on the application without their knowledge or consent.

Critical Impact

Authenticated users of IBM ApplinX 11.1 may unknowingly execute malicious actions when visiting attacker-controlled websites or clicking malicious links while logged into the application.

Affected Products

  • IBM ApplinX 11.1

Discovery Timeline

  • 2026-01-20 - CVE-2025-36411 published to NVD
  • 2026-01-20 - Last updated in NVD database

Technical Details for CVE-2025-36411

Vulnerability Analysis

This cross-site request forgery vulnerability in IBM ApplinX 11.1 allows attackers to forge requests that appear to originate from legitimate authenticated users. The application fails to properly validate that requests are intentionally submitted by the authenticated user, making it susceptible to CSRF attacks. When exploited, an attacker can perform actions on behalf of the victim user without their authorization.

The vulnerability requires user interaction—specifically, the victim must be authenticated to IBM ApplinX 11.1 and must visit a malicious page or click a crafted link controlled by the attacker. The impact is limited to integrity concerns, as attackers could modify application data or settings through the victim's session.

Root Cause

The root cause of CVE-2025-36411 lies in inadequate anti-CSRF token validation within IBM ApplinX 11.1. The application does not properly implement CSRF protection mechanisms such as synchronizer tokens, same-site cookie attributes, or origin header validation. This allows state-changing requests to be submitted from external sources without proper verification that the request was intentionally initiated by the authenticated user.

Attack Vector

The attack vector for this CSRF vulnerability is network-based, requiring the attacker to host malicious content on a website or deliver it via email or other means. The attacker crafts a malicious web page containing hidden forms or JavaScript that automatically submits requests to the vulnerable IBM ApplinX 11.1 instance. When an authenticated user visits this malicious page, their browser automatically sends the forged request along with their valid session cookies, causing the application to process the unauthorized action as if it came from the legitimate user.

A typical attack scenario involves the following steps:

  1. The attacker identifies state-changing endpoints in IBM ApplinX 11.1 that lack CSRF protection
  2. The attacker crafts a malicious HTML page with auto-submitting forms targeting these endpoints
  3. The attacker distributes the malicious page via phishing emails or compromised websites
  4. When an authenticated IBM ApplinX user visits the malicious page, their browser submits the forged request
  5. IBM ApplinX processes the request using the victim's session, executing the unauthorized action

Detection Methods for CVE-2025-36411

Indicators of Compromise

  • Unexpected configuration changes or actions within IBM ApplinX 11.1 that users do not recall initiating
  • Web server logs showing state-changing requests with Referer headers pointing to external or unknown domains
  • Multiple rapid requests from authenticated sessions originating from different external referrers
  • User reports of suspicious activity on their accounts after visiting external links

Detection Strategies

  • Monitor web application logs for state-changing requests (POST, PUT, DELETE) with missing or mismatched Origin and Referer headers
  • Implement anomaly detection to identify unusual patterns of administrative actions from user sessions
  • Review application audit logs for actions performed during time periods when users were not actively using the application
  • Deploy web application firewalls (WAF) with CSRF detection capabilities to inspect incoming requests

Monitoring Recommendations

  • Enable comprehensive logging for all state-changing operations in IBM ApplinX 11.1
  • Configure alerts for requests to sensitive endpoints that originate from external referrers
  • Implement session activity monitoring to track user actions and flag suspicious patterns
  • Regularly review audit trails for administrative and configuration changes

How to Mitigate CVE-2025-36411

Immediate Actions Required

  • Apply the security patch provided by IBM as documented in the IBM Support Page
  • Educate users about the risks of clicking unknown links while authenticated to IBM ApplinX
  • Implement additional browser-based protections such as logging out of sensitive applications when not in use
  • Consider network segmentation to limit access to the IBM ApplinX management interface

Patch Information

IBM has released a security update to address CVE-2025-36411. Administrators should consult the IBM Support Page for detailed patching instructions, affected version information, and the official security fix. It is recommended to apply the patch during a scheduled maintenance window and verify successful installation.

Workarounds

  • Implement strict same-site cookie policies at the application or web server level to reduce CSRF risk
  • Deploy a web application firewall (WAF) with CSRF protection rules in front of IBM ApplinX
  • Restrict access to IBM ApplinX 11.1 to trusted networks and IP addresses using firewall rules
  • Encourage users to use separate browser profiles or sessions for administrative tasks
  • Implement session timeout policies to reduce the window of opportunity for CSRF attacks

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechIbm Applinx

  • SeverityLOW

  • CVSS Score3.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • IBM Support Page
  • Related CVEs
  • CVE-2025-36419: IBM ApplinX Information Disclosure Flaw

  • CVE-2025-36418: IBM ApplinX JWT Privilege Escalation

  • CVE-2025-36410: IBM ApplinX Auth Bypass Vulnerability

  • CVE-2025-36409: IBM ApplinX XSS 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