Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2023-54361

CVE-2023-54361: Joomla iProperty Real Estate XSS Flaw

CVE-2023-54361 is a reflected cross-site scripting vulnerability in Joomla iProperty Real Estate 4.1.1 that allows attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: April 9, 2026

CVE-2023-54361 Overview

CVE-2023-54361 is a reflected cross-site scripting (XSS) vulnerability affecting Joomla iProperty Real Estate version 4.1.1. The vulnerability exists in the filter_keyword parameter of the all-properties-with-map endpoint, which fails to properly sanitize user-supplied input before reflecting it back in the HTTP response. Attackers can craft malicious URLs containing JavaScript payloads that execute arbitrary code in victim browsers when clicked, potentially leading to session token theft or credential harvesting.

Critical Impact

Attackers can exploit this reflected XSS vulnerability to steal session tokens, harvest user credentials, or perform actions on behalf of authenticated users visiting malicious links.

Affected Products

  • Joomla iProperty Real Estate 4.1.1
  • Joomla CMS installations with iProperty Real Estate extension

Discovery Timeline

  • 2026-04-09 - CVE CVE-2023-54361 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2023-54361

Vulnerability Analysis

This reflected XSS vulnerability (CWE-79) occurs when user-controlled input passed through the filter_keyword GET parameter is improperly handled by the iProperty Real Estate extension. The vulnerability is network-accessible and requires user interaction—specifically, a victim must click a crafted malicious link for the attack to succeed. The attack enables code execution within the context of the victim's browser session on the vulnerable Joomla site.

The vulnerability allows attackers to inject arbitrary JavaScript that executes when the page renders the unsanitized filter_keyword value. This can be leveraged for various malicious purposes including stealing authentication cookies, redirecting users to phishing pages, or performing unauthorized actions with the victim's privileges.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding in the iProperty Real Estate extension. The filter_keyword parameter value is reflected in the page output without proper HTML entity encoding or script tag filtering. When user input containing JavaScript code is passed through this parameter, the browser interprets and executes the malicious script as part of the legitimate page content.

Attack Vector

The attack vector is network-based, requiring the attacker to craft a malicious URL targeting the all-properties-with-map endpoint with a JavaScript payload embedded in the filter_keyword GET parameter. The attacker must then convince a victim to click the malicious link through social engineering techniques such as phishing emails, forum posts, or other communication channels.

When a victim clicks the crafted URL, their browser requests the page from the vulnerable Joomla site. The server reflects the malicious filter_keyword value in the response without sanitization, causing the victim's browser to execute the attacker's JavaScript code within the security context of the vulnerable domain.

The vulnerability mechanism involves unsanitized reflection of the filter_keyword parameter value in the page response. Attackers construct URLs where this parameter contains JavaScript code, such as script tags or event handlers, which execute when the page loads in the victim's browser. For detailed technical exploitation information, refer to the Exploit-DB #51640 entry and the Vulncheck Joomla Advisory.

Detection Methods for CVE-2023-54361

Indicators of Compromise

  • Unusual URL patterns in web server access logs containing filter_keyword parameters with encoded JavaScript payloads
  • HTTP GET requests to all-properties-with-map endpoints containing <script>, javascript:, or encoded variants like %3Cscript%3E
  • Web Application Firewall (WAF) alerts for XSS pattern matches on the iProperty extension endpoints
  • User reports of unexpected browser behavior or redirects when accessing property listing pages

Detection Strategies

  • Deploy WAF rules to detect and block XSS patterns in the filter_keyword parameter
  • Implement content security policy (CSP) headers to restrict script execution sources
  • Monitor server logs for requests containing common XSS payloads targeting property search endpoints
  • Utilize browser-based XSS auditors and security extensions to identify reflected content

Monitoring Recommendations

  • Enable detailed access logging for all Joomla extension endpoints
  • Configure SIEM alerts for patterns matching encoded script tags in URL parameters
  • Implement real-time log analysis to detect potential XSS exploitation attempts
  • Review referrer logs for suspicious external domains directing traffic to property listing pages

How to Mitigate CVE-2023-54361

Immediate Actions Required

  • Update the iProperty Real Estate extension to the latest available version if a patch has been released
  • Implement input validation on the filter_keyword parameter at the application level
  • Deploy Web Application Firewall rules to filter XSS payloads targeting this endpoint
  • Enable Content Security Policy headers to mitigate the impact of successful XSS attacks

Patch Information

No official patch information is available in the current CVE data. Organizations should monitor the Joomla Extensions Directory and The Thinkery for security updates. Until a patch is available, implementing workarounds and WAF rules is strongly recommended.

Workarounds

  • Block or sanitize requests containing suspicious characters in the filter_keyword parameter using WAF rules or mod_security
  • Implement server-side input validation to strip or encode HTML special characters from the filter_keyword parameter
  • Consider temporarily disabling the property search functionality if the risk is unacceptable for your environment
  • Add Content-Security-Policy headers to restrict inline script execution: Content-Security-Policy: script-src 'self'
bash
# Apache mod_security rule to block XSS in filter_keyword parameter
SecRule ARGS:filter_keyword "@rx (?i)(<script|javascript:|on\w+=)" \
    "id:100001,phase:2,deny,status:403,msg:'XSS attempt blocked in filter_keyword'"

# Add CSP header in Apache configuration
Header set Content-Security-Policy "script-src 'self'; object-src 'none'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechJoomla

  • SeverityMEDIUM

  • CVSS Score5.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/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-79
  • Technical References
  • The Thinkery Resource

  • Joomla Extension Info

  • Exploit-DB #51640

  • Vulncheck Joomla Advisory
  • Related CVEs
  • CVE-2023-54364: Joomla HikaShop XSS Vulnerability

  • CVE-2023-54363: Joomla Solidres XSS Vulnerability

  • CVE-2023-54362: Joomla VirtueMart XSS Vulnerability

  • CVE-2023-54360: Joomla JLex Review XSS 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