📧 info@ciso.sa | 📱 +966550939344 | Riyadh, Kingdom of Saudi Arabia
🔧 Scheduled Maintenance — Saturday 2:00-4:00 AM AST. Some features may be temporarily unavailable.    ●   
💎
Pro Plan 50% Off Unlock all AI features, unlimited reports, and priority support. Upgrade
Search Center
ESC to close
Global vulnerability Information Technology CRITICAL 47m Global vulnerability Enterprise Software and Cloud Services HIGH 59m Global vulnerability Information Technology, Security Infrastructure CRITICAL 1h Global vulnerability Industrial Control Systems / Manufacturing HIGH 3h Global general Artificial Intelligence and Cybersecurity MEDIUM 3h Global vulnerability Software/Cloud Services HIGH 3h Global vulnerability Network Infrastructure HIGH 4h Global vulnerability Mobile Device Management / Enterprise Security CRITICAL 4h Global vulnerability Operating Systems/Security Software CRITICAL 5h Global vulnerability Software Development and Technology CRITICAL 5h Global vulnerability Information Technology CRITICAL 47m Global vulnerability Enterprise Software and Cloud Services HIGH 59m Global vulnerability Information Technology, Security Infrastructure CRITICAL 1h Global vulnerability Industrial Control Systems / Manufacturing HIGH 3h Global general Artificial Intelligence and Cybersecurity MEDIUM 3h Global vulnerability Software/Cloud Services HIGH 3h Global vulnerability Network Infrastructure HIGH 4h Global vulnerability Mobile Device Management / Enterprise Security CRITICAL 4h Global vulnerability Operating Systems/Security Software CRITICAL 5h Global vulnerability Software Development and Technology CRITICAL 5h Global vulnerability Information Technology CRITICAL 47m Global vulnerability Enterprise Software and Cloud Services HIGH 59m Global vulnerability Information Technology, Security Infrastructure CRITICAL 1h Global vulnerability Industrial Control Systems / Manufacturing HIGH 3h Global general Artificial Intelligence and Cybersecurity MEDIUM 3h Global vulnerability Software/Cloud Services HIGH 3h Global vulnerability Network Infrastructure HIGH 4h Global vulnerability Mobile Device Management / Enterprise Security CRITICAL 4h Global vulnerability Operating Systems/Security Software CRITICAL 5h Global vulnerability Software Development and Technology CRITICAL 5h
Vulnerabilities

CVE-2026-10253

High
CWE-74 — Weakness Type
Published: Jun 1, 2026  ·  Modified: Jun 8, 2026  ·  Source: NVD
CVSS v3
7.3
🔗 NVD Official
📄 Description (English)

A vulnerability was detected in itsourcecode Online House Rental System 1.0. This impacts an unknown function of the file /manage_payment.php. The manipulation of the argument ID results in sql injection. It is possible to launch the attack remotely. The exploit is now public and may be used.

🤖 AI Executive Summary

CVE-2026-10253 is a critical SQL injection vulnerability in itsourcecode Online House Rental System 1.0 affecting the /manage_payment.php file. The vulnerability allows remote attackers to manipulate the ID parameter to execute arbitrary SQL queries, potentially leading to unauthorized data access, modification, or deletion. With a CVSS score of 7.3 and public exploit availability, this poses an immediate threat to organizations using this system, particularly those in the real estate and property management sectors.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: Jun 5, 2026 18:11
🇸🇦 Saudi Arabia Impact Assessment
This vulnerability primarily impacts Saudi real estate companies, property management firms, and housing rental platforms operating in the Kingdom. Organizations in the real estate sector (particularly those managing residential properties and rental transactions) face significant risk of data breach affecting customer information, payment records, and property details. Government entities managing public housing programs and private sector companies in the hospitality and tourism industries using similar rental systems are also at risk. The vulnerability could lead to unauthorized access to sensitive financial and personal data of Saudi residents and expatriates.
🏢 Affected Saudi Sectors
Real Estate and Property Management Hospitality and Tourism Government Housing Programs Financial Services (payment processing) Retail (if using similar rental systems)
⚖️ Saudi Risk Score (AI)
8.2
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Identify all instances of itsourcecode Online House Rental System 1.0 in your environment and isolate affected systems from production networks if possible
2. Implement Web Application Firewall (WAF) rules to block SQL injection attempts targeting /manage_payment.php with pattern matching for common SQL keywords in the ID parameter
3. Enable comprehensive logging and monitoring of all database queries and access attempts to /manage_payment.php

COMPENSATING CONTROLS (until patch available):
4. Implement input validation and sanitization at the application layer - whitelist only numeric values for the ID parameter
5. Apply principle of least privilege to database accounts used by the application
6. Restrict direct database access and use parameterized queries/prepared statements
7. Deploy database activity monitoring (DAM) solutions to detect anomalous SQL patterns

DETECTION RULES:
8. Monitor for SQL injection patterns: UNION, SELECT, DROP, INSERT, UPDATE, DELETE, OR 1=1, comments (--), in the ID parameter
9. Alert on multiple failed database authentication attempts or unusual query execution patterns
10. Track changes to database schema and user privileges

