AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2019-3576

CRITICAL · CVSS 9.8 EPSS 1.53%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2019-01-02 · Last synced 2026-08-04

CyberRota Analysis

This is a critical severity vulnerability with a CVSS score of 9.8. It affects Java. It involves a SQL injection risk.

CVE
CVE-2019-3576
Severity
CRITICAL
CVSS
9.8
EPSS
1.53%
Java

Original NVD 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.