exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Secunia Security Advisory 40670

Secunia Security Advisory 40670
Posted Nov 9, 2010
Authored by Secunia | Site secunia.com

Secunia Security Advisory - Multiple vulnerabilities have been discovered in Seo Panel, which can be exploited by malicious users to conduct script insertion attacks, SQL injection attacks, and disclose sensitive information and by malicious people to conduct cross-site scripting attacks, cross-site request forgery attacks, and bypass certain security restrictions.

tags | advisory, vulnerability, xss, sql injection, csrf
SHA-256 | 991adc062c018ccc1424b4d0f00a8400e0b5d330d78c7017e9d292b3e96bee06

Secunia Security Advisory 40670

Change Mirror Download
----------------------------------------------------------------------


Secure your corporate defenses and reduce complexity in handling vulnerability threats with the new Secunia Vulnerability Intelligence Manager (VIM) Beta.

Join the beta:
http://secunia.com/products/corporate/vim/


----------------------------------------------------------------------

TITLE:
Seo Panel Multiple Vulnerabilities

SECUNIA ADVISORY ID:
SA40670

VERIFY ADVISORY:
Secunia.com
http://secunia.com/advisories/40670/
Customer Area (Credentials Required)
https://ca.secunia.com/?page=viewadvisory&vuln_id=40670

RELEASE DATE:
2010-11-10

DISCUSS ADVISORY:
http://secunia.com/advisories/40670/#comments

AVAILABLE ON SITE AND IN CUSTOMER AREA:
* Last Update
* Popularity
* Comments
* Criticality Level
* Impact
* Where
* Solution Status
* Operating System / Software
* CVE Reference(s)

http://secunia.com/advisories/40670/

ONLY AVAILABLE IN CUSTOMER AREA:
* Authentication Level
* Report Reliability
* Secunia PoC
* Secunia Analysis
* Systems Affected
* Approve Distribution
* Remediation Status
* Secunia CVSS Score
* CVSS

https://ca.secunia.com/?page=viewadvisory&vuln_id=40670

ONLY AVAILABLE WITH SECUNIA CSI AND SECUNIA PSI:
* AUTOMATED SCANNING

http://secunia.com/vulnerability_scanning/personal/
http://secunia.com/vulnerability_scanning/corporate/wsus_sccm_3rd_third_party_patching/

DESCRIPTION:
Multiple vulnerabilities have been discovered in Seo Panel, which can
be exploited by malicious users to conduct script insertion attacks,
SQL injection attacks, and disclose sensitive information and by
malicious people to conduct cross-site scripting attacks, cross-site
request forgery attacks, and bypass certain security restrictions.

1) Input passed via the "capcheck" and "dir_name" parameters to
directories.php (when "sec" is set to "directorymgr") and via the
"userName", "password", "confirmPassword", "firstName", "lastName",
and "email" parameters to users.php (when "sec" is set to "create")
is not properly sanitised 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.

2) 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. change an administrator's
username and password when a logged-in administrator visits a
specially crafted web site.

3) The "checkLoggedIn()" and "checkAdminLoggedIn()" functions in
includes/sp-common.php do not properly terminate execution, which can
be exploited to perform e.g. administrative actions via direct HTTP
requests without being authenticated.

4) Input passed via various parameters to multiple scripts e.g. the
"website_id" parameter to backlinks.php, cron.php, directories.php,
generate-reports.php, graphical-reports.php, keywords.php, rank.php,
saturationchecker.php, and sitemap.php, the "dir_id" and "url"
parameters to directories.php, the "id" parameter to directories.php,
keywords.php, seo-plugins-manager.php, and website.php, the
"keyword_id" parameter to generate-reports.php and reports.php, the
"seId" parameter to graphical-reports.php and reports.php, the
"keywordId" parameter to graphical-reports.php and keywords.php, the
"fromTime" and "toTime" parameters to graphical-reports.php, the
"name", "country_code", and "lang_code" parameters to keywords.php,
the "se_id" and "keyId" parameters to reports.php, the "seoplugin_id"
and "pid" parameters to seo-plugins-manager.php, the "seotool_id"
parameter to seo-tools-manager.php, the "userId" parameter to
users.php, and the "websiteId" parameter to website.php is not
properly sanitised before being used in SQL queries. This can be
exploited to manipulate SQL queries by injecting arbitrary SQL code.

5) Input passed via various parameters to multiple scripts e.g. the
"pid" parameter to seo-plugins-manager.php, the "firstName",
"lastName", and "id" parameters to users.php, and the "name"
parameter to website.php is not properly sanitised before being used
in SQL queries. This can be exploited to manipulate SQL queries by
injecting arbitrary SQL code.

Successful exploitation of this vulnerability requires that
"magic_quotes_gpc" is disabled.

6) Input passed via various parameters to multiple scripts e.g. the
"keywordId" parameter to keywords.php (when "sec" is set to
"reports"), the "website_urls" parameter to saturationchecker.php and
backlinks.php, the "pageno" parameter to users.php and websites.php,
the "userName" parameter to login.php and register.php, and the
"firstName", "lastName", and "email" parameters to register.php is
not properly sanitised 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.

7) Input passed via the "firstName" and "lastName" parameters to
users.php (when "sec" is set to "updatemyprofile") is not properly
sanitised before being displayed to the user. This can be exploited
to insert arbitrary HTML and script code, which will be executed in a
user's browser session in context of an affected site when the
malicious data is being viewed.

8) Input passed via various parameters to multiple scripts e.g. the
"stscheck", "dir_name", and "status" parameters to directories.php,
the "searchengines", "website_id", "country_code", and "lang_code"
parameters to keywords.php, the "userid" and "user_id" parameters to
website.php, and the "time" parameter to reports.php is not properly
sanitised before being used in SQL queries. This can be exploited to
manipulate SQL queries by injecting arbitrary SQL code.

9) Input passed via various parameters to multiple scripts e.g. the
"name" and "url" parameters to website.php is not properly sanitised
before being used in SQL queries. This can be exploited to manipulate
SQL queries by injecting arbitrary SQL code.

Successful exploitation of this vulnerability requires that
"magic_quotes_gpc" is disabled.

10) Input passed via the "file" parameter to download.php is not
properly verified before being used to read files. This can be
exploited to disclose the content of arbitrary files via directory
traversal attacks.

The vulnerabilities are confirmed in version 2.0.2. Other versions
may also be affected.

NOTE: Successful exploitation of vulnerabilities #4, #5, #8, #9, and
#10 requires authentication but can be exploited in combination with
vulnerability #3.

SOLUTION:
Update to version 2.1.0, which fixes vulnerabilities #3, #4, and #5.

PROVIDED AND/OR DISCOVERED BY:
1, 2) Russ McRee, reported via Secunia.
3 - 9) Secunia Research
10) Independently discovered by Secunia Research and MaXe (@InterN0T)

ORIGINAL ADVISORY:
Secunia Research:
http://secunia.com/secunia_research/2010-96/
http://secunia.com/secunia_research/2010-97/
http://secunia.com/secunia_research/2010-131/
http://secunia.com/secunia_research/2010-132/
http://secunia.com/secunia_research/2010-133/

Seo Panel:
http://forum.seopanel.in/viewtopic.php?f=7&t=105

OTHER REFERENCES:
Further details available in Customer Area:
http://secunia.com/products/corporate/EVM/

DEEP LINKS:
Further details available in Customer Area:
http://secunia.com/products/corporate/EVM/

EXTENDED DESCRIPTION:
Further details available in Customer Area:
http://secunia.com/products/corporate/EVM/

EXTENDED SOLUTION:
Further details available in Customer Area:
http://secunia.com/products/corporate/EVM/

EXPLOIT:
Further details available in Customer Area:
http://secunia.com/products/corporate/EVM/

----------------------------------------------------------------------

About:
This Advisory was delivered by Secunia as a free service to help
private users keeping their systems up to date against the latest
vulnerabilities.

Subscribe:
http://secunia.com/advisories/secunia_security_advisories/

Definitions: (Criticality, Where etc.)
http://secunia.com/advisories/about_secunia_advisories/


Please Note:
Secunia recommends that you verify all advisories you receive by
clicking the link.
Secunia NEVER sends attached files with advisories.
Secunia does not advise people to install third party patches, only
use those supplied by the vendor.

----------------------------------------------------------------------

Login or Register to add favorites

File Archive:

July 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Jul 1st
    27 Files
  • 2
    Jul 2nd
    10 Files
  • 3
    Jul 3rd
    35 Files
  • 4
    Jul 4th
    27 Files
  • 5
    Jul 5th
    18 Files
  • 6
    Jul 6th
    0 Files
  • 7
    Jul 7th
    0 Files
  • 8
    Jul 8th
    28 Files
  • 9
    Jul 9th
    44 Files
  • 10
    Jul 10th
    24 Files
  • 11
    Jul 11th
    25 Files
  • 12
    Jul 12th
    11 Files
  • 13
    Jul 13th
    0 Files
  • 14
    Jul 14th
    0 Files
  • 15
    Jul 15th
    0 Files
  • 16
    Jul 16th
    0 Files
  • 17
    Jul 17th
    0 Files
  • 18
    Jul 18th
    0 Files
  • 19
    Jul 19th
    0 Files
  • 20
    Jul 20th
    0 Files
  • 21
    Jul 21st
    0 Files
  • 22
    Jul 22nd
    0 Files
  • 23
    Jul 23rd
    0 Files
  • 24
    Jul 24th
    0 Files
  • 25
    Jul 25th
    0 Files
  • 26
    Jul 26th
    0 Files
  • 27
    Jul 27th
    0 Files
  • 28
    Jul 28th
    0 Files
  • 29
    Jul 29th
    0 Files
  • 30
    Jul 30th
    0 Files
  • 31
    Jul 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close