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-27277

CVE-2025-27277: Add Linked Images To Gallery CSRF Flaw

CVE-2025-27277 is a Cross-Site Request Forgery vulnerability in the Add Linked Images To Gallery WordPress plugin that enables attackers to perform unauthorized actions. This article covers affected versions through 1.4 and mitigation.

Published: April 29, 2026

CVE-2025-27277 Overview

CVE-2025-27277 is a Cross-Site Request Forgery (CSRF) vulnerability affecting the WordPress "Add Linked Images To Gallery" plugin developed by tiefpunkt. This vulnerability allows attackers to trick authenticated users into performing unintended actions on the WordPress site, potentially leading to stored Cross-Site Scripting (XSS) attacks. The flaw exists in all versions of the plugin up to and including version 1.4.

Critical Impact

Attackers can exploit this CSRF vulnerability to execute malicious actions on behalf of authenticated WordPress administrators, potentially chaining with stored XSS to compromise site integrity and visitor security.

Affected Products

  • Add Linked Images To Gallery WordPress plugin version 1.4 and earlier
  • WordPress installations using the add-linked-images-to-gallery-v01 plugin

Discovery Timeline

  • 2025-02-24 - CVE-2025-27277 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-27277

Vulnerability Analysis

This CSRF vulnerability (CWE-352) exists in the Add Linked Images To Gallery WordPress plugin due to the absence of proper nonce verification on sensitive form submissions. When users interact with the plugin's administrative functions, the application fails to validate that requests originate from legitimate user sessions within the WordPress admin interface.

The vulnerability can be chained with stored XSS, allowing attackers to inject persistent malicious scripts through forged requests. This combination significantly amplifies the impact, as successful exploitation can lead to unauthorized content modifications, credential theft, and further compromise of the WordPress installation.

Root Cause

The root cause of CVE-2025-27277 is the missing or improper implementation of WordPress CSRF protection mechanisms. The plugin fails to implement WordPress nonce tokens (wp_nonce_field() and wp_verify_nonce()) on forms and AJAX handlers that process user input. Without these anti-CSRF tokens, the application cannot distinguish between legitimate user-initiated requests and malicious forged requests crafted by attackers.

Attack Vector

The attack requires user interaction and is conducted over the network. An attacker crafts a malicious HTML page or email containing a hidden form that submits a request to the vulnerable plugin endpoint. When an authenticated WordPress administrator visits the attacker-controlled page while logged into their WordPress site, the malicious form automatically submits, executing actions with the administrator's privileges.

The attack flow typically involves:

  1. Attacker identifies a vulnerable form action in the plugin
  2. Attacker creates a webpage with an auto-submitting form targeting the vulnerable endpoint
  3. Attacker tricks an authenticated admin into visiting the malicious page
  4. The browser sends the forged request with the admin's session cookies
  5. The plugin processes the request, potentially storing malicious XSS payloads

Detection Methods for CVE-2025-27277

Indicators of Compromise

  • Unexpected changes to gallery settings or linked image configurations in WordPress
  • Suspicious JavaScript payloads appearing in plugin-managed content areas
  • Unusual outbound network connections from visitor browsers when viewing galleries
  • Unauthorized modifications to gallery entries without corresponding admin activity logs

Detection Strategies

  • Review WordPress activity logs for administrative actions occurring without corresponding user interface sessions
  • Monitor for HTTP POST requests to plugin endpoints without valid nonce parameters
  • Implement Content Security Policy (CSP) headers to detect and block injected scripts
  • Audit plugin database tables for unexpected or malicious content entries

Monitoring Recommendations

  • Enable WordPress debug logging to capture plugin-related errors and unexpected behavior
  • Deploy a Web Application Firewall (WAF) with CSRF detection rules
  • Configure alerts for modifications to plugin settings outside normal administrative hours
  • Regularly scan for XSS payloads in user-generated content managed by the plugin

How to Mitigate CVE-2025-27277

Immediate Actions Required

  • Disable or deactivate the Add Linked Images To Gallery plugin immediately if not essential to site operations
  • Review all gallery content and linked images for injected malicious scripts
  • Audit WordPress user accounts for unauthorized access or permission changes
  • Clear browser caches and instruct administrators to log out of all sessions

Patch Information

As of the last update, no official patch has been released for this vulnerability. The affected plugin versions include all releases through 1.4. Site administrators should monitor the Patchstack vulnerability database for updates regarding a security fix. Consider removing the plugin entirely if it is not actively maintained.

Workarounds

  • Implement server-level CSRF protection using security plugins such as Wordfence or Sucuri
  • Restrict administrative access to the plugin by limiting user roles and capabilities
  • Use a Web Application Firewall to filter suspicious POST requests to plugin endpoints
  • Educate administrators to avoid clicking untrusted links while authenticated to WordPress
bash
# Configuration example - Disable the vulnerable plugin via WP-CLI
wp plugin deactivate add-linked-images-to-gallery-v01

# List all installed plugins to verify status
wp plugin list --status=active

# Optional: Remove the plugin entirely if no longer needed
wp plugin delete add-linked-images-to-gallery-v01

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechTiefpunkt

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-352
  • Technical References
  • Patchstack WordPress Vulnerability
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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