Skip to content

Commit 67295bc

Browse files
Merge pull request #7064 from EnterpriseDB/CVE-2026-0949
Update CVE advisory for CVE-2026-0949
2 parents 43c0ae5 + b15269a commit 67295bc

3 files changed

Lines changed: 91 additions & 1 deletion

File tree

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: CVE-2026-0949 - PEM 9.8 Cross-site scripting
3+
navTitle: CVE-2026-0949
4+
affectedProducts: Postgres Enterprise Manager (PEM)
5+
---
6+
7+
First Published: 2026/01/16
8+
9+
Last Updated: 2026/01/16
10+
11+
## Summary
12+
13+
Postgres Enterprise Manager (PEM) versions 9.8 and earlier are affected by a security vulnerability with Cross-Site Scripting(XSS). If attackers execute arbitrary HTML/JavaScript in a user's browser via query result rendering, it runs in the browser.
14+
15+
16+
## Vulnerability details
17+
18+
CVE-ID: [CVE-2026-0949](https://nvd.nist.gov/vuln/detail/CVE-2026-0949)
19+
20+
CVSS Base Score: 5.4
21+
22+
CVSS Temporal Score: Undefined
23+
24+
CVSS Environmental Score: Undefined
25+
26+
CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
27+
28+
## Affected products and versions
29+
30+
* Affected Product: Postgres Enterprise Manager (PEM)
31+
* Affected Versions: All versions prior to PEM 9.8.1.
32+
33+
## Remediation/fixes
34+
35+
Remediation is available in PEM 9.8.1.
36+
37+
## References
38+
39+
* [https://www.first.org/cvss/calculator/3.1](https://www.first.org/cvss/calculator/3.1)
40+
* [CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')](https://cwe.mitre.org/data/definitions/79.html)
41+
42+
## Related information
43+
44+
* [EnterpriseDB](https://www.enterprisedb.com/)
45+
* [EDB Blogs link](https://enterprisedb.com/blog/)
46+
47+
## Acknowledgement
48+
Source: MITRE
49+
50+
## Change history
51+
52+
16 Jan 2026: Original Copy Published
53+
54+
## Disclaimer
55+
56+
This document is provided on an "as is" basis and does not imply any kind of guarantee or warranty, including the warranties of merchantability or fitness for a particular use. Your use of the information on the document is at your own risk. EDB reserves the right to change or update this document at any time. Customers are therefore recommended to always view the latest version of this document.

advocacy_docs/security/advisories/index.mdx

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ iconName: Security
66
hideKBLink: true
77
hideToC: false
88
navigation:
9+
- cve20260949
910
- cve20252506
1011
- cve202514038
1112
- cve20244545
@@ -25,10 +26,27 @@ navigation:
2526

2627

2728

29+
<h2>Released 2026</h2>
2830

31+
<table class="table-bordered">
32+
<tr><td>
33+
<details><summary><h3 style="display:inline"> CVE-2026-0949 </h3>
34+
<span>
35+
&nbsp;&nbsp;<a href="cve20260949">Read Advisory</a>
36+
&nbsp;&nbsp;Published: </span><span>2026/01/16</span><br/>
37+
<h4>PEM 9.8 Cross-site scripting </h4>
38+
<h5>All versions of PEM prior to 9.8.1</h5>
39+
</summary>
40+
<hr/>
41+
<em>Summary:</em>&nbsp;
42+
Postgres Enterprise Manager (PEM) versions 9.8 and earlier are affected by a security vulnerability with Cross-Site Scripting(XSS). If attackers execute arbitrary HTML/JavaScript in a user's browser via query result rendering, it runs in the browser.
43+
<br/>
44+
<a href="cve20260949">Read More...</a>
45+
</details></td></tr>
46+
47+
</table>
2948

3049

31-
3250
<h2>Released 2025</h2>
3351

3452
<table class="table-bordered">

advocacy_docs/security/index.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,22 @@ This policy outlines how EnterpriseDB handles disclosures related to suspected v
3232
<table class="table-bordered">
3333

3434

35+
<tr><td>
36+
<details><summary><h3 style="display:inline"> CVE-2026-0949 </h3>
37+
<span>
38+
&nbsp;&nbsp;<a href="advisories/cve20260949">Read Advisory</a>
39+
&nbsp;&nbsp;Published: </span><span>2026/01/16</span><br/>
40+
<h4>PEM 9.8 Cross-site scripting </h4>
41+
<h5>All versions of PEM prior to 9.8.1</h5>
42+
</summary>
43+
<hr/>
44+
<em>Summary:</em>&nbsp;
45+
Postgres Enterprise Manager (PEM) versions 9.8 and earlier are affected by a security vulnerability with Cross-Site Scripting(XSS). If attackers execute arbitrary HTML/JavaScript in a user's browser via query result rendering, it runs in the browser.
46+
<br/>
47+
<a href="advisories/cve20260949">Read More...</a>
48+
</details></td></tr>
49+
50+
3551
<tr><td>
3652
<details><summary><h3 style="display:inline">CVE-2025-2506 </h3>
3753
<span>

0 commit comments

Comments
 (0)