| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| OpenDaylight - SQL Injection Vulnerability | 24 May 201800:00 | – | zdt | |
| OpenDaylight Controller SQL Injection Vulnerability | 5 Jun 201800:00 | – | cnvd | |
| CVE-2018-1132 | 20 Jun 201813:00 | – | cve | |
| CVE-2018-1132 | 20 Jun 201813:00 | – | cvelist | |
| EUVD-2018-11775 | 7 Oct 202500:30 | – | euvd | |
| CVE-2018-1132 | 20 Jun 201813:29 | – | nvd | |
| CVE-2018-1132 | 20 Jun 201813:29 | – | osv | |
| OpenDaylight SQL Injection | 24 May 201800:00 | – | packetstorm | |
| Design/Logic Flaw | 20 Jun 201813:29 | – | prion | |
| CVE-2018-1132 | 22 May 201805:19 | – | redhatcve |
# Exploit Title: OpenDaylight SQL Injection
# Date: 2018-05-24
# Exploit Author: JameelNabbo
# Website: jameelnabbo.com
# Vendor Homepage: https://www.opendaylight.org
# CVE: CVE-2018-1132
intro:
OpenDaylight (ODL) is a modular open platform for customizing and automating networks of any size and scale. The OpenDaylight Project arose out of the SDN movement, with a clear focus on network programmability. It was designed from the outset as a foundation for commercial solutions that address a variety of use cases in existing network environments.
attackers can SQL inject the component's database(SQLite) without authenticating to the controller or SDNInterfaceapp.
The bug is in /impl/src/main/java/org/opendaylight/sdninterfaceapp/impl/database/SdniDataBase.java (line 373~391)
The SDNI concats port information to build an insert SQL query, and it executes the query in SQLite.
However, in line 386, the portName is a string that can be customized by switches. Since SQLite supports multiple sql queries in one run,
attackers can customize the port name to inject another SQL if they compromise or forge a switch.
POC:
For example, he can set portName as:
");drop table NAME;//Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation