AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2017-1000401

LOW · CVSS 2.2 EPSS 0.39%

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

CyberRota Analysis

AI analysis pending.

CVE
CVE-2017-1000401
Severity
LOW
CVSS
2.2
EPSS
0.39%
Jenkins

Original NVD Description

The Jenkins 2.73.1 and earlier, 2.83 and earlier default form control for passwords and other secrets, <f:password/>, supports form validation (e.g. for API keys). The form validation AJAX requests were sent via GET, which could result in secrets being logged to a HTTP access log in non-default configurations of Jenkins, and made available to users with access to these log files. Form validation for <f:password/> is now always sent via POST, which is typically not logged.