|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-04-04 15:53 UTC] johannes@php.net
[2013-04-04 15:57 UTC] spam2 at rhsoft dot net
[2015-04-17 23:58 UTC] cmb@php.net
-Package: Scripting Engine problem
+Package: Streams related
[2015-04-17 23:58 UTC] cmb@php.net
[2021-10-04 17:04 UTC] cmb@php.net
-Type: Bug
+Type: Feature/Change Request
[2021-10-04 17:04 UTC] cmb@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 05:00:01 2025 UTC |
Description: ------------ [line "182"] [id "950103"] [msg "path traversal attack"] [data "../"] [hostname "test.test.rh"] [uri "/contentlounge/updateservice/cms_demo/cms//../cms.php"] [unique_id "UV2MrQoAAGMAAE356XkAAAAF"] in the folder /cms is a simple index.php with header('Location: ../cms.php'); every normal browser translates path and does not trigger modsec php triggers the "path traversal"-rule Expected result: ---------------- call the URL /contentlounge/updateservice/cms_demo/cms/cms.php Actual result: -------------- calling the URL /contentlounge/updateservice/cms_demo/cms//../cms.php