Werk 16234 was adapted. The following is the new Werk, a diff is shown at the end of the
message.
Title: Hide credentials in ps output for mk_oracle
Class: security
Compatible: compat
Component: checks
Date: 1708454375
Edition: cre
Level: 1
Version: 2.1.0p41
In the mk_oracle plugin <tt>sqlplus</tt> used to be called with the connection
string as an argument.
This connection string could contain credentials necessary to authenticate against the
database.
These arguments could be extracted by other users (e.g. with use of
<tt>ps</tt>).
This vulnerability was reported to us, we are not aware of any exploitations.
<b>Affected Versions:</b>
2.3.0 (beta)
2.2.0
2.1.0
2.0.0 (probably older versions as well)
<b>Vulnerability Management:</b>
We have rated the issue with a CVSS Score of 3.8 (Low) with the following CVSS vector:
<tt>CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N</tt>.
We assigned CVE-2024-1742 to this vulnerability.
<b>Changes:</b>
With this Werk the connection string is now piped via stdin to
<tt>sqlplus</tt>.
------------------------------------<diff>-------------------------------------------
Title: Hide credentials in ps output for mk_oracle
Class: security
Compatible: compat
Component: checks
Date: 1708454375
Edition: cre
Level: 1
- Version: 2.2.0p24
? ^ -
+ Version: 2.1.0p41
? ^ +
In the mk_oracle plugin <tt>sqlplus</tt> used to be called with the
connection string as an argument.
This connection string could contain credentials necessary to authenticate against the
database.
These arguments could be extracted by other users (e.g. with use of
<tt>ps</tt>).
This vulnerability was reported to us, we are not aware of any exploitations.
<b>Affected Versions:</b>
+ 2.3.0 (beta)
2.2.0
2.1.0
2.0.0 (probably older versions as well)
<b>Vulnerability Management:</b>
We have rated the issue with a CVSS Score of 3.8 (Low) with the following CVSS vector:
<tt>CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N</tt>.
We assigned CVE-2024-1742 to this vulnerability.
<b>Changes:</b>
With this Werk the connection string is now piped via stdin to
<tt>sqlplus</tt>.
Show replies by date