| OSVDB ID | Disclosure Date | Title |
|
16154
Description:
A remote overflow exists in 4D WebSTAR. The Tomcat plugin fails to validate URLs resulting in a buffer overflow. With a specially crafted request, an attacker can cause arbitrary code execution or denial of service resulting in a loss of integrity, and/or availability.
|
2005-05-06
|
4D WebSTAR Tomcat Plugin URL Remote Overflow
|
|
8086
Description:
WebSTAR Web Server contains an unspecified flaw. No further details have been provided.
|
2002-07-03
|
4D WebSTAR Unspecified Web Server Issue
|
|
8078
Description:
Unknown / Incomplete
|
2002-03-20
|
4D WebSTAR Web Page Source Disclosure
|
|
82321
Description:
4images contains a flaw that allows a remote Cross-site Request Forgery (CSRF / XSRF) attack. The flaw exists because the /admin/templates.php script does not require multiple steps or explicit confirmation for sensitive transactions for the execution of PHP code. By using a crafted URL (e.g., a crafted GET request inside an "img" tag), an attacker may trick the victim into clicking on the image to take advantage of the trust relationship between the authenticated victim and the application. Such an attack could trick the victim into [DOING WHAT] in the context of their session with the application, without further prompting or verification.
|
2010-11-11
|
4images /admin/templates.php PHP Code Execution CSRF
|
|
75520
Description:
4images contains a flaw that may allow an attacker to carry out an SQL injection attack. The issue is due to the admin/categories.php script not properly sanitizing user-supplied input to the 'auth_viewcat' parameter. This may allow an attacker to inject or manipulate SQL queries in the back-end database, allowing for the manipulation or disclosure of arbitrary data.
|
2011-04-21
|
4images admin/categories.php auth_viewcat Parameter SQL Injection
|
|
78956
Description:
4images contains a flaw that may allow an attacker to carry out an SQL injection attack. The issue is due to the 'admin/categories.php' script not properly sanitizing user-supplied input to the 'cat_parent_id' parameter. This may allow an attacker to inject or manipulate SQL queries in the back-end database, allowing for the manipulation or disclosure of arbitrary data.
|
2012-01-31
|
4images admin/categories.php cat_parent_id Parameter SQL Injection
|
|
78711
Description:
4images contains a flaw that allows a remote cross-site scripting (XSS) attack. This flaw exists because the application does not validate the 'cat_parent_id' parameter upon submission to the admin/categories.php script. This may allow a user to create a specially crafted URL that would execute arbitrary script code in a user's browser within the trust relationship between their browser and the server.
|
2012-02-01
|
4images admin/categories.php cat_parent_id Parameter XSS
|
|
78779
Description:
4images contains a flaw that allows a remote cross site redirection attack. This flaw exists because the application does not validate the 'redirect' parameter upon submission to theadmin/index.php script. This could allow a user to create a specially crafted URL, that if clicked, would redirect a victim from the intended legitimate web site to an arbitrary web site of the attacker's choosing. Such attacks are useful as the crafted URL initially appear to be a web page of a trusted site. This could be leveraged to direct an unsuspecting user to a web page containing attacks that target client side software such as a web browser or document rendering programs.
|
2012-02-01
|
4images admin/index.php redirect Parameter Arbitrary Site Redirect
|
|
68941
Description:
Input appended to the URL after admin/plugins/clear_cache.php is not properly sanitised in the "show_form_header()" function in admin/admin_functions.php before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
|
2010-10-27
|
4images admin/plugins/clear_cache.php URI XSS
|
|
68942
Description:
Input appended to the URL after admin/plugins/migrate_keywords.php is not properly sanitised in the "show_form_header()" function in admin/admin_functions.php before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
|
2010-10-27
|
4images admin/plugins/migrate_keywords.php URI XSS
|
|
75149
Description:
4images contains a flaw that may allow an attacker to carry out an SQL injection attack. The issue is due to the categories.php script not properly sanitizing user-supplied input to the 'page' parameter. This may allow an attacker to inject or manipulate SQL queries in the back-end database, allowing for the manipulation or disclosure of arbitrary data. Additionally, if a failed query is performed, the program will disclose the software's installation path. While such information is relatively low risk, it is often useful in carrying out additional, more focused attacks.
|
2010-11-27
|
4images categories.php page Parameter SQL Injection
|
|
55093
Description:
(Description Provided by CVE) : Directory traversal vulnerability in global.php in 4images before 1.7.7, when magic_quotes_gpc is disabled, allows remote attackers to include and execute arbitrary local files via directory traversal sequences in the l parameter.
|
2009-02-14
|
4images global.php l Parameter Traversal Local File Inclusion
|
|
67385
Description:
Unknown / Incomplete
|
2010-07-19
|
4images image_utils.php Remote Command Execution
|
|
55508
Description:
(Description Provided by CVE) : Cross-site scripting (XSS) vulnerability in includes/functions.php in 4images 1.7 through 1.7.7 allows remote attackers to inject arbitrary web script or HTML via vectors related to the url variable.
|
2009-06-15
|
4images includes/functions.php Unspecified Parameter XSS
|
|
23529
Description:
4images contains a flaw that allows a remote attacker to access files outside of the web path. The issue is due to the 'index.php' script not properly sanitizing user input, specifically directory traversal style attacks (../../) supplied via the 'template' variable. This might lead to a loss of confidentiality.
|
2006-02-26
|
4images index.php template Variable Traversal Arbitrary Local File Inclusion
|
|
25154
Description:
4images contains a flaw that may allow an attacker to carry out an SQL injection attack. The issue is due to the 'member.php' script not properly sanitizing user-supplied input to the 'sessionid' variable. This may allow an attacker to inject or manipulate SQL queries in the back-end database.
|
2006-04-28
|
4images member.php sessionid Parameter SQL Injection
|
|
55092
Description:
4images contains a flaw that allows a remote cross site scripting attack. This flaw exists because the application does not validate 'user_homepage' parameters upon submission to the 'member.php' script. This could allow a user to create a specially crafted URL that would execute arbitrary code in a user's browser within the trust relationship between the browser and the server, leading to a loss of integrity.
|
2009-06-12
|
4images member.php user_homepage Parameter XSS
|
|
75521
Description:
Unknown / Incomplete
|
2011-04-21
|
4images Multiple Script Malformed Input Path Disclosure
|
|
68940
Description:
4images contains a flaw that allows a remote Cross-site Request Forgery (CSRF / XSRF) attack. The flaw exists because the application does not require multiple steps or explicit confirmation for sensitive transactions. The application allows users to perform certain actions via HTTP requests without performing any validity checks to verify the requests. This can be exploited to e.g. add an arbitrary group or add an administrative user by tricking a logged in administrative user into visiting a malicious web site.
|
2010-09-23
|
4images Multiple Unspecified Function CSRF
|
|
24796
Description:
4images contains a flaw that allows a remote cross site scripting attack. This flaw exists because the application does not validate the 'user_name' variable upon submission to the register.php script. This could allow a user to create a specially crafted URL that would execute arbitrary code in a user's browser within the trust relationship between the browser and the server, leading to a loss of integrity.
|
2006-04-14
|
4images register.php user_name Parameter XSS
|
|
29567
Description:
(Description Provided by CVE) : SQL injection vulnerability in search.php in 4images 1.7.x allows remote authenticated users to execute arbitrary SQL commands via the search_user parameter.
|
2006-10-08
|
4images search.php search_user Parameter SQL Injection
|
|
25153
Description:
4images contains a flaw that may allow an attacker to carry out an SQL injection attack. The issue is due to the 'top.php' script not properly sanitizing user-supplied input to the 'sessionid' variable. This may allow an attacker to inject or manipulate SQL queries in the back-end database.
|
2006-04-28
|
4images top.php sessionid Parameter SQL Injection
|
|
80606
Description:
4images contains a flaw that allows a remote Cross-site Request Forgery (CSRF / XSRF) attack. The flaw exists because the application does not require multiple steps or explicit confirmation for sensitive transactions for the manipulation of the email field in the user profile. By using a crafted URL (e.g., a crafted GET request inside an "img" tag), an attacker may trick the victim into clicking on the image to take advantage of the trust relationship between the authenticated victim and the application. Such an attack could trick the victim into executing arbitrary commands in the context of their session with the application, without further prompting or verification.
|
2012-03-13
|
4images User Profile Email Field Manipulation CSRF
|
|
4292
Description:
4nAlbum contains a flaw that may allow a remote attacker to execute arbitrary commands. The issue is due to the displaycategory.php script not properly sanitizing input to the "basepath" variable. An attacker may use this to include an arbitrary file from a remote server which will be processed and any commands executed.
|
2004-03-15
|
4nAlbum displaycategory.php basepath Parameter Remote File Inclusion
|
|
4291
Description:
4nAlbum contains a flaw that may lead to an unauthorized information disclosure. The issue is triggered when a remote attacker requests the "displaycategory.php" script with no arguments, which will disclose the physical path resulting in a loss of confidentiality.
|
2004-03-15
|
4nAlbum displaycategory.php Path Disclosure
|
|
4294
Description:
4nAlbum contains a flaw that will allow an attacker to inject arbitrary SQL code. The problem is that the "gid" variable in the "modules.php" script is not verified properly and will allow an attacker to inject or manipulate SQL queries.
|
2004-03-15
|
4nAlbum for PHP-Nuke modules.php gid Parameter SQL Injection
|
|
4293
Description:
4nAlbum contains a flaw that allows a remote cross site scripting attack. This flaw exists because the application does not validate the "z" variable upon submission to the "nmimage.php" script. This could allow a user to create a specially crafted URL that would execute arbitrary code in a user's browser within the trust relationship between the browser and the server, leading to a loss of integrity.
|
2004-03-15
|
4nAlbum nmimage.php z Parameter XSS
|
|
42811
Description:
4nChat Module for PHP-Nuke contains a flaw that may allow an attacker to carry out an SQL injection attack. The issue is due to the 'modules.php' script not properly sanitizing user-supplied input to the 'roomid' variable. This may allow an attacker to inject or manipulate SQL queries in the back-end database.
|
2008-03-06
|
4nChat Module for PHP-Nuke modules.php roomid Parameter SQL Injection
|
|
46767
Description:
4ndvddb Module for PHP-Nuke contains a flaw that may allow an attacker to carry out an SQL injection attack. The issue is due to the 'modules.php' script not properly sanitizing user-supplied input to the 'id' parameter. This may allow an attacker to inject or manipulate SQL queries in the back-end database, allowing for the manipulation or disclosure of arbitrary data.
|
2008-07-07
|
4ndvddb Module for PHP-Nuke modules.php id Parameter SQL Injection
|
|
31059
Description:
(Description Provided by CVE) : SQL injection vulnerability in modules.php in 4nNukeWare 4nForum 0.91 allows remote attackers to execute arbitrary SQL commands via the tid parameter.
|
2007-01-01
|
4nForum modules.php tid Parameter SQL Injection
|