View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
09300 | Bug reports | Security | public | 2014-10-13 16:17 | 2022-07-05 09:07 |
Reporter | DLange | Assigned To | DenisChenu | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.05+ | ||||
Fixed in Version | 2.05+ | ||||
Summary | 09300: XSS protection or variable substitution breaks links or other elements that contain variable substitutions | ||||
Description | Things like are broken by the Anti-XSS stripping or the Variable substitution. | ||||
Steps To Reproduce | Create query. | ||||
Additional Information | Testcase on http://demo.limesurvey.org/index.php?r=survey/index/sid/889276/newtest/Y/lang/en | ||||
Tags | No tags attached. | ||||
Bug heat | 254 | ||||
Complete LimeSurvey version number (& build) | 2.05+ (141003) | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | any | ||||
Database type & version | MySQL | ||||
Server OS (if known) | Linux | ||||
Webserver software & version (if known) | Apache/PHP | ||||
PHP Version | 5.4.4 | ||||
parent of | 18236 | confirmed | XSS: Unable to use attribute in URL | |
Not all the children of this issue are yet resolved or closed. |
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14571 |
|
This method are allowed now. Due to url encoding and XSS with { in url, must make a choice. See : http://manual.limesurvey.org/Expression_Manager#XSS_security |
|
Version 2.05+ Build 141020 released |
|
LimeSurvey: master 73b4a00a 2014-10-15 09:07 Details Diff |
Fixed issue 09300: XSS protection or variable substitution breaks links with variable substitutions Dev: adding some manual : http://manual.limesurvey.org/Expression_Manager#XSS_security Dev: some EM method still can not be used |
Affected Issues 09300 |
|
mod - application/core/LSYii_Validators.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-10-13 16:17 | DLange | New Issue | |
2014-10-13 23:05 | c_schmitz | Assigned To | => DenisChenu |
2014-10-13 23:05 | c_schmitz | Status | new => assigned |
2014-10-15 09:07 | DenisChenu | Changeset attached | => LimeSurvey master 73b4a00a |
2014-10-15 09:07 | DenisChenu | Note Added: 30798 | |
2014-10-15 09:07 | DenisChenu | Resolution | open => fixed |
2014-10-15 09:09 | DenisChenu | Note Added: 30799 | |
2014-10-15 09:09 | DenisChenu | Status | assigned => resolved |
2014-10-15 09:09 | DenisChenu | Fixed in Version | => 2.05+ |
2014-10-20 13:49 | c_schmitz | Note Added: 30825 | |
2014-10-20 13:49 | c_schmitz | Status | resolved => closed |
2022-07-05 09:07 | DenisChenu | Relationship added | parent of 18236 |