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

CVE-2025-0610: Akınsoft QR Menü CSRF Vulnerability

CVE-2025-0610 is a Cross-Site Request Forgery flaw in Akınsoft QR Menü that enables attackers to perform unauthorized actions on behalf of authenticated users. This article covers technical details, affected versions, and mitigations.

Published: April 29, 2026

CVE-2025-0610 Overview

CVE-2025-0610 is a Cross-Site Request Forgery (CSRF) vulnerability affecting Akınsoft QR Menü, a digital menu system commonly deployed in hospitality environments. This vulnerability allows attackers to perform unauthorized actions on behalf of authenticated users without their knowledge or consent by tricking them into visiting a malicious webpage.

The vulnerability exists in QR Menü versions from s1.05.06 before v1.05.12. Successful exploitation could allow an attacker to perform state-changing operations against authenticated administrative users, potentially compromising menu configurations, user accounts, or system settings.

Critical Impact

Attackers can force authenticated users to execute unwanted actions including administrative operations, potentially leading to unauthorized data modification, account compromise, or service disruption in restaurant and hospitality management systems.

Affected Products

  • Akınsoft QR Menü versions from s1.05.06 before v1.05.12

Discovery Timeline

  • 2025-09-01 - CVE-2025-0610 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-0610

Vulnerability Analysis

This Cross-Site Request Forgery vulnerability stems from the application's failure to properly validate the origin of HTTP requests. When a user is authenticated to the QR Menü application, their browser maintains an active session with valid authentication cookies. The vulnerability allows an attacker to craft malicious requests that exploit this authenticated session state.

The attack can be executed remotely over the network without requiring any authentication from the attacker. The exploitation does not require user interaction beyond visiting a malicious page while authenticated, making this a particularly dangerous vulnerability for administrative users who may inadvertently browse compromised websites while logged into the QR Menü system.

The vulnerability is classified under CWE-352 (Cross-Site Request Forgery), indicating that the application does not include sufficient anti-CSRF tokens or other request validation mechanisms to distinguish legitimate user-initiated requests from forged cross-origin requests.

Root Cause

The root cause of CVE-2025-0610 is the absence or improper implementation of anti-CSRF protection mechanisms in the Akınsoft QR Menü application. Specifically, the application fails to:

  • Implement synchronizer token patterns (CSRF tokens) for state-changing requests
  • Validate the Origin or Referer headers to verify request sources
  • Require re-authentication for sensitive operations
  • Implement SameSite cookie attributes to prevent cross-origin cookie transmission

Without these protections, the application cannot distinguish between legitimate requests initiated by the user and forged requests crafted by an attacker.

Attack Vector

The attack vector for this vulnerability involves an attacker creating a malicious webpage containing hidden forms or JavaScript that automatically submits requests to the vulnerable QR Menü application. When an authenticated administrator or user visits the attacker's page, their browser automatically includes authentication cookies with the forged request, causing the QR Menü application to process the request as legitimate.

Typical attack scenarios include:

  1. Embedded Hidden Forms: Malicious HTML forms that auto-submit on page load
  2. Image Tags: Using <img> tags with source URLs pointing to vulnerable endpoints
  3. JavaScript-Based Attacks: AJAX requests that exploit cross-origin policies

The attack requires that the victim be authenticated to the QR Menü application at the time they visit the malicious content. Given the network attack vector, attackers can host malicious content anywhere on the internet and distribute links through phishing emails, social media, or compromised websites.

Detection Methods for CVE-2025-0610

Indicators of Compromise

  • Unexpected administrative changes to menu configurations or user accounts without corresponding legitimate user sessions
  • Server logs showing state-changing requests with unusual or missing Referer headers
  • Multiple rapid requests from the same authenticated session originating from different client IP addresses
  • Administrative actions occurring during non-business hours or from unexpected geographic locations

Detection Strategies

  • Monitor web application logs for requests lacking CSRF tokens or containing invalid tokens
  • Implement anomaly detection for administrative actions that deviate from normal user behavior patterns
  • Alert on requests where the Origin or Referer header does not match expected application domains
  • Track and correlate authentication session activity across multiple endpoints

Monitoring Recommendations

  • Enable comprehensive HTTP request logging including headers for forensic analysis
  • Deploy Web Application Firewall (WAF) rules to detect common CSRF attack patterns
  • Configure real-time alerting for suspicious administrative activities
  • Implement session monitoring to detect concurrent usage from geographically disparate locations

How to Mitigate CVE-2025-0610

Immediate Actions Required

  • Upgrade Akınsoft QR Menü to version v1.05.12 or later immediately
  • Review audit logs for any suspicious administrative activities that may indicate prior exploitation
  • Implement network-level access controls to limit administrative interface exposure
  • Consider implementing additional authentication requirements for sensitive operations until patching is complete

Patch Information

Akınsoft has addressed this vulnerability in QR Menü version v1.05.12. Organizations should upgrade from any version between s1.05.06 and v1.05.12 to the patched release. For additional information regarding this vulnerability, refer to the USOM Security Advisory TR-25-0202.

Workarounds

  • Restrict access to the QR Menü administrative interface to trusted IP addresses or VPN connections only
  • Implement strict Content Security Policy (CSP) headers at the web server level to reduce cross-origin attack surface
  • Educate administrative users about the risks of browsing untrusted websites while authenticated to management systems
  • Deploy a reverse proxy or WAF with CSRF protection capabilities as an additional defensive layer

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechAkinsoft Qr Menue

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • USOM Security Advisory TR-25-0202
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

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

  • CVE-2026-43331: Linux Kernel DOS Vulnerability
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