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
    • 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-0980

CVE-2025-0980: Nokia SR Linux Auth Bypass Vulnerability

CVE-2025-0980 is an authentication bypass flaw in Nokia SR Linux that allows unauthorized access to the JSON-RPC service. Attackers can exploit invalid validation to bypass authentication. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-0980 Overview

CVE-2025-0980 is an authentication bypass vulnerability affecting Nokia SR Linux that allows unauthorized access to the JSON-RPC service. When exploited, invalid credential validation enables attackers with local access to interact with the JSON-RPC interface without providing valid authentication credentials, potentially compromising network device configuration and management capabilities.

Critical Impact

This vulnerability enables unauthorized access to the JSON-RPC service on Nokia SR Linux devices, potentially allowing attackers to execute management operations without proper authentication.

Affected Products

  • Nokia SR Linux (specific versions not disclosed)

Discovery Timeline

  • 2026-01-07 - CVE CVE-2025-0980 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-0980

Vulnerability Analysis

This authentication bypass vulnerability (CWE-284: Improper Access Control) resides in Nokia SR Linux's JSON-RPC service authentication mechanism. The vulnerability stems from improper validation of authentication credentials, allowing local attackers with high privileges to bypass authentication controls and gain unauthorized access to the JSON-RPC interface.

The JSON-RPC service in SR Linux provides programmatic access to device configuration and operational data. When authentication validation fails to properly verify credentials, an attacker can craft requests that circumvent the intended access controls. Despite requiring local access and high privileges, successful exploitation grants full access to the JSON-RPC API endpoints.

Root Cause

The root cause of CVE-2025-0980 is improper access control within the JSON-RPC authentication handling logic. The vulnerability exists because the credential validation routine does not correctly enforce authentication requirements, allowing requests with invalid or missing credentials to be processed as authenticated. This represents a fundamental flaw in the access control implementation that should gate access to the JSON-RPC service.

Attack Vector

The attack requires local access to the affected Nokia SR Linux device and elevated privileges on the system. An attacker would need to have already obtained some level of access to the device, after which they can leverage this vulnerability to bypass JSON-RPC authentication and execute operations that should require valid credentials.

The exploitation path involves:

  1. Gaining local access to a Nokia SR Linux device
  2. Crafting JSON-RPC requests that exploit the invalid credential validation
  3. Submitting requests to the JSON-RPC service without valid authentication
  4. Executing unauthorized management operations through the API

For technical details regarding the specific authentication bypass mechanism, refer to the Nokia Security Advisory CVE-2025-0980.

Detection Methods for CVE-2025-0980

Indicators of Compromise

  • Unexpected JSON-RPC requests originating from non-standard users or processes
  • Authentication logs showing successful API access without corresponding valid login events
  • Unusual configuration changes made through the JSON-RPC interface
  • Elevated API activity from local processes without proper credential provisioning

Detection Strategies

  • Monitor JSON-RPC service logs for authentication anomalies or access attempts with invalid credentials
  • Implement behavioral analysis to detect unusual patterns in JSON-RPC API usage
  • Configure alerting for configuration changes made outside of approved change windows
  • Deploy endpoint detection solutions capable of monitoring network device API interactions

Monitoring Recommendations

  • Enable comprehensive logging for all JSON-RPC service authentication attempts and API calls
  • Establish baseline patterns for legitimate JSON-RPC usage and alert on deviations
  • Review access control lists and ensure only authorized processes can reach the JSON-RPC service
  • Implement SentinelOne Singularity for network device visibility and anomaly detection

How to Mitigate CVE-2025-0980

Immediate Actions Required

  • Review the Nokia Security Advisory CVE-2025-0980 for vendor-provided patches and guidance
  • Restrict local access to Nokia SR Linux devices to only essential personnel and processes
  • Audit existing JSON-RPC service configurations and access permissions
  • Implement network segmentation to limit exposure of management interfaces

Patch Information

Nokia has published a security advisory for this vulnerability. Organizations should consult the official Nokia Security Advisory CVE-2025-0980 for specific patch versions and update instructions. Apply vendor-provided patches as soon as they become available following your organization's change management procedures.

Workarounds

  • Disable the JSON-RPC service if not operationally required until a patch can be applied
  • Implement additional access controls at the network layer to restrict local access to SR Linux devices
  • Enable enhanced logging and monitoring to detect potential exploitation attempts
  • Consider implementing additional authentication layers in front of the JSON-RPC service where architecturally feasible
bash
# Example: Restrict JSON-RPC service access (consult Nokia documentation for exact syntax)
# Review and limit users with local access to the SR Linux device
# Enable comprehensive audit logging for JSON-RPC operations
# Monitor /var/log for authentication-related events

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechNokia Sr Linux

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-284
  • Technical References
  • Nokia Security Advisory CVE-2025-0980
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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