Lucene search

K
ibmIBM24543B6EEFB534A3F73A07DA27ADA341778790355A5AF53FF1CC1B701ECAF112
HistorySep 25, 2022 - 11:13 p.m.

Security Bulletin: Buffer Overflow Vulnerability in IBM DB2 SQL/PSM Stored Procedure Infrastructure (CVE-2012-4826).

2022-09-2523:13:40
www.ibm.com
3

8.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

SINGLE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:M/Au:S/C:C/I:C/A:C

0.121 Low

EPSS

Percentile

95.4%

Abstract

Vulnerability in IBM DB2 could allow an authenticated user to cause a stack-based buffer overflow and possibly attain remote code execution.

Content

VULNERABILITY DETAILS

_CVE ID: CVE-2012-4826 _

DESCRIPTION:

The IBM DB2 products listed below contain a security vulnerability that could
allow an authenticated user to exploit a vulnerability in DB2’s SQL/Persistent Stored Module (PSM) Stored Procedure (SP) infrastructure to cause a stack-based buffer overflow and possibly attain remote code execution.

To exploit the vulnerability the malicious user would need:
1. A valid credential to connect to database
2. CONNECT privilege on database
3. Privileges to debug an SQL/PSM.

The vulnerability is in the DB2’s SQL/PSM debugging infrastructure and as such requires that the attacker have the privilege to debug a debuggable SQL/PSM stored procedure.

By default, a general user has all the privileges required to create and deploy a debuggable SQL/PSM SP. Revoking EXECUTE privilege on SYSPROC.PSMD_SET_COMPILEMODE from PUBLIC will prevent a general user from deploying a debuggable SQL/PSM SP. If there already exists debuggable SQL/PSM Stored Procedures then the only prevention is to drop and recreate them without debug mode enabled.

CVSS:
CVSS Base Score: 8.5
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/78817 for the current score
CVSS Environmental Score*: Undefined
CVSS String: (AV:N/AC:M/Au:S/C:C/I:C/A:C)

AFFECTED PLATFORMS:

The following IBM DB2 V9.1, V9.5, V9.7 and V10.1 editions running on AIX, Linux, HP, Solaris and Windows:

IBM® DB2® 10.1 Express Edition
IBM® DB2® 10.1 Workgroup Server Edition
IBM® DB2® 10.1 Enterprise Server Edition
IBM® DB2® 10.1 Advanced Enterprise Server Edition
IBM® DB2® Connect™ 10.1 Application Server Edition
IBM® DB2® Connect™ 10.1 Enterprise Edition
IBM® DB2® Connect™ 10.1 Unlimited Edition for System i®
IBM® DB2® Connect™ 10.1 Unlimited Edition for System z®

IBM® DB2® 9.7 Express Edition
IBM® DB2® 9.7 Workgroup Server Edition
IBM® DB2® 9.7 Enterprise Server Edition
IBM® DB2® 9.7 Advanced Enterprise Server Edition
IBM® DB2® Connect™ 9.7 Application Server Edition
IBM® DB2® Connect™ 9.7 Enterprise Edition
IBM® DB2® Connect™ 9.7 Unlimited Edition for System i®
IBM® DB2® Connect™ 9.7 Unlimited Edition for System z®

IBM® DB2® 9.5 Express Edition
IBM® DB2® 9.5 Workgroup Server Edition
IBM® DB2® 9.5 Enterprise Server Edition
IBM® DB2® 9.5 Advanced Enterprise Server Edition
IBM® DB2® Connect™ 9.5 Application Server Edition
IBM® DB2® Connect™ 9.5 Enterprise Edition
IBM® DB2® Connect™ 9.5 Unlimited Edition for System i®
IBM® DB2® Connect™ 9.5 Unlimited Edition for System z®

IBM® DB2® 9.1 Express Edition
IBM® DB2® 9.1 Workgroup Server Edition
IBM® DB2® 9.1 Enterprise Server Edition
IBM® DB2® 9.1 Advanced Enterprise Server Edition
IBM® DB2® Connect™ 9.1 Application Server Edition
IBM® DB2® Connect™ 9.1 Enterprise Edition
IBM® DB2® Connect™ 9.1 Unlimited Edition for System i®
IBM® DB2® Connect™ 9.1 Unlimited Edition for System z®

NOTE: The DB2 Connect products mentioned are affected only if a local database has been created.
NOTE: DB2 V9.1 has reached End-of-Service.

The following IBM V9.8 editions running on AIX and Linux:

IBM® DB2® pureScale™ Feature for Enterprise Server Edition

REMEDIATION:
The recommended solution is to apply the appropriate fix for this vulnerability. Mitigation is also available.

Fix:
The fix for this vulnerability for DB2 V9.7 is in Fix Pack 7 and is available for download. For DB2 V9.5, V9.8 and V10.1, the fix is planned to be made available in future fix packs.

In general, DB2 fix packs can be downloaded from the following site: http://www.ibm.com/support/docview.wss?uid=swg27007053. You may download the specific fix pack you need from the following:

Release APAR Download URL
V9.1 FP12 IC87192 Contact technical support.
V9.5 IC86765 Not available. Contact technical support.
V9.7 FP7 IC86781 <http://www.ibm.com/support/docview.wss?uid=swg24033685&gt;
V9.8 IC86782 Not available. Contact technical support.
V10.1 IC86783 <http://www.ibm.com/support/docview.wss?uid=swg24033997&gt;.

A special build with the interim fix will be made available for DB2 V9.5 FP10, V9.8 FP5 and V10.1 FP1. Please contact your service representative to obtain the special build and reference the APAR number for the release you want.

A special build with the fix will be made available in DB2 V9.1 FP12 for customers with a valid extended support contract. Contact your service representative to obtain the special build and reference APAR IC87192.

Contact Technical Support:

In the United States and Canada dial 1-800-IBM-SERV
View the support contacts for other countries outside of the United States.
Electronically open a Service Request with DB2 Technical Support.

Workaround

None known.

Mitigation:
To prevent existing debuggable SQL/PSM stored procedures from being exploited, you need to search for debuggable SQL/PSM SP, then drop and recreate them without debug mode enabled. You can search for debuggable SQL/PSM SP with the following SELECT statement:

SELECT ROUTINESCHEMA, ROUTINENAME FROM SYSCAT.ROUTINES WHERE DEBUG_MODE=‘ALLOW’

To prevent the general user from creating their own debuggable SQL/PSM SP, you need to execute the following statement to prevent SQL/PSM SP from being deployed in debug mode:

REVOKE EXECUTE ON PROCEDURE SYSPROC.PSMD_SET_COMPILEMODE FROM PUBLIC RESTRICT

Grant EXECUTE privilege on SYSPROC.PSMD_SET_COMPILEMODE to only those uses that you trust.

REFERENCES:

ACKNOWLEDGEMENT:
This vulnerability was reported to IBM by Martin Rakhmanov of Application Security Inc.

CHANGE HISTORY:
October 17, 2012: Document created.
December 7, 2012: V10.1 FP2 has shipped. Updated download URL for V10.1 FP2.

_*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Flash. _

_Note: _According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an “industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response.” IBM PROVIDES THE CVSS SCORES “AS IS” WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS

Note:_ IBM’s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM’s sole discretion. Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing decision. The information mentioned regarding potential future products is not a commitment, promise, or legal obligation to deliver any material, code or functionality. Information about potential future products may not be incorporated into any contract. The development, release, and timing of any future features or functionality described for our products remains at our sole discretion._

[{“Product”:{“code”:“SSEPGG”,“label”:“Db2 for Linux, UNIX and Windows”},“Business Unit”:{“code”:“BU058”,“label”:“IBM Infrastructure w/TPS”},“Component”:“Routines (SP \u0026 UDF) - SQL”,“Platform”:[{“code”:“PF002”,“label”:“AIX”},{“code”:“PF010”,“label”:“HP-UX”},{“code”:“PF016”,“label”:“Linux”},{“code”:“PF027”,“label”:“Solaris”},{“code”:“PF033”,“label”:“Windows”}],“Version”:“9.8;9.7;9.5;9.1;10.1”,“Edition”:“Advanced Enterprise Server;Enterprise Server;Express;Express-C;Personal;Workgroup Server”,“Line of Business”:{“code”:“LOB10”,“label”:“Data and AI”}},{“Product”:{“code”:“SS62YD”,“label”:“IBM Data Studio”},“Business Unit”:{“code”:“BU059”,“label”:“IBM Software w/o TPS”},“Component”:“Stored Procedure and UDF Development”,“Platform”:[{“code”:“”,“label”:“”}],“Version”:“”,“Edition”:“”,“Line of Business”:{“code”:“LOB10”,“label”:“Data and AI”}},{“Product”:{“code”:“SSEPDU”,“label”:“Db2 Connect”},“Business Unit”:{“code”:“BU053”,“label”:“Cloud \u0026 Data Platform”},“Component”:" “,“Platform”:[{“code”:”“,“label”:”“}],“Version”:”“,“Edition”:”",“Line of Business”:{“code”:“LOB10”,“label”:“Data and AI”}}]

Affected configurations

Vulners
Node
ibmdb2Match9.8unix
OR
ibmdb2Match9.7unix
OR
ibmdb2Match9.5unix
OR
ibmdb2Match9.1unix
OR
ibmdb2Match10.1unix
OR
ibmdata_studioMatchany
OR
ibmdb2_connectMatchany

8.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

SINGLE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:M/Au:S/C:C/I:C/A:C

0.121 Low

EPSS

Percentile

95.4%

Related for 24543B6EEFB534A3F73A07DA27ADA341778790355A5AF53FF1CC1B701ECAF112