CVE-2010-0112
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedMultiple SQL injection vulnerabilities in the Administrative Interface in the IIS extension in Symantec IM Manager before 8.4.16 allow remote attackers to execute arbitrary SQL commands via (1) the rdReport parameter to rdpageimlogic.aspx, related to the sGetDefinition function in rdServer.dll, and SQL statements contained within a certain report file; (2) unspecified parameters in a DetailReportGroup (aka DetailReportGroup.lgx) action to rdpageimlogic.aspx; the (3) selclause, (4) whereTrendTimeClause, (5) TrendTypeForReport, (6) whereProtocolClause, or (7) groupClause parameter in a SummaryReportGroup (aka SummaryReportGroup.lgx) action to rdpageimlogic.aspx; the (8) loginTimeStamp, (9) dbo, (10) dateDiffParam, or (11) whereClause parameter in a LoggedInUsers (aka LoggedInUSers.lgx) action to (a) rdpageimlogic.aspx or (b) rdPage.aspx; the (12) selclause, (13) whereTrendTimeClause, (14) TrendTypeForReport, (15) whereProtocolClause, or (16) groupClause parameter to rdpageimlogic.aspx; (17) the groupList parameter to IMAdminReportTrendFormRun.asp; or (18) the email parameter to IMAdminScheduleReport.asp.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceMultiple SQL injection vulnerabilities exist in the Administrative Interface of Symantec IM Manager IIS extension before version 8.4.16. Attackers can inject arbitrary SQL commands through numerous parameters in rdpageimlogic.aspx (rdReport, selclause, whereTrendTimeClause, TrendTypeForReport, whereProtocolClause, groupClause, loginTimeStamp, dbo, dateDiffParam, whereClause), rdPage.aspx (loginTimeStamp, dbo, dateDiffParam, whereClause), IMAdminReportTrendFormRun.asp (groupList), and IMAdminScheduleReport.asp (email). The vulnerabilities allow remote unauthenticated attackers to execute arbitrary SQL commands via the affected parameters.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data<= 8.4.15= 6.0= 6.5= 7.0= 7.5= 8.3= 8.4.0= 8.4.1= 8.4.2= 8.4.5= 8.4.6= 8.4.7CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Authentication
- None
- Confidentiality
- Partial
- Integrity
- Partial
- Availability
- Partial
AV:N/AC:L/Au:N/C:P/I:P/A:P
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm Symantec IM Manager installationLocate the IIS web root directory (typically C:\Inetpub\wwwroot\ or a custom path) and look for the IM Manager administrative interface folders. Check for presence of files named rdpageimlogic.aspx, rdPage.aspx, IMAdminReportTrendFormRun.asp, or IMAdminScheduleReport.asp.Affected if These ASPX/ASP files exist in the IIS web directory, indicating the administrative interface is present.
-
Identify installed versionCheck the version of Symantec IM Manager installed. Common locations include: the Windows Programs and Features list, the version information in the IIS extension DLLs, or check for a version.txt/readme file in the installation directory. Compare your version number against the affected list: 6.0, 6.5, 7.0, 7.5, 8.3, 8.4.0, 8.4.1, 8.4.2, 8.4.5, 8.4.6, 8.4.7, or any version 8.4.15 or lower.Affected if The installed version matches any of the affected versions listed or is 8.4.15 or lower.
-
Verify Administrative Interface is exposedCheck if the IIS website or application hosting the IM Manager administrative interface is accessible from the network. Use IIS Manager to review site bindings and determine if the application is accessible externally or internally without VPN restriction.Affected if The administrative ASPX/ASP pages are reachable over the network without network segmentation or authentication barriers.
-
Inspect vulnerable parameter usageReview HTTP access logs for the affected pages (rdpageimlogic.aspx, rdPage.aspx, IMAdminReportTrendFormRun.asp, IMAdminScheduleReport.asp) and look for requests containing the vulnerable parameters: rdReport, selclause, whereTrendTimeClause, TrendTypeForReport, whereProtocolClause, groupClause, loginTimeStamp, dbo, dateDiffParam, whereClause, groupList, or email.
You are affected if Symantec IM Manager is installed with a version 8.4.15 or lower (or any of the specific affected versions 6.0 through 8.4.7) and the administrative interface pages are accessible on your network.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataUpgrade to Symantec IM Manager version 8.4.16 or later to obtain the vendor patch. If immediate upgrading is not feasible, implement input validation and parameterized queries on the affected ASP pages, and restrict access to the administrative interface via network segmentation or VPN.
- Consultation8.0 h
- Implementation16.0 h
- Testing12.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $11,200.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2010-0112 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sources- secunia.com
- www.vupen.com
- osvdb.org
- osvdb.org
- osvdb.org
- www.securityfocus.com
- www.securitytracker.com
- www.symantec.com
- www.zerodayinitiative.com
- www.zerodayinitiative.com
- www.zerodayinitiative.com
- www.zerodayinitiative.com
- www.zerodayinitiative.com
- www.zerodayinitiative.com
- www.zerodayinitiative.com
- exchange.xforce.ibmcloud.com
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2010-0112 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data