User edit bug

Author Message

Zinistry Vacana

Monday 19 May 2003 8:03:52 am

I've seen that there are some problems with security with http://www.**.**/user/edit/** and have also red that if you install the demodata and use it for a site..the demo-setup is not secure.

I'm using this for a site..just deleted the demodata in the admin-interface, and changed pagelayout.tpl, so how can I secure my site?
Have installed the User edit bug fix patch.

Are there any more things I have to do to get a secure eZ publish site?

Jo Henrik Endrerud

Tuesday 20 May 2003 10:14:04 am

A virtual host setup is usually more secure than a non virtual host setup. This is because you can use Apache's rewrite rules.
If you are running a non virtual host setup, you should make sure that all your site.ini.append (and other .append files) are renamed to site.ini.append.php and place everything in these files inside PHP comments.

ex:

<?php
/*
[my block]
myvariable=3
*/
?>

This will help if people get a way to access these files directly (then they will be parsed in the PHP module and all comments are stripped, so the file will be empty for the user).

You should also use the wash() function wherever appropriate. Check the template section on http://ez.no/sdk for more information about this

Jo Henrik Endrerud | System Developer @ Seeds Consulting | http://www.seeds.no

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 11:11:18
Script start
Timing: Jan 18 2025 11:11:18
Module start 'layout'
Timing: Jan 18 2025 11:11:18
Module start 'content'
Timing: Jan 18 2025 11:11:19
Module end 'content'
Timing: Jan 18 2025 11:11:19
Script end

Main resources:

Total runtime1.0596 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0058 588.9219152.6094
Module start 'layout' 0.00580.0026 741.531339.4141
Module start 'content' 0.00841.0498 780.9453488.5469
Module end 'content' 1.05820.0014 1,269.49228.1953
Script end 1.0596  1,277.6875 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00300.2860160.0002
Check MTime0.00130.1190160.0001
Mysql Total
Database connection0.00080.079810.0008
Mysqli_queries1.020696.3181540.0189
Looping result0.00050.0475520.0000
Template Total1.034697.620.5173
Template load0.00200.188920.0010
Template processing1.032697.449820.5163
Template load and register function0.00010.011610.0001
states
state_id_array0.00120.110810.0012
state_identifier_array0.00070.070620.0004
Override
Cache load0.00160.1528190.0001
Sytem overhead
Fetch class attribute can translate value0.00060.058820.0003
Fetch class attribute name0.00090.083420.0004
XML
Image XML parsing0.00020.021820.0001
class_abstraction
Instantiating content class attribute0.00000.000420.0000
General
dbfile0.00060.0607100.0001
String conversion0.00000.000640.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 11
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs