Skip to content

new vulnerability in postgres-types #134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions vulnerabilities/AIKIDO-2025-10069.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"package_name": "postgres-types",
"patch_versions": [
"0.2.9"
],
"vulnerable_ranges": [
[
"0.1.0",
"0.2.8"
]
],
"cwe": [
"CWE-248",
"CWE-400"
],
"tldr": "Affected versions of this package are vulnerable to uncaught exceptions. A panic occurs when attempting to retrieve a `PrimitiveDateTime` value in the `from_sql` function, if it is set to infinity. This issue can cause unexpected crashes, potential denial-of-service (DoS) conditions, or instability in applications relying on this functionality.",
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
"how_to_fix": "Upgrade the `postgres-types` library to the patch version.",
"reporter": "",
"vulnerable_to": "Uncaught Exception",
"related_cve_id": "",
"language": "RUST",
"severity_class": "LOW",
"aikido_score": 18,
"changelog": "https://github.com/sfackler/rust-postgres/blob/master/postgres-types/CHANGELOG.md",
"last_modified": "2025-02-03",
"published": "2025-02-03"
}