Closed
Bug 319090
Opened 20 years ago
Closed 20 years ago
editusers.cgi throws an error when an invalid userid parameter is given
Categories
(Bugzilla :: User Accounts, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: mkanat, Assigned: LpSolit)
References
Details
(Whiteboard: [doesn't affect 2.18][blocker will fix])
Tim Brown <timb@nth-dimension.org.uk>:
Bugzilla 2.20
The path to the Bugzilla installation is disclosed when a request is made to editusers.cgi with an invalid userid parameter.
We may have already fixed this, with that other bug about editusers.cgi editing user 0 -- wurblzap?
Comment 1•20 years ago
|
||
Yup, fixed by bug 314039.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Comment 2•20 years ago
|
||
Not an issue on MySQL, thanks to to bug 314039, but this is still a issue on PostgreSQL, see bug 319082:
DBD::Pg::db selectrow_array failed: ERROR: invalid input syntax for integer: "324cbcvb" [(truncated SQL query here)]
Bugzilla::User::_create('Bugzilla::User', 'userid=?', '324cbcvb') called at Bugzilla/User.pm line 75
Bugzilla::User::new('Bugzilla::User', '324cbcvb') called at /var/www/html/qa222pg/editusers.cgi line 723
main::check_user('324cbcvb', 'undef') called at /var/www/html/qa222pg/editusers.cgi line 216
This problem will be fixed by bug 319082.
Status: RESOLVED → REOPENED
Depends on: 319082
Resolution: WORKSFORME → ---
Whiteboard: [blocker will fix]
| Assignee | ||
Updated•20 years ago
|
Assignee: user-accounts → LpSolit
Status: REOPENED → NEW
| Assignee | ||
Comment 3•20 years ago
|
||
2.18 uses the login name, not the user ID. So this version is not affected.
Status: NEW → ASSIGNED
Whiteboard: [blocker will fix] → [doesn't affect 2.18][blocker will fix]
(In reply to comment #4)
> Not a security bug
>
No? http://www.osvdb.org/searchdb.php?action=search_title&vuln_title=path+disclosure&Search=Search
| Assignee | ||
Comment 6•20 years ago
|
||
Fixed by blocker.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•