CVE-2025-46183
BaseFortify
Publication date: 2025-10-24
Last updated on: 2025-10-27
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| pgcodekeeper | pgcodekeeper | 10.12.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-502 | The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Utils.deserialize function of pgCodeKeeper 10.12.0, which processes serialized data from untrusted sources. If an attacker provides a specially crafted .ser file, the deserialization process may lead to unintended code execution or other malicious behavior on the target system.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to execute arbitrary code or perform other malicious actions on the affected system by exploiting the deserialization process with a crafted .ser file, potentially compromising system integrity and security.