Project

General

Profile

Actions

Bug #93335

closed

XSS in access permission module

Added by Oliver Hader over 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-01-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Steps

  • having be_groups.title containing XSS
Group<img src="x" onerror="alert(1)">
  • open System > Access module for a particular page
  • click on groupname element
  • change to group containing XSS in title (prerequisite) & save
  • click on groupname element again
  • change to different group
  • click on "x" icon in order to revert change

XSS is executed

Reasons

buttonSelector.innerHTML = groupnameHtml;

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #93301: Remove jQuery from Permissions moduleClosed2021-01-16

Actions
Actions #1

Updated by Oliver Hader over 3 years ago

  • Affected Version set to master, 11.1-dev
Actions #2

Updated by Oliver Hader over 3 years ago

  • Related to Task #93301: Remove jQuery from Permissions module added
Actions #3

Updated by Oliver Hader over 3 years ago

  • Status changed from New to Accepted
Actions #4

Updated by Oliver Hader over 3 years ago

It seems this change was not released yet - I also could not reproduce the behavior in TYPO3 v10.
Given my assumptions are correct, this vulnerability can be fixed using the regular public workflow.

Actions #5

Updated by Andreas Kienast over 3 years ago

  • Project changed from 1716 to TYPO3 Core
  • Category deleted (OW-A07: Cross Site Scripting)
  • Reporter deleted (Guido Schmechel)
  • OTRS-Sec Ticket-ID deleted (2021012010000027)
  • Affected Version deleted (master, 11.1-dev)

After talking with Olly, this issue becomes public as this affects the development branch only.

Actions #6

Updated by Andreas Kienast over 3 years ago

  • Status changed from Accepted to In Progress
Actions #7

Updated by Gerrit Code Review over 3 years ago

  • Status changed from In Progress to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67508

Actions #8

Updated by Gerrit Code Review about 3 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67508

Actions #9

Updated by Gerrit Code Review about 3 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67508

Actions #10

Updated by Gerrit Code Review about 3 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67508

Actions #11

Updated by Andreas Fernandez about 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #12

Updated by Benni Mack about 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF