Skip to content

Commit 44535e8

Browse files
authored
Added CVE-2023-22626 for pghero (#533)
1 parent c862ad9 commit 44535e8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

gems/pghero/CVE-2023-22626.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)