CVE-2025-10947
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 flaw has been found in Sistemas Pleno Gestão de Locação up to 2025.7.x. The impacted element is an unknown function of the file /api/areacliente/pessoa/validarCpf of the component CPF Handler. Executing a manipulation of the argument pes_cpf can lead to authorization bypass. The attack can be executed remotely. The exploit has been published and may be used. Upgrading to version 2025.8.0 is sufficient to resolve this issue. It is advisable to upgrade the affected component.
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 · moderate confidenceThe vulnerability exists in the CPF validation endpoint (/api/areacliente/pessoa/validarCpf) of Sistemas Pleno Gestão de Locação. By manipulating the pes_cpf argument, an attacker can bypass authorization checks. This is a classic IDOR (Insecure Direct Object Reference) or broken access control issue in the API's CPF handler component.
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
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
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.
-
Identify installed version of Sistemas Pleno Gestão de LocaçãoLocate the software version information in the application administrative panel, system configuration files, or by querying the application's /api/version endpoint if available. Compare the version number to the fixed release 2025.8.0.Affected if Version is before 2025.8.0 or the version cannot be determined.
-
Confirm endpoint existence and accessibilitySend an HTTP request to the path /api/areacliente/pessoa/validarCpf and observe whether the endpoint responds (even with an error). The endpoint should not be publicly accessible without proper authorization.Affected if The endpoint returns any HTTP response (including 401, 403, 404, or 200) indicating the endpoint exists and is reachable.
-
Test for authorization bypass via pes_cpf parameterMake an authenticated request to the endpoint using one valid CPF, then repeat the request with a different pes_cpf value belonging to another user. Observe if the application returns data or validation results for the alternate CPF without proper authorization checks.Affected if The application accepts and processes requests with an arbitrary pes_cpf value, returning validation results for any CPF regardless of ownership.
-
Verify if the IDOR condition is exploitableSubmit sequential requests to /api/areacliente/pessoa/validarCpf with different pes_cpf values while using an authenticated session. Check whether the responses differ or leak information about CPFs that do not belong to the authenticated user.Affected if The endpoint returns different results for different pes_cpf values without enforcing that the authenticated user owns or is authorized to query the specific CPF.
A system is affected if it runs Sistemas Pleno Gestão de Locação before version 2025.8.0 and the /api/areacliente/pessoa/validarCpf endpoint is accessible and allows unauthorized access to arbitrary CPF data via parameter manipulation.
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 · scopedUpgrade to version 2025.8.0 as the vendor has indicated this version contains the fix. After upgrading, verify that the /api/areacliente/pessoa/validarCpf endpoint properly enforces authorization checks.
2025.8.0
- 1. Create a complete backup of the current Sistemas Pleno Gestão de Locação installation, including database and configuration files.
- 2. Verify the current installed version is 2025.7.x or earlier.
- 3. Obtain the patched version 2025.8.0 from the official vendor distribution channel.
- 4. Apply the upgrade to the production environment following standard vendor upgrade procedures.
- 5. Verify the upgrade was successful by checking the application version.
- 6. Test the /api/areacliente/pessoa/validarCpf endpoint to confirm the authorization bypass is remediated.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-10947 — 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-10947 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