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-2018-25298

CVE-2018-25298: Merge PACS 7.0 CSRF Vulnerability

CVE-2018-25298 is a cross-site request forgery flaw in Merge PACS 7.0 that enables attackers to hijack user sessions through malicious HTML forms. This article covers the technical details, impact, and mitigation.

Published: April 30, 2026

CVE-2018-25298 Overview

Merge PACS 7.0 contains a cross-site request forgery (CSRF) vulnerability that allows attackers to perform unauthorized actions by crafting malicious HTML forms targeting the merge-viewer endpoint. This vulnerability enables attackers to submit POST requests to /servlet/actions/merge-viewer/summary with login credentials to hijack user sessions and gain unauthorized access to the PACS (Picture Archiving and Communication System) system.

Critical Impact

Attackers can hijack authenticated user sessions and perform unauthorized actions on the medical imaging PACS system, potentially compromising patient data and healthcare system integrity.

Affected Products

  • Merge PACS 7.0

Discovery Timeline

  • 2026-04-29 - CVE-2018-25298 published to NVD
  • 2026-04-29 - Last updated in NVD database

Technical Details for CVE-2018-25298

Vulnerability Analysis

This cross-site request forgery (CSRF) vulnerability in Merge PACS 7.0 allows remote attackers to perform actions on behalf of authenticated users without their knowledge or consent. The vulnerability exists in the merge-viewer endpoint, specifically at /servlet/actions/merge-viewer/summary, which fails to implement proper CSRF token validation for state-changing POST requests.

When an authenticated user visits a malicious website containing a crafted HTML form, the attacker can silently submit requests to the vulnerable PACS endpoint. Since the application does not verify the origin of requests or validate anti-CSRF tokens, the server processes these malicious requests as if they were legitimately initiated by the authenticated user.

This vulnerability is classified under CWE-352 (Cross-Site Request Forgery), which describes weaknesses where web applications fail to sufficiently verify whether well-formed, valid, and consistent requests were intentionally provided by the user who submitted the request.

Root Cause

The root cause of this vulnerability is the absence of CSRF protection mechanisms in the Merge PACS 7.0 application. The /servlet/actions/merge-viewer/summary endpoint accepts and processes POST requests without validating:

  • Anti-CSRF tokens (synchronizer tokens)
  • Request origin headers (Origin or Referer validation)
  • SameSite cookie attributes

This allows attackers to craft malicious HTML forms that automatically submit requests to the vulnerable endpoint when loaded in a victim's browser, leveraging the victim's authenticated session cookies.

Attack Vector

The attack is network-based and requires user interaction. An attacker must trick an authenticated Merge PACS user into visiting a malicious webpage. The attack flow involves:

  1. The attacker crafts a malicious HTML page containing a hidden form targeting the vulnerable endpoint
  2. The form includes fields for login credentials or other sensitive parameters
  3. When an authenticated PACS user visits the malicious page, JavaScript or auto-submit functionality sends the forged request
  4. The victim's browser automatically includes session cookies with the request
  5. The PACS server processes the request with the victim's privileges

The vulnerability allows attackers to perform any action the victim is authorized to perform, including potentially accessing or modifying patient imaging data.

Detection Methods for CVE-2018-25298

Indicators of Compromise

  • Unexpected POST requests to /servlet/actions/merge-viewer/summary with unusual Referer headers pointing to external domains
  • Session activity originating from IP addresses inconsistent with the user's normal access patterns
  • Multiple rapid requests to the merge-viewer endpoint from different geographic locations using the same session
  • Audit logs showing administrative actions performed during times when legitimate users were not actively using the system

Detection Strategies

  • Implement web application firewall (WAF) rules to flag POST requests to the merge-viewer endpoint with external or missing Referer headers
  • Monitor HTTP access logs for requests to /servlet/actions/merge-viewer/summary that originate from unexpected referring domains
  • Deploy network intrusion detection signatures to identify suspicious request patterns targeting the vulnerable endpoint
  • Review authentication logs for anomalous session activity following visits to external websites

Monitoring Recommendations

  • Enable detailed logging for all requests to the merge-viewer servlet actions
  • Implement real-time alerting for CSRF-like patterns including rapid successive requests and cross-origin requests to sensitive endpoints
  • Correlate web server logs with user authentication events to identify potential session hijacking attempts
  • Monitor for the creation or modification of user accounts or access privileges that may indicate successful exploitation

How to Mitigate CVE-2018-25298

Immediate Actions Required

  • Implement network segmentation to restrict access to the Merge PACS system to only authorized internal networks
  • Deploy a web application firewall (WAF) with CSRF protection capabilities in front of the PACS application
  • Educate users about the risks of clicking links or visiting untrusted websites while authenticated to the PACS system
  • Review audit logs for any evidence of prior exploitation and investigate suspicious activity

Patch Information

Organizations should contact the vendor for information about available patches or updated versions that address this CSRF vulnerability. Additional technical details and exploit information are available through the Exploit-DB #44681 entry and the VulnCheck Advisory.

Workarounds

  • Restrict network access to the Merge PACS application to trusted internal networks only, preventing exposure to external attack vectors
  • Configure browsers used to access PACS to block third-party cookies and implement strict referrer policies
  • Use dedicated browser profiles or sessions exclusively for PACS access to minimize cross-site request risks
  • Implement additional authentication requirements such as re-authentication for sensitive operations within the PACS system

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechMerge Pacs

  • SeverityMEDIUM

  • CVSS Score6.9

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • Merge Home Page

  • Exploit-DB #44681

  • VulnCheck Advisory: Merge PACS CSRF
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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