CVE-2019-3576
CRITICALinxedu < 2018-12-24 - SQL Injection via deleteFaveorite PATH_INFO
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2019-3576. PoCs published by inxeduopen.
AI-analyzed exploit summary This is a technical writeup detailing a SQL injection vulnerability in the inxedu platform, specifically in the `UserController#deleteFavorite` method due to the use of MyBatis `$` syntax instead of `#`. It includes a proof-of-concept (PoC) demonstrating the vulnerability via a time-based SQL injection payload.
Description
inxedu through 2018-12-24 has a SQL Injection vulnerability that can lead to information disclosure via the deleteFaveorite/ PATH_INFO. The vulnerable code location is com.inxedu.os.edu.controller.user.UserController#deleteFavorite (aka deleteFavorite in com/inxedu/os/edu/controller/user/UserController.java), where courseFavoritesService.deleteCourseFavoritesById is mishandled during use of MyBatis. NOTE: UserController.java has a spelling variation in an annotation: a @RequestMapping("/deleteFaveorite/{ids}") line followed by a "public ModelAndView deleteFavorite" line.
Exploits (1)
This is a technical writeup detailing a SQL injection vulnerability in the inxedu platform, specifically in the `UserController#deleteFavorite` method due to the use of MyBatis `$` syntax instead of `#`. It includes a proof-of-concept (PoC) demonstrating the vulnerability via a time-based SQL injection payload.
References (2)
Scores
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H