Project

General

Profile

Actions

Bug #19638

closed

fe_adminLib.inc - If preview is enable, HSC applied passwords are saved to database

Added by Marcus Krause almost 16 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-11-24
Due date:
% Done:

0%

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

Description

Since TYPO3 version 4.0.9/4.1.7/4.2.1 we apply htmlspecialchars to all form values before showing them again to the user (preview enabled). (see TYPO3 Security Bulletin TYPO3-20080611-1)
Unfortunately this also happens to passwords. As this is absolutely transparent to the user, he will later on ask himself why he cannot use his chosen password to login (pass& a m p ;word instead of pass&word).

In addition, if a user does not fill all required values or any evaluation error occurs, htmlspecialchars will be applied to form values again and again.

I wonder if we could use the session to store original form values in it.
(issue imported from #M9827)

Actions #1

Updated by Alexander Opitz over 11 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #2

Updated by Chris topher over 11 years ago

  • Status changed from Needs Feedback to Closed

fe_adminLib.inc is no longer part of the Core; it has been removed.

Actions #3

Updated by Marcus Krause over 11 years ago

fe_adminLib.inc is part of TYPO3 4.5 which has not reached EOL

Actions

Also available in: Atom PDF