AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2020-28482

MEDIUM · CVSS 5.9 EPSS 0.98% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2021-01-19 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2020-28482
Severity
MEDIUM
CVSS
5.9
EPSS
0.98%

Original NVD Description

This affects the package fastify-csrf before 3.0.0. 1. The generated cookie used insecure defaults, and did not have the httpOnly flag on: cookieOpts: { path: '/', sameSite: true } 2. The CSRF token was available in the GET query parameter