LONG-TERM:
11. Contact vendor for security patch or consider alternative solutions
12. Conduct security code review of all payment processing functions
13. Implement Web Application Firewall with SQL injection detection signatures
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. حدد جميع نسخ نظام itsourcecode Online House Rental System 1.0 في بيئتك وعزل الأنظمة المتأثرة عن شبكات الإنتاج إن أمكن
2. طبق قواعد جدار حماية تطبيقات الويب (WAF) لحجب محاولات حقن SQL التي تستهدف /manage_payment.php باستخدام مطابقة الأنماط لكلمات SQL الشائعة في معامل ID
3. فعّل التسجيل والمراقبة الشاملة لجميع استعلامات قاعدة البيانات ومحاولات الوصول إلى /manage_payment.php

الضوابط التعويضية (حتى توفر التصحيح):
4. طبق التحقق من صحة المدخلات والتطهير على مستوى التطبيق - قائمة بيضاء فقط للقيم الرقمية لمعامل ID
5. طبق مبدأ أقل امتياز على حسابات قاعدة البيانات المستخدمة من قبل التطبيق
6. قيّد الوصول المباشر إلى قاعدة البيانات واستخدم الاستعلامات المعاملة/البيانات المحضرة
7. نشّر حلول مراقبة نشاط قاعدة البيانات (DAM) للكشف عن أنماط SQL الشاذة

قواعد الكشف:
8. راقب أنماط حقن SQL: UNION, SELECT, DROP, INSERT, UPDATE, DELETE, OR 1=1, التعليقات (--) في معامل ID
9. أصدر تنبيهات عند محاولات مصادقة قاعدة بيانات متعددة فاشلة أو أنماط تنفيذ استعلامات غير عادية
10. تتبع التغييرات على مخطط قاعدة البيانات وامتيازات المستخدمين

المدى الطويل:
11. اتصل بالمورد للحصول على تصحيح أمني أو فكر في حلول بديلة
12. أجرِ مراجعة أمنية لرمز جميع وظائف معالجة الدفع
13. طبق جدار حماية تطبيقات الويب مع توقيعات كشف حقن SQL
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
A.14.2.1 - Secure development policy and procedures A.14.2.5 - Secure development environment A.14.3.1 - Quality assurance testing A.12.6.1 - Management of technical vulnerabilities
🔵 SAMA CSF
ID.RA-1 - Asset management and vulnerability identification PR.DS-6 - Data protection and integrity DE.CM-1 - Detection and monitoring of anomalies RS.MI-1 - Incident response and mitigation
🟡 ISO 27001:2022
A.14.2.1 - Secure development policy A.14.3.1 - Quality assurance A.12.6.1 - Management of technical vulnerabilities A.13.1.3 - Segregation of networks
🟣 PCI DSS v4.0.1
6.5.1 - Injection flaws prevention 6.2 - Security patches and updates 10.2 - User access logging and monitoring 11.3 - Vulnerability scanning and assessment
📊 CVSS Score
7.3
/ 10.0 — High
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredN — None / Network
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityL — Low / Local
IntegrityL — Low / Local
AvailabilityL — Low / Local
📋 Quick Facts
Severity High
CVSS Score7.3
CWECWE-74
EPSS0.03%
Exploit No
Patch ✗ No
Published 2026-06-01
Source Feed nvd
Views 1
🇸🇦 Saudi Risk Score
8.2
/ 10.0 — Saudi Risk
Priority: CRITICAL
🏷️ Tags
CWE-74
Share this CVE
📣 Found this valuable?
Share it with your cybersecurity network
in LinkedIn 𝕏 X / Twitter 💬 WhatsApp ✈ Telegram
🍪 Privacy Preferences
CISO Consulting — Compliant with Saudi Personal Data Protection Law (PDPL)
We use cookies and similar technologies to provide the best experience on our platform. You can choose which types you accept.
🔒
Essential Always On
Required for the website to function properly. Cannot be disabled.
📋 Sessions, CSRF tokens, authentication, language preferences
📊
Analytics
Help us understand how visitors use the site and improve performance.
📋 Page views, session duration, traffic sources, performance metrics
⚙️
Functional
Enable enhanced features like content personalization and preferences.
📋 Dark/light theme, font size, custom dashboards, saved filters
📣
Marketing
Used to deliver content and ads relevant to your interests.
📋 Campaign tracking, retargeting, social media analytics
Privacy Policy →
CISO AI Assistant
Ask anything · Documents · Support
🔐

Introduce Yourself

Enter your details to access the full assistant

Your info is private and never shared
💬
CyberAssist
Online · responds in seconds
5 / 5
🔐 Verify Your Identity

Enter your email to receive a verification code before submitting a support request.

Enter to send · / for commands 0 / 2000
CISO AI · Powered by Anthropic Claude
✦ Quick Survey Help Us Improve CISO Consulting Your feedback shapes the future of our platform — takes less than 2 minutes.
⚠ Please answer this question to continue

How would you rate your overall experience with our platform?

Rate from 1 (poor) to 5 (excellent)

🎉
Thank you!
Your response has been recorded.