SUSE update for xmlgraphics-batik



Published: 2024-03-07
Risk High
Patch available YES
Number of vulnerabilities 4
CVE-ID CVE-2022-41704
CVE-2022-42890
CVE-2022-44729
CVE-2022-44730
CWE-ID CWE-94
CWE-918
Exploitation vector Network
Public exploit N/A
Vulnerable software
Subscribe
Development Tools Module
Operating systems & Components / Operating system

SUSE Linux Enterprise Server for SAP Applications 15
Operating systems & Components / Operating system

SUSE Linux Enterprise Server 15
Operating systems & Components / Operating system

SUSE Linux Enterprise Real Time 15
Operating systems & Components / Operating system

SUSE Linux Enterprise High Performance Computing 15
Operating systems & Components / Operating system

SUSE Linux Enterprise Desktop 15
Operating systems & Components / Operating system

openSUSE Leap
Operating systems & Components / Operating system

xmlgraphics-batik-demo
Operating systems & Components / Operating system package or component

xmlgraphics-batik-css
Operating systems & Components / Operating system package or component

xmlgraphics-batik-rasterizer
Operating systems & Components / Operating system package or component

xmlgraphics-batik-slideshow
Operating systems & Components / Operating system package or component

xmlgraphics-batik-javadoc
Operating systems & Components / Operating system package or component

xmlgraphics-batik-squiggle
Operating systems & Components / Operating system package or component

xmlgraphics-batik-ttf2svg
Operating systems & Components / Operating system package or component

xmlgraphics-batik-svgpp
Operating systems & Components / Operating system package or component

xmlgraphics-batik
Operating systems & Components / Operating system package or component

Vendor SUSE

Security Bulletin

This security bulletin contains information about 4 vulnerabilities.

1) Code Injection

EUVDB-ID: #VU68826

Risk: High

CVSSv3.1: 8.5 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C]

CVE-ID: CVE-2022-41704

CWE-ID: CWE-94 - Improper Control of Generation of Code ('Code Injection')

Exploit availability: No

Description

The vulnerability allows a remote attacker to execute arbitrary code on the target system.

The vulnerability exists due to insecure processing links to .jar files inside .svg images. A remote attacker can upload a malicious .svg image that contains links to .jar files and execute arbitrary Java code on the system.

Successful exploitation of this vulnerability may result in complete compromise of vulnerable system.

Code injection example:

<script type="application/java-archive" xlink:href="file.jar"/>

Mitigation

Update the affected package xmlgraphics-batik to the latest version.

Vulnerable software versions

Development Tools Module: 15-SP5

SUSE Linux Enterprise Server for SAP Applications 15: SP5

SUSE Linux Enterprise Server 15: SP5

SUSE Linux Enterprise Real Time 15: SP5

SUSE Linux Enterprise High Performance Computing 15: SP5

SUSE Linux Enterprise Desktop 15: SP5

openSUSE Leap: 15.5

xmlgraphics-batik-demo: before 1.17-150200.4.7.1

xmlgraphics-batik-css: before 1.17-150200.4.7.1

xmlgraphics-batik-rasterizer: before 1.17-150200.4.7.1

xmlgraphics-batik-slideshow: before 1.17-150200.4.7.1

xmlgraphics-batik-javadoc: before 1.17-150200.4.7.1

xmlgraphics-batik-squiggle: before 1.17-150200.4.7.1

xmlgraphics-batik-ttf2svg: before 1.17-150200.4.7.1

xmlgraphics-batik-svgpp: before 1.17-150200.4.7.1

xmlgraphics-batik: before 1.17-150200.4.7.1

External links

http://www.suse.com/support/update/announcement/2024/suse-su-20240808-1/


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

2) Code Injection

EUVDB-ID: #VU68827

Risk: Low

CVSSv3.1: 3.8 [CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N/E:U/RL:O/RC:C]

CVE-ID: CVE-2022-42890

CWE-ID: CWE-94 - Improper Control of Generation of Code ('Code Injection')

Exploit availability: No

Description

The vulnerability allows a remote user to gain access to sensitive information.

The vulnerability exists due to the application allows running Java classes via JavaScript. A remote user can use JavaScript to execute a Java class on the system and obtain its execution results.

Example:

Runtime.getRuntime().exec("xxx");

Mitigation

Update the affected package xmlgraphics-batik to the latest version.

Vulnerable software versions

Development Tools Module: 15-SP5

SUSE Linux Enterprise Server for SAP Applications 15: SP5

SUSE Linux Enterprise Server 15: SP5

SUSE Linux Enterprise Real Time 15: SP5

SUSE Linux Enterprise High Performance Computing 15: SP5

SUSE Linux Enterprise Desktop 15: SP5

openSUSE Leap: 15.5

