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

CVE-2025-11956: OBS Student Affairs System XSS Flaw

CVE-2025-11956 is a stored cross-site scripting vulnerability in OBS Student Affairs Information System by Proliz Software that enables attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: June 9, 2026

CVE-2025-11956 Overview

CVE-2025-11956 is a stored cross-site scripting (XSS) vulnerability in Proliz Software Ltd. Co. OBS (Student Affairs Information System). The flaw stems from improper neutralization of user-supplied input during web page generation [CWE-79]. Authenticated attackers can inject malicious script content that executes in the browsers of other users who view the affected pages. The vulnerability affects all OBS releases prior to version 25.0401. Turkey's national CSIRT (USOM) issued advisory TR-25-0379 covering the issue. Because OBS handles student records, grades, and administrative workflows, successful exploitation can compromise high-privilege academic accounts.

Critical Impact

Stored XSS in OBS enables session hijacking, credential theft, and privileged action execution against faculty and administrative users across higher-education tenants running unpatched OBS instances.

Affected Products

  • Proliz Software OBS (Student Affairs Information System) — all versions before 25.0401
  • Web-facing student, faculty, and administrator portals served by OBS
  • Any institutional deployment integrating OBS authentication or session cookies with downstream services

Discovery Timeline

  • 2025-11-06 - CVE-2025-11956 published to NVD
  • 2026-06-04 - Last updated in NVD database

Technical Details for CVE-2025-11956

Vulnerability Analysis

The vulnerability is a stored XSS issue in the OBS web interface. OBS accepts input from authenticated users and persists it without adequate output encoding or input sanitization. When other users — including higher-privilege faculty or administrators — load pages that render the stored content, the application emits the attacker-controlled payload directly into the HTML response. The browser then executes the injected JavaScript in the trusted origin of the OBS application.

Because the payload is persisted server-side, exploitation does not require crafted links or active social engineering for each victim. Any user navigating to the affected view triggers execution. The CVSS scope change reflects this cross-context impact, where script execution in one user's session reaches data and functionality belonging to other principals.

Root Cause

The root cause is missing or insufficient contextual output encoding when rendering user-controlled fields into HTML responses. Input validation does not strip or reject HTML control characters and JavaScript event handlers. The application also lacks a restrictive Content Security Policy (CSP) that would block inline script execution as a defense-in-depth layer.

Attack Vector

An authenticated attacker with low privileges submits a payload into a stored field exposed by the OBS interface — for example, a profile, message, or free-text academic field. The server saves the payload verbatim. When a victim with equal or higher privilege opens the page that displays the field, the injected script executes under the OBS origin. The attacker can exfiltrate session cookies, issue authenticated requests on the victim's behalf, modify grades or records, harvest credentials via injected forms, or pivot to administrative functionality. Exploitation requires user interaction in the form of viewing the page, but no additional victim action is needed beyond normal use of the system.

No public proof-of-concept code is available. Refer to the USOM Notification TR-25-0379 and the Siber Güvenlik advisory for vendor-coordinated details.

Detection Methods for CVE-2025-11956

Indicators of Compromise

  • HTTP request bodies or query parameters containing <script>, onerror=, onload=, javascript:, or encoded variants submitted to OBS form endpoints.
  • Outbound requests from OBS user browsers to unfamiliar domains carrying session cookies or form data in query strings.
  • Unexpected modifications to student records, grades, or administrative settings performed by accounts shortly after they viewed pages containing user-generated content.
  • OBS response bodies containing unsanitized HTML tags inside fields that should be plain text.

Detection Strategies

  • Inspect web application firewall (WAF) and reverse-proxy logs for XSS signatures targeting OBS endpoints, particularly POST requests writing to user-editable fields.
  • Review OBS application and database logs for stored field values containing HTML or script syntax and correlate with the submitting account.
  • Hunt browser telemetry on faculty and administrator workstations for script execution originating from the OBS origin that issues cross-domain requests.

Monitoring Recommendations

  • Enable verbose request logging on the OBS web tier and forward logs to a SIEM for retention and search.
  • Alert on anomalous administrative actions occurring within a short window after an admin loaded a user-generated content page.
  • Track Content Security Policy violation reports if CSP enforcement is configured on the OBS application.

How to Mitigate CVE-2025-11956

Immediate Actions Required

  • Upgrade OBS to version 25.0401 or later on every institutional instance, including staging and disaster-recovery copies.
  • Force password resets and invalidate active sessions for privileged OBS accounts once patched.
  • Audit stored content in user-editable fields and remove any entries containing HTML or script syntax.
  • Restrict OBS administrative interfaces to trusted networks or VPN access until patching is verified.

Patch Information

Proliz Software has released OBS version 25.0401, which addresses CVE-2025-11956. Institutions should coordinate with the vendor or their integrator to obtain the update and validate that all production tenants are on the fixed release. Reference the USOM advisory TR-25-0379 for the official notification.

Workarounds

  • Deploy a WAF rule set in front of OBS that blocks common XSS payload patterns in request bodies and query parameters.
  • Apply a strict Content Security Policy at the reverse proxy that disables inline scripts and limits script sources to trusted origins.
  • Temporarily disable or restrict access to free-text fields known to render user input back to other users until the patch is applied.
bash
# Example NGINX header hardening in front of OBS
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self'; frame-ancestors 'self'" always;
add_header X-Content-Type-Options "nosniff" always;
add_header X-Frame-Options "SAMEORIGIN" always;
add_header Referrer-Policy "strict-origin-when-cross-origin" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechProliz

  • SeverityHIGH

  • CVSS Score8.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-79
  • Technical References
  • Siber Güvenlik Notification TR-25-0379

  • USOM Notification TR-25-0379
  • Related CVEs
  • CVE-2025-10914: OBS Student Affairs System XSS 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