ibm-cloud-docs / get-support

Documentation repository for get-support
0 stars 3 forks source link

SQL Injection Vulnerability in IBM website Search Bar #12

Closed M-Faizan-Khan closed 7 months ago

M-Faizan-Khan commented 7 months ago

Actual: The IBM search bar is vulnerable to SQL injection attacks, allowing users to inject malicious SQL code into the search input. As a result, the application returns results based on the matched keywords or strings, including files if the SQL injection is used for file search. This behavior poses a severe security risk, enabling unauthorized access to data and potentially compromising the system's integrity.

Steps to Reproduce:

Test Data:

The SQL injection vulnerability in the IBM search bar can be exploited by individuals with malicious intent, including hackers, cybercriminals, or other unauthorized users with knowledge of SQL injection techniques. When exploited, attackers can gain unauthorized access to sensitive data stored within the system, potentially compromising confidentiality, integrity, and availability. Specifically, they may:

Expected Result: The application should properly sanitize user inputs and prevent SQL injection attacks. Specifically, it should: Reject search queries containing SQL injection payloads. Implement strict input validation and sanitization techniques to mitigate SQL injection vulnerabilities. Return an error message or empty results if a search query is detected as potentially malicious. Prevent unauthorized access to sensitive data and ensure the integrity of the system. Additionally, it's crucial to report this critical security issue to IBM's security team immediately. Providing detailed information about the vulnerability and steps to reproduce it will aid IBM's development team in investigating and addressing the issue promptly.

4.

2024-02-05_18h32_16 2024-02-05_18h32_02

FireShot Capture 008 - Search {username}admin' --{_username} - IBM Documentation - www ibm com

FireShot Capture 009 - IBM Search - www ibm com

FireShot Capture 010 - IBM Search - www ibm com

FireShot Capture 011 - IBM Search - www ibm com

FireShot Capture 012 - IBM Search - www ibm com

15100721.pdf

a3039360.pdf

22963891(2).pdf

BF80_ic(2).pdf

addison-martin1 commented 7 months ago

Thank you @M-Faizan-Khan, I will open an internal issue for this.