xmlgraphics-batik-demo: before 1.17-150200.4.7.1

xmlgraphics-batik-css: before 1.17-150200.4.7.1

xmlgraphics-batik-rasterizer: before 1.17-150200.4.7.1

xmlgraphics-batik-slideshow: before 1.17-150200.4.7.1

xmlgraphics-batik-javadoc: before 1.17-150200.4.7.1

xmlgraphics-batik-squiggle: before 1.17-150200.4.7.1

xmlgraphics-batik-ttf2svg: before 1.17-150200.4.7.1

xmlgraphics-batik-svgpp: before 1.17-150200.4.7.1

xmlgraphics-batik: before 1.17-150200.4.7.1

External links

http://www.suse.com/support/update/announcement/2024/suse-su-20240808-1/


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote authenticated user via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

3) Server-Side Request Forgery (SSRF)

EUVDB-ID: #VU80018

Risk: Medium

CVSSv3.1: 5.1 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N/E:U/RL:O/RC:C]

CVE-ID: CVE-2022-44729

CWE-ID: CWE-918 - Server-Side Request Forgery (SSRF)

Exploit availability: No

Description

The disclosed vulnerability allows a remote attacker to perform SSRF attacks.

The vulnerability exists due to insufficient validation of user-supplied input. A remote attacker can send a specially crafted HTTP request and trick the application to initiate requests to arbitrary systems.

Successful exploitation of this vulnerability may allow a remote attacker gain access to sensitive data, located in the local network or send malicious requests to other servers from the vulnerable system.

Mitigation

Update the affected package xmlgraphics-batik to the latest version.

Vulnerable software versions

Development Tools Module: 15-SP5

SUSE Linux Enterprise Server for SAP Applications 15: SP5

SUSE Linux Enterprise Server 15: SP5

SUSE Linux Enterprise Real Time 15: SP5

SUSE Linux Enterprise High Performance Computing 15: SP5

SUSE Linux Enterprise Desktop 15: SP5

openSUSE Leap: 15.5

xmlgraphics-batik-demo: before 1.17-150200.4.7.1

xmlgraphics-batik-css: before 1.17-150200.4.7.1

xmlgraphics-batik-rasterizer: before 1.17-150200.4.7.1

xmlgraphics-batik-slideshow: before 1.17-150200.4.7.1

xmlgraphics-batik-javadoc: before 1.17-150200.4.7.1

xmlgraphics-batik-squiggle: before 1.17-150200.4.7.1

xmlgraphics-batik-ttf2svg: before 1.17-150200.4.7.1

xmlgraphics-batik-svgpp: before 1.17-150200.4.7.1

xmlgraphics-batik: before 1.17-150200.4.7.1

External links

http://www.suse.com/support/update/announcement/2024/suse-su-20240808-1/


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

4) Server-Side Request Forgery (SSRF)

EUVDB-ID: #VU80019

Risk: Medium

CVSSv3.1: 4.4 [CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N/E:U/RL:O/RC:C]

CVE-ID: CVE-2022-44730

CWE-ID: CWE-918 - Server-Side Request Forgery (SSRF)

Exploit availability: No

Description

The disclosed vulnerability allows a remote user to perform SSRF attacks.

The vulnerability exists due to insufficient validation of user-supplied input when parsing SVG images. A remote user can upload a malicious SVG image and trick the application to initiate requests to arbitrary systems.

Successful exploitation of this vulnerability may allow a remote attacker gain access to sensitive data, located in the local network or send malicious requests to other servers from the vulnerable system.

Mitigation

Update the affected package xmlgraphics-batik to the latest version.

Vulnerable software versions

Development Tools Module: 15-SP5

SUSE Linux Enterprise Server for SAP Applications 15: SP5

SUSE Linux Enterprise Server 15: SP5

SUSE Linux Enterprise Real Time 15: SP5

SUSE Linux Enterprise High Performance Computing 15: SP5

SUSE Linux Enterprise Desktop 15: SP5

openSUSE Leap: 15.5

xmlgraphics-batik-demo: before 1.17-150200.4.7.1

xmlgraphics-batik-css: before 1.17-150200.4.7.1

xmlgraphics-batik-rasterizer: before 1.17-150200.4.7.1

xmlgraphics-batik-slideshow: before 1.17-150200.4.7.1

xmlgraphics-batik-javadoc: before 1.17-150200.4.7.1

xmlgraphics-batik-squiggle: before 1.17-150200.4.7.1

xmlgraphics-batik-ttf2svg: before 1.17-150200.4.7.1

xmlgraphics-batik-svgpp: before 1.17-150200.4.7.1

xmlgraphics-batik: before 1.17-150200.4.7.1

External links

http://www.suse.com/support/update/announcement/2024/suse-su-20240808-1/


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote authenticated user via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.



###SIDEBAR###