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-2022-2965

CVE-2022-2965: Notrinos NotrinosERP UI Frame Vulnerability

CVE-2022-2965 is a UI frame restriction flaw in Notrinos NotrinosERP that allows improper rendering control. This article covers the technical details, affected versions prior to 0.7, and mitigation steps.

Published: February 17, 2026

CVE-2022-2965 Overview

CVE-2022-2965 is a clickjacking vulnerability affecting NotrinosERP, an open-source Enterprise Resource Planning (ERP) system. The vulnerability stems from improper restriction of rendered UI layers or frames (CWE-1021), which allows attackers to embed vulnerable pages within malicious iframes and trick users into performing unintended actions.

Critical Impact

Attackers can exploit this clickjacking vulnerability to deceive authenticated users into performing unauthorized actions on the NotrinosERP application, potentially leading to credential theft, configuration changes, or unauthorized transactions.

Affected Products

  • Notrinos NotrinosERP versions prior to 0.7

Discovery Timeline

  • 2022-08-23 - CVE-2022-2965 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-2965

Vulnerability Analysis

This vulnerability is classified as Improper Restriction of Rendered UI Layers or Frames, which is a web application security flaw that enables clickjacking attacks. The NotrinosERP application failed to implement proper frame protection mechanisms on critical pages, including the login page (access/login.php) and password reset page (access/password_reset.php).

Without the X-Frame-Options HTTP response header, browsers allow the application pages to be embedded within iframes on arbitrary external websites. This architectural weakness enables attackers to create overlay attacks where invisible or disguised frames capture user interactions intended for visible content.

The vulnerability requires user interaction to exploit, as victims must visit a malicious page and perform actions like clicking buttons or entering credentials while the targeted NotrinosERP page is invisibly overlaid.

Root Cause

The root cause of CVE-2022-2965 is the absence of the X-Frame-Options HTTP response header in the NotrinosERP application. This header is a security mechanism that instructs browsers whether a page should be allowed to render within frames, iframes, or object elements. Without this protection, the application's authentication and password reset pages could be embedded in attacker-controlled websites, enabling UI redress attacks.

Attack Vector

The attack vector is network-based, requiring an attacker to host a malicious webpage that embeds the vulnerable NotrinosERP pages within hidden iframes. The attack sequence involves:

  1. The attacker creates a deceptive webpage with the NotrinosERP login or password reset page embedded in a transparent iframe
  2. Visible UI elements are positioned to entice victims to click specific locations
  3. When users interact with the visible elements, their clicks are actually captured by the hidden NotrinosERP iframe
  4. This allows attackers to trick authenticated users into performing unintended actions or capturing keystrokes during login attempts

The security patch adds the X-Frame-Options: SAMEORIGIN header to prevent the pages from being framed by external domains:

php
 $rtl = isset($_SESSION['language']->dir) ? $_SESSION['language']->dir : 'ltr';
 $onload = !$login_timeout ? "onload='defaultCompany()'" : '';
 
+if (!headers_sent())
+	header("X-Frame-Options: SAMEORIGIN");
+
 echo "<!DOCTYPE html>\n";
 echo "<html dir='".$rtl."' >\n";
 echo "<head profile=\"http://www.w3.org/2005/10/profile\"><title>".$title."</title>\n";

Source: GitHub Commit c2ff3d8

Detection Methods for CVE-2022-2965

Indicators of Compromise

  • Unexpected iframe requests to NotrinosERP login or password reset pages from external referrers
  • HTTP requests to access/login.php or access/password_reset.php with suspicious referer headers
  • User reports of credential issues or unauthorized account changes following visits to suspicious websites

Detection Strategies

  • Monitor web server access logs for requests to authentication endpoints with unusual HTTP Referer headers indicating embedding from external domains
  • Implement Content Security Policy (CSP) reporting to detect framing attempts
  • Deploy web application firewalls (WAF) with rules to detect clickjacking attack patterns

Monitoring Recommendations

  • Review HTTP response headers on NotrinosERP pages to verify X-Frame-Options is properly configured
  • Enable CSP violation reporting to receive alerts when framing policies are violated
  • Monitor authentication anomalies that may indicate successful clickjacking attacks against users

How to Mitigate CVE-2022-2965

Immediate Actions Required

  • Upgrade NotrinosERP to version 0.7 or later which includes the security fix
  • Verify that all authentication-related pages return the X-Frame-Options: SAMEORIGIN header
  • Implement Content Security Policy with frame-ancestors 'self' directive for defense in depth

Patch Information

The vulnerability was fixed in the GitHub commit c2ff3d8e85a811003b796ca38f5b3290deeaa3aa. The patch adds the X-Frame-Options: SAMEORIGIN header to both access/login.php and access/password_reset.php files, preventing these pages from being embedded in frames on external domains.

Additional details about the vulnerability can be found in the Huntr bounty listing.

Workarounds

  • If immediate patching is not possible, configure the web server (Apache, Nginx) to add the X-Frame-Options header globally
  • Implement CSP headers at the web server level as an additional protection layer
  • Educate users about the risks of clicking links from untrusted sources while authenticated to the ERP system
bash
# Apache configuration to add X-Frame-Options header
# Add to .htaccess or httpd.conf
Header always set X-Frame-Options "SAMEORIGIN"

# Nginx configuration
add_header X-Frame-Options "SAMEORIGIN" always;

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechNotrinos

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.33%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-1021
  • Vendor Resources
  • GitHub Commit Details

  • Huntr Bounty Listing
  • 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