Lucene search

K
cvelistGitHub_MCVELIST:CVE-2023-32066
HistoryMay 09, 2023 - 3:28 p.m.

CVE-2023-32066 Time Tracker has Stored XSS vulnerability in Week View plugin

2023-05-0915:28:50
CWE-79
GitHub_M
www.cve.org
time tracker
stored xss
week view
plugin
vulnerability
version 1.22.11.5782
version 1.22.12.5783
htmlspecialchars
week.php file

5.4 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

0.001 Low

EPSS

Percentile

40.6%

Time Tracker is an open source time tracking system. The week view plugin in Time Tracker versions 1.22.11.5782 and prior was not escaping titles for notes in week view table. Because of that, it was possible for a logged in user to enter notes with elements of JavaScript. Such script could then be executed in user browser on subsequent requests to week view. This issue is fixed in version 1.22.12.5783. As a workaround, use htmlspecialchars when calling $field->setTitle on line #245 in the week.php file, as happens in version 1.22.12.5783.

CNA Affected

[
  {
    "vendor": "anuko",
    "product": "timetracker",
    "versions": [
      {
        "version": "< 1.22.12.5783",
        "status": "affected"
      }
    ]
  }
]

5.4 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

0.001 Low

EPSS

Percentile

40.6%

Related for CVELIST:CVE-2023-32066