CVE-2025-10460
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 · uneditedA SQL Injection vulnerability on an endpoint in BEIMS Contractor Web, a legacy product that is no longer maintained or patched by the vendor, allows an unauthorised user to retrieve sensitive database contents via unsanitized parameter input. This vulnerability occurs due to improper input validation on /BEIMSWeb/contractor.asp endpoint and successful exploitation requires a contractor.asp endpoint open to the internet. This vulnerability allows attackers to execute arbitrary SQL commands, compromising the confidentiality, integrity and potentially the availability of the database. Version 5.7.139 has been confirmed as vulnerable. Other versions have not been confirmed by the vendor and users should assume that all versions of BEIMS Contractor Web may be impacted until further guidance is provided by the vendor.
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 confidenceA SQL Injection vulnerability exists in the /BEIMSWeb/contractor.asp endpoint of BEIMS Contractor Web. The endpoint fails to properly validate and sanitize user input, allowing unauthenticated attackers to inject arbitrary SQL commands. This can lead to unauthorized access to sensitive database contents and potential full database compromise.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS 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
- Privileges
- None
- Authentication
- X
- User interaction
- None
- Scope
- X
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:L/SC:H/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
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 BEIMS Contractor Web installationSearch for the BEIMSWeb directory on the web server filesystem or check if the application responds to requests at /BEIMSWeb/Affected if The BEIMS Contractor Web application is installed and running on the server
-
Verify vulnerable endpoint existsAttempt to access the endpoint /BEIMSWeb/contractor.asp via HTTP/HTTPS request and confirm it returns a response (even an error)Affected if The /BEIMSWeb/contractor.asp endpoint exists and is reachable
-
Assess network exposureDetermine if the server hosting the endpoint is accessible from untrusted networks (internet-facing) by reviewing firewall rules, ACLs, or network boundary configurationsAffected if The endpoint is accessible from untrusted/network-facing interfaces without authentication
-
Inspect web server logs for SQL injection attemptsReview web server access logs (IIS, Apache) for requests to /BEIMSWeb/contractor.asp containing SQL metacharacters such as ', UNION, SELECT, DROP, or common injection patterns in query parametersAffected if Log analysis reveals suspicious SQL injection patterns targeting the contractor.asp endpoint
-
Check database audit logs for unauthorized queriesReview database audit logs or transaction logs for unexpected or unauthorized SQL commands executed from the web application service account, particularly commands accessing sensitive tablesAffected if Database logs show unauthorized or unexpected SQL commands originating from the application
A user is affected if BEIMS Contractor Web is installed and the /BEIMSWeb/contractor.asp endpoint is accessible, particularly from untrusted networks, as the SQL injection can be exploited without authentication.
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.
dbcve · scopedSince the vendor no longer maintains this product, organizations should immediately remove the contractor.asp endpoint from internet exposure via network segmentation or firewall rules, and/or deploy a WAF with SQL injection filtering rules to block exploitation attempts.
- Since this is a legacy product that is no longer maintained or patched by the vendor, there is no vendor-provided fix available.
- If this endpoint is still in use, immediately restrict network access to prevent external attackers from reaching the /BEIMSWeb/contractor.asp endpoint.
- Consider deploying a Web Application Firewall (WAF) in front of this endpoint if it must remain internet-accessible for legitimate business purposes.
- Evaluate migration to an actively maintained alternative solution, as the vendor has confirmed this product will not receive security updates.
- If the endpoint is not required for business operations, disable or remove the BEIMS Contractor Web application entirely.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation6.0 h
- Implementation12.0 h
- Testing6.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 $7,968.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-10460 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-10460 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