CVE-2019-14840: High severity red hat decision manager vulnerability

Published Sep 3, 2019
·
Updated

A flaw was found in the RHDM, where sensitive HTML form fields like Password has auto-complete enabled which may lead to leak of credentials.

Other sources

autocomplete=off is not present in the password field or at the form level in the login page source code:

--------------- <form class="form-horizontal" role="form" action="jsecuritycheck?locale=enUS" method="POST"> <div class="form-group"> <label for="jusername" class="col-sm-2 col-md-2 control-label">Username</label> <div class="col-sm-10 col-md-10"> <input type="text" class="form-control" value="" name="jusername" id="jusername" placeholder="" tabindex="1" autofocus /> </div> </div> <div class="form-group"> <label for="jpassword" class="col-sm-2 col-md-2 control-label">Password</label> <div class="col-sm-10 col-md-10"> <input type="password" class="form-control" id="jpassword" name="jpassword" placeholder="" tabindex="2"> </div> </div> <div class="form-group"> <div class="col-xs-offset-8 col-xs-4 col-sm-offset-8 col-sm-4 col-md-offset-8 col-md-4 submit"> <button type="submit" class="btn btn-primary btn-lg" tabindex="3">Sign In</button> </div> </div> </form> --------------

Solution:

Disable autocomplete for all sensitive fields like:

<input type="password" autocomplete="off" name="pw">

If there are many fields, it may be faster to set the "autocomplete" attribute to "off" in the outer <form> tag. For example:

<form action="/login.jsp" autocomplete="off" name="pw"> <input type="password" name="pw"> </form>

Red Hat

Affected Software

1 affected component
redhat Decision Manager=7.0

Event History

Sep 3, 2019
Data Sourced
via Red Hat·06:21 AM
DescriptionSeverityAffected Software
Oct 17, 2022
CVE Published
via MITRE·12:00 AM
Data Sourced
via MITRE·12:00 AM
DescriptionWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is CVE-2019-14840?

CVE-2019-14840 is a vulnerability found in the RedHat Decision Manager (RHDM) software that enables auto-complete for sensitive HTML form fields.

2

What is the severity of CVE-2019-14840?

CVE-2019-14840 has a severity rating of 7.5 (high).

3

How does CVE-2019-14840 affect the RedHat Decision Manager (RHDM)?

CVE-2019-14840 affects RHDM 7.0, allowing auto-complete for sensitive form fields like Password, which may result in credential leakage.

4

Is there a fix for CVE-2019-14840?

Yes, the fix for CVE-2019-14840 is available from Red Hat. Please refer to the provided references for more information on how to apply the fix.

5

What is the Common Weakness Enumeration (CWE) ID for CVE-2019-14840?

The Common Weakness Enumeration (CWE) ID for CVE-2019-14840 is CWE-522.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203