We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c862ad9 commit 44535e8Copy full SHA for 44535e8
gems/pghero/CVE-2023-22626.yml
@@ -0,0 +1,14 @@
1
+---
2
+gem: pghero
3
+cve: 2023-22626
4
+url: https://github.com/ankane/pghero/issues/439
5
+title: Information Disclosure Through EXPLAIN Feature
6
+date: 2023-01-04
7
+description: |
8
+ A malicious PgHero user can use the EXPLAIN functionality to extract data from
9
+ the database. With certain inputs, a user can get the results of a query to
10
+ appear in an error message. If the PgHero database user has superuser privileges
11
+ (not recommended), the user can use file access functions to read files on the
12
+ database server.
13
+patched_versions:
14
+- ">= 3.1.0"
0 commit comments