Bug 2238614 (CVE-2023-4759) - CVE-2023-4759 jgit: arbitrary file overwrite
Summary: CVE-2023-4759 jgit: arbitrary file overwrite
Keywords:
Status: NEW
Alias: CVE-2023-4759
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2239404
Blocks: 2238613
TreeView+ depends on / blocked
 
Reported: 2023-09-12 19:41 UTC by Marco Benatto
Modified: 2024-03-06 15:38 UTC (History)
23 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2024:0710 0 None None None 2024-02-06 19:53:02 UTC
Red Hat Product Errata RHSA-2024:0711 0 None None None 2024-02-06 19:54:54 UTC
Red Hat Product Errata RHSA-2024:0712 0 None None None 2024-02-06 19:51:58 UTC
Red Hat Product Errata RHSA-2024:0714 0 None None None 2024-02-06 19:55:42 UTC
Red Hat Product Errata RHSA-2024:1192 0 None None None 2024-03-06 15:30:16 UTC
Red Hat Product Errata RHSA-2024:1193 0 None None None 2024-03-06 15:29:43 UTC
Red Hat Product Errata RHSA-2024:1194 0 None None None 2024-03-06 15:38:18 UTC

Description Marco Benatto 2023-09-12 19:41:47 UTC
Arbitrary File Overwrite in Eclipse JGit <= 6.6.0

In Eclipse JGit, all versions <= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a checkout from a clone of such a repository is performed on a case-insensitive filesystem.

This can happen on checkout (DirCacheCheckout), merge (ResolveMerger via its WorkingTreeUpdater), pull (PullCommand using merge), and when applying a patch (PatchApplier). This can be exploited for remote code execution (RCE), for instance if the file written outside the working tree is a git filter that gets executed on a subsequent git command.

The issue occurs only on case-insensitive filesystems, like the default filesystems on Windows and macOS. The user performing the clone or checkout must have the rights to create symbolic links for the problem to occur, and symbolic links must be enabled in the git configuration.

Setting git configuration option core.symlinks = false before checking out avoids the problem.

The issue was fixed in Eclipse JGit version 6.6.1.202309021850-r and 6.7.0.202309050840-r, available via  Maven Central https://repo1.maven.org/maven2/org/eclipse/jgit/  and  repo.eclipse.org https://repo.eclipse.org/content/repositories/jgit-releases/ .


The JGit maintainers would like to thank RyotaK for finding and reporting this issue.





https://projects.eclipse.org/projects/technology.jgit/releases/6.6.1
https://git.eclipse.org/c/jgit/jgit.git/commit/?id=9072103f3b3cf64dd12ad2949836ab98f62dabf1
https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/11

Comment 2 Sandipan Roy 2023-09-18 07:45:31 UTC
Created jgit tracking bugs for this issue:

Affects: fedora-all [bug 2239404]

Comment 3 errata-xmlrpc 2024-02-06 19:51:56 UTC
This issue has been addressed in the following products:

  Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9

Via RHSA-2024:0712 https://access.redhat.com/errata/RHSA-2024:0712

Comment 4 errata-xmlrpc 2024-02-06 19:53:00 UTC
This issue has been addressed in the following products:

  Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7

Via RHSA-2024:0710 https://access.redhat.com/errata/RHSA-2024:0710

Comment 5 errata-xmlrpc 2024-02-06 19:54:53 UTC
This issue has been addressed in the following products:

  Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8

Via RHSA-2024:0711 https://access.redhat.com/errata/RHSA-2024:0711

Comment 6 errata-xmlrpc 2024-02-06 19:55:40 UTC
This issue has been addressed in the following products:

  EAP 7.4.15

Via RHSA-2024:0714 https://access.redhat.com/errata/RHSA-2024:0714

Comment 7 errata-xmlrpc 2024-03-06 15:29:41 UTC
This issue has been addressed in the following products:

  Red Hat JBoss Enterprise Application Platform 8.0 for RHEL 9

Via RHSA-2024:1193 https://access.redhat.com/errata/RHSA-2024:1193

Comment 8 errata-xmlrpc 2024-03-06 15:30:13 UTC
This issue has been addressed in the following products:

  Red Hat JBoss Enterprise Application Platform 8.0 for RHEL 8

Via RHSA-2024:1192 https://access.redhat.com/errata/RHSA-2024:1192

Comment 9 errata-xmlrpc 2024-03-06 15:38:16 UTC
This issue has been addressed in the following products:

  EAP 8.0.1

Via RHSA-2024:1194 https://access.redhat.com/errata/RHSA-2024:1194


Note You need to log in before you can comment on or make changes to this bug.