OPENSUSE-SU-2026:21558-1
Vulnerability from csaf_opensuse - Published: 2026-08-10 13:10 - Updated: 2026-09-16 21:46Summary
Security update for gitoxide
Severity
Important
Notes
Title of the patch: Security update for gitoxide
Description of the patch: This update for gitoxide fixes the following issues:
Changes in gitoxide:
- Update to 0.56.0:
* Fixes CVE-2026-40034 (boo#1266434): the CommandForbiddenInModules
trust check could be bypassed in gix_submodule::File::update(),
which allowed arbitrary command execution from a crafted
.gitmodules file
* Fixes a submodule name validation bypass that allowed traversal
out of .git/modules and disclosure of credentials
* Fixes symlinked .gitmodules files being followed and parsed from
outside the repository
* Fixes several denial-of-service vectors in gix-pack: unchecked
indexing panics and uncapped allocations from crafted pack data
* Fixes HTTP credentials being leaked to the redirected host by the
curl transport backend
* Add the gix config show, gix config list, gix config fmt,
gix free remote refs, gix free trust, gix dirwalk and gix tix
subcommands
* Add a gix status --untracked flag and gix merge tree --message
for creating commits
* gix exclude query is now index-aware and no longer reports ignore
matches for tracked files, matching git check-ignore
* Preserve all configured remote URLs rather than only the last one
* Fix fetching and cloning with tag refspecs in shallow clones,
relative worktree linking files and loose ref path-prefix
collisions
* Update the crates to the Rust 2024 edition
- Refresh the vendored dependencies. Recording the state of the
remaining open CVE bugs against this version, none of which it is
affected by:
* CVE-2026-25541 (boo#1274525): the vendored bytes is now 1.12.1,
above the 1.11.1 fix
* CVE-2025-22620 (boo#1236139): gix-worktree-state is 0.33.0, far
above the 0.17.0 that fixed the world-writable checkout of
executable files
- update to 0.50.0:
see https://github.com/GitoxideLabs/gitoxide/compare/v0.42.0...v0.50.0
- update to 0.42.0:
* add first 'debug' version of gix diff file
* use revspecs for revision and path
* CVE-2025-31130: use collision-detecting SHA-1 hash boo#1240872
- Update to version 0.41.0:
* add gix blame -L start,end
* add gix env to print paths relevant to the Git installation.
* Document the remaining subcommands
* Add support for statistics and additional performance
information.
* add gix blame to the CLI. That way it's possible to see the
blame result of any file in the repository.
- Updates from version 0.40.0:
* add first 'debug' version of gix log. It's primarily meant to
better understand gix blame.
* add --tree-favor to gix merge tree|commit. With it one can
decide which side to favor in case of irreconcilable
tree-conflicts.
* CVE-2025-22620: gix-worktree-state specifies 0777 permissions
when checking out executable files (boo#1236139)
- Update to version 0.39.0:
New Features
* add gix merge commit --debug
* add gix merge commits
* add gix merge tree to merge trees similarly to git merge-tree.
- Update to version 0.38.0:
New Features
* support for listing worktrees with gix worktree list
* add first 'debug' version of gix diff tree.
* add new gix cat command.
* add gix merge-file with similar features as git merge-file
* gix merge-base for the CLI
Bug Fixes
* Adjust gix clean warning and help for worktree fix
* Clarify -r/--repositories and --skip-hidden-repositories
Other
* switch from time to jiff
* Unify style in config support info
Patchnames: openSUSE-Leap-16.0-packagehub-472
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
4 products, the same list as for
CVE-2024-32650
Threats
Impact
moderate
Affected products
Recommended
4 products, the same list as for
CVE-2024-32650
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
4 products, the same list as for
CVE-2024-32650
Threats
Impact
important
7.8 (High)
Affected products
Recommended
4 products, the same list as for
CVE-2024-32650
Threats
Impact
important
References
22 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for gitoxide",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for gitoxide fixes the following issues:\n\nChanges in gitoxide:\n\n- Update to 0.56.0:\n * Fixes CVE-2026-40034 (boo#1266434): the CommandForbiddenInModules\n trust check could be bypassed in gix_submodule::File::update(),\n which allowed arbitrary command execution from a crafted\n .gitmodules file\n * Fixes a submodule name validation bypass that allowed traversal\n out of .git/modules and disclosure of credentials\n * Fixes symlinked .gitmodules files being followed and parsed from\n outside the repository\n * Fixes several denial-of-service vectors in gix-pack: unchecked\n indexing panics and uncapped allocations from crafted pack data\n * Fixes HTTP credentials being leaked to the redirected host by the\n curl transport backend\n * Add the gix config show, gix config list, gix config fmt,\n gix free remote refs, gix free trust, gix dirwalk and gix tix\n subcommands\n * Add a gix status --untracked flag and gix merge tree --message\n for creating commits\n * gix exclude query is now index-aware and no longer reports ignore\n matches for tracked files, matching git check-ignore\n * Preserve all configured remote URLs rather than only the last one\n * Fix fetching and cloning with tag refspecs in shallow clones,\n relative worktree linking files and loose ref path-prefix\n collisions\n * Update the crates to the Rust 2024 edition\n- Refresh the vendored dependencies. Recording the state of the\n remaining open CVE bugs against this version, none of which it is\n affected by:\n * CVE-2026-25541 (boo#1274525): the vendored bytes is now 1.12.1,\n above the 1.11.1 fix\n * CVE-2025-22620 (boo#1236139): gix-worktree-state is 0.33.0, far\n above the 0.17.0 that fixed the world-writable checkout of\n executable files\n\n- update to 0.50.0:\n see https://github.com/GitoxideLabs/gitoxide/compare/v0.42.0...v0.50.0\n\n- update to 0.42.0:\n * add first \u0027debug\u0027 version of gix diff file\n * use revspecs for revision and path\n * CVE-2025-31130: use collision-detecting SHA-1 hash boo#1240872\n\n- Update to version 0.41.0:\n * add gix blame -L start,end\n * add gix env to print paths relevant to the Git installation.\n * Document the remaining subcommands\n * Add support for statistics and additional performance\n information.\n * add gix blame to the CLI. That way it\u0027s possible to see the\n blame result of any file in the repository.\n\n- Updates from version 0.40.0:\n * add first \u0027debug\u0027 version of gix log. It\u0027s primarily meant to\n better understand gix blame.\n * add --tree-favor to gix merge tree|commit. With it one can\n decide which side to favor in case of irreconcilable\n tree-conflicts.\n * CVE-2025-22620: gix-worktree-state specifies 0777 permissions\n when checking out executable files (boo#1236139)\n\n- Update to version 0.39.0:\n New Features\n * add gix merge commit --debug\n * add gix merge commits\n * add gix merge tree to merge trees similarly to git merge-tree.\n\n- Update to version 0.38.0:\n New Features\n * support for listing worktrees with gix worktree list\n * add first \u0027debug\u0027 version of gix diff tree.\n * add new gix cat command.\n * add gix merge-file with similar features as git merge-file\n * gix merge-base for the CLI\n Bug Fixes\n * Adjust gix clean warning and help for worktree fix\n * Clarify -r/--repositories and --skip-hidden-repositories\n Other\n * switch from time to jiff\n * Unify style in config support info\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-packagehub-472",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_21558-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1223249",
"url": "https://bugzilla.suse.com/1223249"
},
{
"category": "self",
"summary": "SUSE Bug 1236139",
"url": "https://bugzilla.suse.com/1236139"
},
{
"category": "self",
"summary": "SUSE Bug 1240872",
"url": "https://bugzilla.suse.com/1240872"
},
{
"category": "self",
"summary": "SUSE Bug 1266434",
"url": "https://bugzilla.suse.com/1266434"
},
{
"category": "self",
"summary": "SUSE Bug 1274525",
"url": "https://bugzilla.suse.com/1274525"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-32650 page",
"url": "https://www.suse.com/security/cve/CVE-2024-32650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22620 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22620/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-31130 page",
"url": "https://www.suse.com/security/cve/CVE-2025-31130/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25541 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25541/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-40034 page",
"url": "https://www.suse.com/security/cve/CVE-2026-40034/"
}
],
"title": "Security update for gitoxide",
"tracking": {
"current_release_date": "2026-09-16T21:46:20Z",
"generator": {
"date": "2026-08-10T13:10:07Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:21558-1",
"initial_release_date": "2026-08-10T13:10:07Z",
"revision_history": [
{
"date": "2026-08-10T13:10:07Z",
"number": "1",
"summary": "Current version"
},
{
"date": "2026-09-16T20:44:59Z",
"number": "2",
"summary": "unknown changes"
},
{
"date": "2026-09-16T21:46:20Z",
"number": "3",
"summary": "unknown changes"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gitoxide-0.56.0-bp160.1.1.aarch64",
"product": {
"name": "gitoxide-0.56.0-bp160.1.1.aarch64",
"product_id": "gitoxide-0.56.0-bp160.1.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/suse/gitoxide@0.56.0-bp160.1.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gitoxide-0.56.0-bp160.1.1.ppc64le",
"product": {
"name": "gitoxide-0.56.0-bp160.1.1.ppc64le",
"product_id": "gitoxide-0.56.0-bp160.1.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/suse/gitoxide@0.56.0-bp160.1.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gitoxide-0.56.0-bp160.1.1.s390x",
"product": {
"name": "gitoxide-0.56.0-bp160.1.1.s390x",
"product_id": "gitoxide-0.56.0-bp160.1.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/suse/gitoxide@0.56.0-bp160.1.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gitoxide-0.56.0-bp160.1.1.x86_64",
"product": {
"name": "gitoxide-0.56.0-bp160.1.1.x86_64",
"product_id": "gitoxide-0.56.0-bp160.1.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/suse/gitoxide@0.56.0-bp160.1.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gitoxide-0.56.0-bp160.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.aarch64"
},
"product_reference": "gitoxide-0.56.0-bp160.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitoxide-0.56.0-bp160.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.ppc64le"
},
"product_reference": "gitoxide-0.56.0-bp160.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitoxide-0.56.0-bp160.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.s390x"
},
"product_reference": "gitoxide-0.56.0-bp160.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitoxide-0.56.0-bp160.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.x86_64"
},
"product_reference": "gitoxide-0.56.0-bp160.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-32650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-32650"
}
],
"notes": [
{
"category": "general",
"text": "Rustls is a modern TLS library written in Rust. `rustls::ConnectionCommon::complete_io` could fall into an infinite loop based on network input. When using a blocking rustls server, if a client send a `close_notify` message immediately after `client_hello`, the server\u0027s `complete_io` will get in an infinite loop. This vulnerability is fixed in 0.23.5, 0.22.4, and 0.21.11.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-32650",
"url": "https://www.suse.com/security/cve/CVE-2024-32650"
},
{
"category": "external",
"summary": "SUSE Bug 1223211 for CVE-2024-32650",
"url": "https://bugzilla.suse.com/1223211"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-10T13:10:07Z",
"details": "important"
}
],
"title": "CVE-2024-32650"
},
{
"cve": "CVE-2025-22620",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22620"
}
],
"notes": [
{
"category": "general",
"text": "gitoxide is an implementation of git written in Rust. Prior to 0.17.0, gix-worktree-state specifies 0777 permissions when checking out executable files, intending that the umask will restrict them appropriately. But one of the strategies it uses to set permissions is not subject to the umask. This causes files in a repository to be world-writable in some situations. This vulnerability is fixed in 0.17.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22620",
"url": "https://www.suse.com/security/cve/CVE-2025-22620"
},
{
"category": "external",
"summary": "SUSE Bug 1236139 for CVE-2025-22620",
"url": "https://bugzilla.suse.com/1236139"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-10T13:10:07Z",
"details": "moderate"
}
],
"title": "CVE-2025-22620"
},
{
"cve": "CVE-2025-31130",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-31130"
}
],
"notes": [
{
"category": "general",
"text": "gitoxide is an implementation of git written in Rust. Before 0.42.0, gitoxide uses SHA-1 hash implementations without any collision detection, leaving it vulnerable to hash collision attacks. gitoxide uses the sha1_smol or sha1 crate, both of which implement standard SHA-1 without any mitigations for collision attacks. This means that two distinct Git objects with colliding SHA-1 hashes would break the Git object model and integrity checks when used with gitoxide. This vulnerability is fixed in 0.42.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-31130",
"url": "https://www.suse.com/security/cve/CVE-2025-31130"
},
{
"category": "external",
"summary": "SUSE Bug 1240872 for CVE-2025-31130",
"url": "https://bugzilla.suse.com/1240872"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-10T13:10:07Z",
"details": "moderate"
}
],
"title": "CVE-2025-31130"
},
{
"cve": "CVE-2026-25541",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25541"
}
],
"notes": [
{
"category": "general",
"text": "Bytes is a utility library for working with bytes. From version 1.2.1 to before 1.11.1, Bytes is vulnerable to integer overflow in BytesMut::reserve. In the unique reclaim path of BytesMut::reserve, if the condition \"v_capacity \u003e= new_cap + offset\" uses an unchecked addition. When new_cap + offset overflows usize in release builds, this condition may incorrectly pass, causing self.cap to be set to a value that exceeds the actual allocated capacity. Subsequent APIs such as spare_capacity_mut() then trust this corrupted cap value and may create out-of-bounds slices, leading to UB. This behavior is observable in release builds (integer overflow wraps), whereas debug builds panic due to overflow checks. This issue has been patched in version 1.11.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25541",
"url": "https://www.suse.com/security/cve/CVE-2026-25541"
},
{
"category": "external",
"summary": "SUSE Bug 1271347 for CVE-2026-25541",
"url": "https://bugzilla.suse.com/1271347"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-10T13:10:07Z",
"details": "important"
}
],
"title": "CVE-2026-25541"
},
{
"cve": "CVE-2026-40034",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-40034"
}
],
"notes": [
{
"category": "general",
"text": "gix-submodule before 0.29.0 (gitoxide before 0.5.21, gix before 0.84.0) incorrectly validates the update field in .gitmodules, allowing attackers to bypass the CommandForbiddenInModulesConfiguration guard when a submodule has been initialized with only partial configuration in .git/config. An attacker can inject arbitrary shell commands via the update field in .gitmodules that will be executed when Submodule::update() is called on a previously-initialized submodule, enabling remote code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-40034",
"url": "https://www.suse.com/security/cve/CVE-2026-40034"
},
{
"category": "external",
"summary": "SUSE Bug 1266415 for CVE-2026-40034",
"url": "https://bugzilla.suse.com/1266415"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:gitoxide-0.56.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-10T13:10:07Z",
"details": "important"
}
],
"title": "CVE-2026-40034"
}
]
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Browse all ATT&CK techniques and the vulnerabilities related to each.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Browse all ATT&CK techniques and the vulnerabilities related to each.
Loading…
Related by attack behaviour
Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.
Loading…