Home > Backend Development > PHP Tutorial > Multiple vulnerabilities in okphp series products_PHP tutorial

Multiple vulnerabilities in okphp series products_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-13 17:08:53
Original
1261 people have browsed it

Author of this article: SuperHei
Article nature: Original
Published date: 2005-08-14
Program description
OKPHP is a professional set of software developed by www.okphp.com Website management system, current products include: Okphp CMS, Okphp BBS, Okphp BLOG. Due to the lax filtering of variables and lax password authentication, SQL injection, XSS, and hidden variable post attacks are caused by cross-privilege operations.
Vulnerability Attack
1. SQl injection and xss
“Almost” exists in each variable, such as: forum.php

http://www.xxx.com/forum.php?action=view_forum&forum_id={sql}
http://cn.okphp.com/forum.php?action=view_forum&forum_id='xss
.......
2. Hidden variable post attack
When submitting request.php?action=user_modify to modify user information, there is no password authentication, which makes it easy to modify the user password and password through user_id. Information;
Exp:



Okphp Discussions - powered by okphp BBS












Modify information
Password



Repeat input

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/629812.htmlTechArticleAuthor of this article: SuperHei Nature of article: Original publication date: 2005-08-14 Program description OKPHP is developed by www. okphp.com develops a professional website management system. Current products include: Okphp CMS,...
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template