Online Invoicing SystemApplication · Bigprof

CVE-2020-35674

CRITICAL · 9.8 CVSS v3.1 Published 2022-09-29
Fix available
A fix is available. Upgrade to 2.9 or later.
See remediation →
100/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click

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 · unedited
BigProf Online Invoicing System before 2.9 suffers from an unauthenticated SQL Injection found in /membership_passwordReset.php (the endpoint that is responsible for issuing self-service password resets). An unauthenticated attacker is able to send a request containing a crafted payload that can result in sensitive information being extracted from the database, eventually leading into an application takeover. This vulnerability was introduced as a result of the developer trying to roll their own sanitization implementation in order to allow the application to be used in legacy environments.

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 confidence

Unauthenticated SQL injection vulnerability in /membership_passwordReset.php of BigProf Online Invoicing System versions prior to 2.9. The developer implemented custom input sanitization instead of using parameterized queries, allowing attackers to inject malicious SQL payloads via the password reset endpoint and extract sensitive data or achieve application takeover.

MitigationUpgrade to version 2.9 or later. If upgrading is not feasible, replace the custom sanitization logic with proper prepared statements/parameterized queries in the password reset code and validate all database interactions.

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
Online Invoicing SystemApplication
Affected:< 2.9

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
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

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 checks

Work through these to decide whether this CVE applies to you.

  1. Confirm BigProf Online Invoicing System installation
    Identify the application by locating characteristic files in the web root such as config.php, or check HTTP response headers and footer content for 'BigProf' or 'Online Invoicing' branding.
    Affected if The application is not present or this is a different product
  2. Verify the installed version
    Locate version information in the application, typically found in a version.php file, config.php, or a README file within the application directory. Compare your version to the affected range of versions prior to 2.9.
    Affected if Version is less than 2.9 or version information cannot be located
  3. Check for vulnerable endpoint existence
    Locate the file membership_passwordReset.php in the web-accessible directory structure. This file is typically found in the application root or membership folder.
    Affected if The file membership_passwordReset.php exists in the deployment
  4. Confirm custom sanitization is used
    If code access is available, review membership_passwordReset.php and locate the database query logic. The vulnerability exists because custom input sanitization is used instead of parameterized queries.
    Affected if Custom sanitization functions are present in the password reset code rather than prepared statements

The environment is affected if BigProf Online Invoicing System version is below 2.9 and the membership_passwordReset.php endpoint is present and accessible.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 · scoped
Upgrade available Upgrade to 2.9 or later
Fixed in 2.9
Interim mitigation

Upgrade to version 2.9 or later. If upgrading is not feasible, replace the custom sanitization logic with proper prepared statements/parameterized queries in the password reset code and validate all database interactions.

Recommended fix High confidence

2.9

  1. Obtain version 2.9 of BigProf Online Invoicing System from the official vendor (BigProf Software)
  2. Backup the existing database and application files before upgrading
  3. Replace the existing application files with the version 2.9 files
  4. Run any database migration scripts provided with version 2.9 if applicable
  5. Verify the membership_passwordReset.php endpoint is properly updated and no longer contains the vulnerable sanitization code
  6. Test that password reset functionality works correctly after the upgrade
  7. Confirm the SQL injection vulnerability is remediated by attempting to inject payload strings in the email parameter
Caveat Review release notes for version 2.9 to check for any breaking changes or configuration changes required

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Online Invoicing System Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing3.0 h
  • Review / QA2.0 h
14.0 hours of engineering $2,490
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2020-35674 — 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

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2020-35674 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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