Closed (outdated)
Project:
Localization update
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2010 at 19:26 UTC
Updated:
17 Sep 2017 at 12:03 UTC
Jump to comment: Most recent
Comments
Comment #1
-redShadow- commentedIMHO,
1. an untrusted translation server would always be quite a risk, even if it doesn't try to inject php files: by returning a malicious HTML string, containing JavaScript it could run any sort of XSS attack against the users of the site (including the user #1).
(so, we hope that our trusted translation server isn't sending us XSS-ed strings or PHP files..)
2. Plus, if permissions are correct on files in the download directory, there should be no chance for an attacker to run them once uploaded.
Comment #2
gábor hojtsy@-redShadow-: Drupal (and as a consequence the import code) already has provisions to protect you from XSS being imported in translations.
Comment #3
sutharsan commented