AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2017-17454

MEDIUM · CVSS 5.4 EPSS 0.69%

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

CyberRota Analysis

AI analysis pending.

CVE
CVE-2017-17454
Severity
MEDIUM
CVSS
5.4
EPSS
0.69%

Original NVD Description

Mahara 16.10 before 16.10.7 and 17.04 before 17.04.5 and 17.10 before 17.10.2 have a Cross Site Scripting (XSS) vulnerability when a user enters invalid UTF-8 characters. These are now going to be discarded in Mahara along with NULL characters and invalid Unicode characters. Mahara will also avoid direct $_GET and $_POST usage where possible, and instead use param_exists() and the correct param_*() function to fetch the expected value.