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

CVE-2022-45362: Paytm Payment Gateway SSRF Vulnerability

CVE-2022-45362 is a Server-Side Request Forgery (SSRF) vulnerability in Paytm Payment Gateway that allows attackers to make unauthorized requests from the server. This article covers technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-45362 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in the Paytm Payment Gateway WordPress plugin. This vulnerability allows attackers to make arbitrary HTTP requests from the server, potentially accessing internal services, bypassing firewalls, and extracting sensitive information from systems that would otherwise be inaccessible from external networks.

Critical Impact

Attackers can exploit this SSRF vulnerability to probe internal network infrastructure, access cloud metadata services, and potentially pivot to other internal systems through the compromised WordPress server.

Affected Products

  • Paytm Payment Gateway plugin for WordPress versions through 2.7.0

Discovery Timeline

  • 2023-12-07 - CVE CVE-2022-45362 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-45362

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability exists in the Paytm Payment Gateway WordPress plugin. SSRF vulnerabilities occur when an application can be manipulated to make HTTP requests to arbitrary destinations, allowing attackers to leverage the server as a proxy. In the context of a payment gateway plugin, this is particularly concerning as these components typically handle sensitive transaction data and may have elevated network privileges to communicate with payment processors.

The vulnerability affects all versions of the Paytm Payment Gateway plugin from the initial release through version 2.7.0. Given that this is a WordPress plugin commonly used for e-commerce transactions, exploitation could allow attackers to access internal services, cloud provider metadata endpoints, or other resources within the server's network that are not directly accessible from the internet.

Root Cause

The root cause of this vulnerability is classified as CWE-918: Server-Side Request Forgery (SSRF). This indicates that the plugin fails to properly validate or restrict URLs before making server-side HTTP requests. When user-controlled input is used to construct URLs for backend requests without adequate validation, attackers can redirect these requests to arbitrary internal or external destinations.

Attack Vector

The attack vector for this SSRF vulnerability is network-based, meaning it can be exploited remotely without authentication. An attacker can craft malicious requests to the vulnerable WordPress plugin that cause the server to make outbound requests to attacker-specified URLs. Common exploitation targets include:

  • Internal network resources (e.g., http://192.168.x.x/, http://10.x.x.x/)
  • Cloud metadata services (e.g., http://169.254.169.254/)
  • Local services on the server (e.g., http://localhost:6379/ for Redis)
  • External services for data exfiltration

The vulnerability does not require authentication to exploit, making it accessible to any attacker who can reach the vulnerable endpoint. For detailed technical information about this specific vulnerability, refer to the Patchstack SSRF Vulnerability Advisory.

Detection Methods for CVE-2022-45362

Indicators of Compromise

  • Unusual outbound HTTP requests from the WordPress server to internal IP ranges (10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints (169.254.169.254) originating from the web server
  • Unexpected connections to localhost ports from web application processes
  • Web server logs showing requests with URL parameters containing internal IP addresses or localhost references

Detection Strategies

  • Monitor web application firewall (WAF) logs for requests containing internal IP addresses or localhost in URL parameters
  • Implement egress traffic monitoring to detect unusual outbound connections from web servers
  • Review WordPress access logs for suspicious patterns in Paytm Payment Gateway plugin endpoints
  • Deploy network intrusion detection rules to alert on SSRF patterns in HTTP traffic

Monitoring Recommendations

  • Configure alerts for outbound connections from web servers to RFC1918 private IP ranges
  • Enable detailed logging for the Paytm Payment Gateway plugin and WordPress core
  • Monitor DNS query logs for unusual internal hostname lookups from the web server
  • Implement cloud provider security tools to detect metadata service access attempts

How to Mitigate CVE-2022-45362

Immediate Actions Required

  • Update the Paytm Payment Gateway plugin to a version newer than 2.7.0 if available
  • Implement network-level controls to restrict outbound traffic from the web server
  • Configure a Web Application Firewall (WAF) with SSRF protection rules
  • Review server logs for evidence of exploitation attempts
  • Audit any systems that may have been accessible from the WordPress server

Patch Information

Organizations should check the WordPress plugin repository for updated versions of the Paytm Payment Gateway plugin that address this vulnerability. Consult the Patchstack SSRF Vulnerability Advisory for the latest remediation guidance.

Workarounds

  • If an update is not immediately available, consider temporarily disabling the Paytm Payment Gateway plugin until a fix is released
  • Implement strict egress filtering on the web server to only allow necessary outbound connections
  • Use a reverse proxy or WAF to filter requests containing internal IP addresses or suspicious URL patterns
  • Segment the WordPress server network to limit access to internal resources
bash
# Example iptables rules to restrict outbound traffic from web server
# Block access to internal network ranges
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -j DROP
# Block access to cloud metadata service
iptables -A OUTPUT -d 169.254.169.254 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechPaytm Payment Gateway

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability22.95%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Patchstack SSRF Vulnerability Advisory
  • 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