CVE-2020-15714:SQL Injection vulnerability in rConfig 3.9.5 allows authenticated attackers to manipulate database through the custom_Location parameter in devices.crud.php.

splash
Back

Description Preview

rConfig 3.9.5 contains a SQL injection vulnerability that affects the devices.crud.php script. The vulnerability exists in the custom_Location parameter which does not properly sanitize user input. Authenticated attackers can exploit this vulnerability by sending specially crafted SQL statements to manipulate the database, potentially allowing them to view, add, modify, or delete information from the back-end database. This vulnerability is classified as CWE-89 (SQL Injection).

Overview

The SQL injection vulnerability in rConfig 3.9.5 affects the devices.crud.php script, specifically through the custom_Location parameter. This vulnerability allows authenticated attackers to execute arbitrary SQL commands against the underlying database. By crafting malicious SQL statements, attackers can bypass authentication mechanisms, access sensitive data, modify database contents, or even delete critical information. The vulnerability is particularly concerning as it could lead to complete compromise of the rConfig application data and potentially affect the network devices being managed by the application.

Remediation

To remediate this vulnerability, administrators should:

  1. Update to the latest version of rConfig that addresses this vulnerability
  2. Review the rConfig release notes for specific security fixes related to this issue
  3. Implement proper input validation and parameterized queries in custom implementations
  4. Consider implementing additional security controls such as:
    • Web Application Firewall (WAF) to filter malicious SQL inputs
    • Principle of least privilege for database accounts used by the application
    • Regular security assessments to identify similar vulnerabilities
  5. Monitor logs for suspicious activities that might indicate exploitation attempts

References

  1. IBM X-Force Exchange vulnerability entry: https://exchange.xforce.ibmcloud.com/vulnerabilities/184940
  2. rConfig v3 Release Notes: https://www.rconfig.com/downloads/v3-release-notes
  3. CWE-89: SQL Injection - https://cwe.mitre.org/data/definitions/89.html

Industry ExposureMost to least
This section illustrates the prevalence of a specific Common Vulnerabilities and Exposures (CVE) across various industries based on customer reports. The ranking displays industries from the most to least affected by this particular vulnerability, offering valuable insight into where this CVE has been most frequently observed. This information can help organizations within these sectors prioritize their security efforts, understand their relative risk exposure compared to their peers, and focus remediation strategies where they are most needed. By understanding the industry-specific impact, organizations can make more informed decisions regarding patching, resource allocation, and overall risk management related to this CVE.

  1. Accommodation & Food Services
    Accommodation & Food Services
  2. Administrative, Support, Waste Management & Remediation Services
    Administrative, Support, Waste Management & Remediation Services
  3. Agriculture, Forestry Fishing & Hunting
    Agriculture, Forestry Fishing & Hunting
  4. Arts, Entertainment & Recreation
    Arts, Entertainment & Recreation
  5. Construction
    Construction
  6. Educational Services
    Educational Services
  7. Finance and Insurance
    Finance and Insurance
  8. Health Care & Social Assistance
    Health Care & Social Assistance
  9. Information
    Information
  10. Management of Companies & Enterprises
    Management of Companies & Enterprises
  11. Manufacturing
    Manufacturing
  12. Mining
    Mining
  13. Other Services (except Public Administration)
    Other Services (except Public Administration)
  14. Professional, Scientific, & Technical Services
    Professional, Scientific, & Technical Services
  15. Public Administration
    Public Administration
  16. Real Estate Rental & Leasing
    Real Estate Rental & Leasing
  17. Retail Trade
    Retail Trade
  18. Transportation & Warehousing
    Transportation & Warehousing
  19. Utilities
    Utilities
  20. Wholesale Trade
    Wholesale Trade

Focus on What Matters

  1. See Everything.
  2. Identify True Risk.
  3. Proactively Mitigate Threats.

Let's talk!

background