{"id":89409,"date":"2025-07-08T10:02:11","date_gmt":"2025-07-08T17:02:11","guid":{"rendered":"https:\/\/github.blog\/?p=89409"},"modified":"2025-07-28T16:11:05","modified_gmt":"2025-07-28T23:11:05","slug":"git-security-vulnerabilities-announced-6","status":"publish","type":"post","link":"https:\/\/github.blog\/open-source\/git\/git-security-vulnerabilities-announced-6\/","title":{"rendered":"Git security vulnerabilities announced"},"content":{"rendered":"<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body><p>Today, the Git project <a href=\"https:\/\/lore.kernel.org\/git\/xmqq5xg2wrd1.fsf@gitster.g\/\">released new versions<\/a> to address seven security vulnerabilities that affect all prior versions of Git.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-vulnerabilities-in-git\">Vulnerabilities in Git<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-cve-2025-48384\">CVE-2025-48384<\/h3>\n\n\n\n<p>When reading a <a href=\"https:\/\/git-scm.com\/book\/en\/v2\/Customizing-Git-Git-Configuration\">configuration<\/a> value, Git will strip any trailing carriage return (CR) and line feed (LF) characters. When writing a configuration value, however, Git does not quote trailing CR characters, causing them to be lost when they are read later on. When initializing a <a href=\"https:\/\/git-scm.com\/docs\/gitsubmodules\">submodule<\/a> whose path contains a trailing CR character, the stripped path is used, causing the submodule to be checked out in the wrong place.<\/p>\n\n\n\n<p>If a <a href=\"https:\/\/en.wikipedia.org\/wiki\/Symbolic_link\">symlink<\/a> already exists between the stripped path and the submodule&rsquo;s <a href=\"https:\/\/git-scm.com\/docs\/githooks\">hooks<\/a> directory, an attacker can execute arbitrary code through the submodule&rsquo;s <code>post-checkout<\/code> hook.<\/p>\n\n\n\n<p>[<a href=\"https:\/\/github.com\/git\/git\/compare\/d2bc61fcabd6cfa582d286bed1ce20d5d7c58d52...05e9cd64ee23bbadcea6bcffd6660ed02b8eab89\">source<\/a>]<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-cve-2025-48385\">CVE-2025-48385<\/h3>\n\n\n\n<p>When cloning a repository, Git can optionally fetch a <a href=\"https:\/\/git-scm.com\/docs\/git-bundle\">bundle<\/a>, allowing the server to offload a portion of the clone to a <a href=\"https:\/\/en.wikipedia.org\/wiki\/Content_delivery_network\">CDN<\/a>. The Git client does not properly validate the advertised bundle(s), allowing the remote side to perform protocol injection. When a specially crafted bundle is advertised, the remote end can cause the client to write the bundle to an arbitrary location, which may lead to code execution similar to the previous CVE.<\/p>\n\n\n\n<p>[<a href=\"https:\/\/github.com\/git\/git\/compare\/d61cfed2c23705fbeb9c0d08f59e75ee08738950...35cb1bb0b92c132249d932c05bbd860d410e12d4\">source<\/a>]<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-cve-2025-48386-windows-only\">CVE-2025-48386 (Windows only)<\/h3>\n\n\n\n<p>When cloning from an authenticated remote, Git uses a <a href=\"https:\/\/git-scm.com\/docs\/gitcredentials\">credential helper<\/a> in order to authenticate the request. Git includes a handful of <a href=\"https:\/\/git-scm.com\/doc\/credential-helpers\">credential helpers<\/a>, including <a href=\"https:\/\/github.com\/git\/git\/tree\/v2.43.7\/contrib\/credential\/wincred\">Wincred<\/a>, which uses the <a href=\"https:\/\/support.microsoft.com\/en-us\/windows\/credential-manager-in-windows-1b5c916a-6a16-889f-8581-fc16e8165ac0\">Windows Credential Manager<\/a> to store its credentials.<\/p>\n\n\n\n<p>Wincred uses the contents of a static buffer as a unique key to store and retrieve credentials. However, it does not properly bounds check the remaining space in the buffer, leading to potential buffer overflows.<\/p>\n\n\n\n<p>[<a href=\"https:\/\/github.com\/git\/git\/compare\/2d22f0cd07c308d7ff25bbf4ec8f1bb53b4bcda7...9de345cb273cc7faaeda279c7e07149d8a15a319\">source<\/a>]<\/p>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"h-vulnerabilities-in-git-gui-and-gitk\">Vulnerabilities in Git GUI and Gitk<\/h1>\n\n\n\n<p>This release resolves four new CVEs related to <a href=\"https:\/\/git-scm.com\/docs\/gitk\">Gitk<\/a> and <a href=\"https:\/\/git-scm.com\/docs\/git-gui\">Git GUI<\/a>. Both tools are <a href=\"https:\/\/en.wikipedia.org\/wiki\/Tcl\">Tcl\/Tk<\/a>-based graphical interfaces used to interact with Git repositories. Gitk is focused on showing a repository&rsquo;s history, whereas Git GUI focuses on making changes to existing repositories.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-cve-2025-27613-gitk\">CVE-2025-27613 (Gitk)<\/h3>\n\n\n\n<p>When running Gitk in a specially crafted repository without additional command-line arguments, Gitk can write and truncate arbitrary writable files. The &ldquo;Support per-file encoding&rdquo; option must be enabled; however, the operation of &ldquo;Show origin of this line&rdquo; is affected regardless.<\/p>\n\n\n\n<p>[<a href=\"https:\/\/github.com\/git\/git\/compare\/4e7e3b792e6973e09de6ddc191b86bbc245c53dd...67a128b91e25978a15f9f7e194d81b441d603652\">source<\/a>]<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-cve-2025-27614-gitk\">CVE-2025-27614 (Gitk)<\/h3>\n\n\n\n<p>If a user is tricked into running <code>gitk filename<\/code> (where <code>filename<\/code> has a particular structure), they may run arbitrary scripts supplied by the attacker, leading to arbitrary code execution.<\/p>\n\n\n\n<p>[<a href=\"https:\/\/github.com\/git\/git\/compare\/664d4fa692cb8637a7c9297c94abf0de8593e585...8e3070aa5e331be45d4d03e3be41f84494fce129\">source<\/a>]<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-cve-2025-46334-git-gui-windows-only\">CVE-2025-46334 (Git GUI, Windows only)<\/h3>\n\n\n\n<p>If a malicious repository includes an executable <code>sh.exe<\/code>, or common <a href=\"https:\/\/git-scm.com\/docs\/gitattributes#_performing_text_diffs_of_binary_files\">textconv<\/a> programs (for e.g.,&nbsp; <code>astextplain<\/code>, <code>exif<\/code>, or <code>ps2ascii<\/code>), path lookup on Windows may locate these executables in the working tree. If a user running Git GUI in such a repository selects either the &ldquo;Git Bash&rdquo; or &ldquo;Browse Files&rdquo; from the menu, these programs may be invoked, leading to arbitrary code execution.<\/p>\n\n\n\n<p>[<a href=\"https:\/\/github.com\/git\/git\/compare\/27fbab4898620183e608865beffd960139c04d58...a1ccd2512072cf52835050f4c97a4fba9f0ec8f9\">source<\/a>]<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-cve-2025-46835-git-gui\">CVE-2025-46835 (Git GUI)<\/h3>\n\n\n\n<p>When a user is tricked into editing a file in a specially named directory in an untrusted repository, Git GUI can create and overwrite arbitrary writable files, similar to CVE-2025-27613.<\/p>\n\n\n\n<p>[<a href=\"https:\/\/github.com\/git\/git\/compare\/a7d1716fa648f6557ea9c91e0f04bae2e8738e6a...a437f5bc93330a70b42a230e52f3bd036ca1b1da\">source<\/a>]<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-upgrade-to-the-latest-git-version\">Upgrade to the latest Git version<\/h2>\n\n\n\n<p>The most effective way to protect against these vulnerabilities is to upgrade to Git 2.50.1, the newest release containing fixes for the aforementioned vulnerabilities. If you can&rsquo;t upgrade immediately, you can reduce your risk by doing the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Avoid running <code>git clone<\/code> with <code>--recurse-submodules<\/code> against untrusted repositories.<\/li>\n\n\n\n<li>Disable auto-fetching bundle URIs by setting the <code>transfer.bundleURI<\/code> configuration value to &ldquo;false.&rdquo;<\/li>\n\n\n\n<li>Avoid using the <code>wincred<\/code> credential helper on Windows.<\/li>\n\n\n\n<li>Avoid running Gitk and Git GUI in untrusted repositories.<\/li>\n<\/ul>\n\n\n\n<p>In order to protect users against attacks related to these vulnerabilities, GitHub has taken proactive steps. Specifically, we have scheduled releases of <a href=\"https:\/\/github.com\/apps\/desktop\">GitHub Desktop<\/a>. <a href=\"https:\/\/github.com\/features\/codespaces\">GitHub Codespaces<\/a> and <a href=\"https:\/\/github.com\/features\/actions\">GitHub Actions<\/a> will update their versions of Git shortly. GitHub itself, including <a href=\"https:\/\/github.com\/enterprise\">Enterprise Server<\/a>, is unaffected by these vulnerabilities.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\">\n\n\n\n<p>CVE-2025-48384, CVE-2025-48385, and CVE-2025-48386 were discovered by <a href=\"https:\/\/github.com\/dgl\">David Leadbeater<\/a>. <a href=\"https:\/\/github.com\/jltobler\">Justin Tobler<\/a> and <a href=\"https:\/\/github.com\/pks-t\">Patrick Steinhardt<\/a> provided fixes for CVEs 2025-48384 and 2025-48385 respectively. The fix for CVE-2025-48386 is joint work between <a href=\"https:\/\/github.com\/ttaylorr\">Taylor Blau<\/a> and <a href=\"https:\/\/github.com\/peff\">Jeff King<br><br><\/a>CVE-2025-46835 was found and fixed by <a href=\"https:\/\/github.com\/j6t\">Johannes Sixt<\/a>. <a href=\"https:\/\/github.com\/mark987\">Mark Levedahl<\/a> discovered and fixed CVE-2025-46334. <a href=\"https:\/\/github.com\/avih\">Avi Halachmi<\/a> discovered both CVE-2025-27613 and CVE-2025-27614, and fixed the latter. CVE-2025-27613 was fixed by Johannes Sixt.<\/p>\n<\/body><\/html>\n","protected":false},"excerpt":{"rendered":"<p>Today, the Git project released new versions to address seven security vulnerabilities that affect all prior versions of Git.<\/p>\n","protected":false},"author":1282,"featured_media":89410,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_gh_post_show_toc":"yes","_gh_post_is_no_robots":"","_gh_post_is_featured":"yes","_gh_post_is_excluded":"","_gh_post_is_unlisted":"","_gh_post_related_link_1":"","_gh_post_related_link_2":"","_gh_post_related_link_3":"","_gh_post_sq_img":"","_gh_post_sq_img_id":"","_gh_post_cta_title":"","_gh_post_cta_text":"","_gh_post_cta_link":"","_gh_post_cta_button":"","_gh_post_recirc_hide":"","_gh_post_recirc_col_1":"","_gh_post_recirc_col_2":"","_gh_post_recirc_col_3":"","_gh_post_recirc_col_4":"87587","_featured_video":"","_gh_post_additional_query_params":"","_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"enabled":false},"version":2},"_wpas_customize_per_network":false,"_links_to":"","_links_to_target":""},"categories":[3330,67],"tags":[3103],"coauthors":[2189],"class_list":["post-89409","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-git","category-open-source","tag-security-alert"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.7 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Git security vulnerabilities announced - The GitHub Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/github.blog\/open-source\/git\/git-security-vulnerabilities-announced-6\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Git security vulnerabilities announced\" \/>\n<meta property=\"og:description\" content=\"Today, the Git project released new versions to address seven security vulnerabilities that affect all prior versions of Git.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/github.blog\/open-source\/git\/git-security-vulnerabilities-announced-6\/\" \/>\n<meta property=\"og:site_name\" content=\"The GitHub Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-08T17:02:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-28T23:11:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/07\/wallpaper2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Taylor Blau\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Taylor Blau\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/github.blog\\\/open-source\\\/git\\\/git-security-vulnerabilities-announced-6\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/github.blog\\\/open-source\\\/git\\\/git-security-vulnerabilities-announced-6\\\/\"},\"author\":{\"name\":\"Taylor Blau\",\"@id\":\"https:\\\/\\\/github.blog\\\/#\\\/schema\\\/person\\\/f2a5dc09d09f41c8c731679cc07da524\"},\"headline\":\"Git security vulnerabilities announced\",\"datePublished\":\"2025-07-08T17:02:11+00:00\",\"dateModified\":\"2025-07-28T23:11:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/github.blog\\\/open-source\\\/git\\\/git-security-vulnerabilities-announced-6\\\/\"},\"wordCount\":701,\"image\":{\"@id\":\"https:\\\/\\\/github.blog\\\/open-source\\\/git\\\/git-security-vulnerabilities-announced-6\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/wallpaper2.png?fit=1920%2C1080\",\"keywords\":[\"security alert\"],\"articleSection\":[\"Git\",\"Open Source\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/github.blog\\\/open-source\\\/git\\\/git-security-vulnerabilities-announced-6\\\/\",\"url\":\"https:\\\/\\\/github.blog\\\/open-source\\\/git\\\/git-security-vulnerabilities-announced-6\\\/\",\"name\":\"Git security vulnerabilities announced - The GitHub Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/github.blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/github.blog\\\/open-source\\\/git\\\/git-security-vulnerabilities-announced-6\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/github.blog\\\/open-source\\\/git\\\/git-security-vulnerabilities-announced-6\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/wallpaper2.png?fit=1920%2C1080\",\"datePublished\":\"2025-07-08T17:02:11+00:00\",\"dateModified\":\"2025-07-28T23:11:05+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/github.blog\\\/#\\\/schema\\\/person\\\/f2a5dc09d09f41c8c731679cc07da524\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/github.blog\\\/open-source\\\/git\\\/git-security-vulnerabilities-announced-6\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/github.blog\\\/open-source\\\/git\\\/git-security-vulnerabilities-announced-6\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/github.blog\\\/open-source\\\/git\\\/git-security-vulnerabilities-announced-6\\\/#primaryimage\",\"url\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/wallpaper2.png?fit=1920%2C1080\",\"contentUrl\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/wallpaper2.png?fit=1920%2C1080\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/github.blog\\\/open-source\\\/git\\\/git-security-vulnerabilities-announced-6\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/github.blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Open Source\",\"item\":\"https:\\\/\\\/github.blog\\\/open-source\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Git\",\"item\":\"https:\\\/\\\/github.blog\\\/open-source\\\/git\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Git security vulnerabilities announced\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/github.blog\\\/#website\",\"url\":\"https:\\\/\\\/github.blog\\\/\",\"name\":\"The GitHub Blog\",\"description\":\"Updates, ideas, and inspiration from GitHub to help developers build and design software.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/github.blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/github.blog\\\/#\\\/schema\\\/person\\\/f2a5dc09d09f41c8c731679cc07da524\",\"name\":\"Taylor Blau\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d5f3476f26b6f99cbb6b467e7ed7482f5762c8157bc73f569196e428bdcbea25?s=96&d=mm&r=g2ce44289191883c54a58a554d8fc874a\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d5f3476f26b6f99cbb6b467e7ed7482f5762c8157bc73f569196e428bdcbea25?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d5f3476f26b6f99cbb6b467e7ed7482f5762c8157bc73f569196e428bdcbea25?s=96&d=mm&r=g\",\"caption\":\"Taylor Blau\"},\"description\":\"Taylor Blau is a Principal Software Engineer at GitHub where he works on Git.\",\"sameAs\":[\"https:\\\/\\\/ttaylorr.com\"],\"url\":\"https:\\\/\\\/github.blog\\\/author\\\/ttaylorr\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Git security vulnerabilities announced - The GitHub Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/github.blog\/open-source\/git\/git-security-vulnerabilities-announced-6\/","og_locale":"en_US","og_type":"article","og_title":"Git security vulnerabilities announced","og_description":"Today, the Git project released new versions to address seven security vulnerabilities that affect all prior versions of Git.","og_url":"https:\/\/github.blog\/open-source\/git\/git-security-vulnerabilities-announced-6\/","og_site_name":"The GitHub Blog","article_published_time":"2025-07-08T17:02:11+00:00","article_modified_time":"2025-07-28T23:11:05+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/github.blog\/wp-content\/uploads\/2025\/07\/wallpaper2.png","type":"image\/png"}],"author":"Taylor Blau","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Taylor Blau","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/github.blog\/open-source\/git\/git-security-vulnerabilities-announced-6\/#article","isPartOf":{"@id":"https:\/\/github.blog\/open-source\/git\/git-security-vulnerabilities-announced-6\/"},"author":{"name":"Taylor Blau","@id":"https:\/\/github.blog\/#\/schema\/person\/f2a5dc09d09f41c8c731679cc07da524"},"headline":"Git security vulnerabilities announced","datePublished":"2025-07-08T17:02:11+00:00","dateModified":"2025-07-28T23:11:05+00:00","mainEntityOfPage":{"@id":"https:\/\/github.blog\/open-source\/git\/git-security-vulnerabilities-announced-6\/"},"wordCount":701,"image":{"@id":"https:\/\/github.blog\/open-source\/git\/git-security-vulnerabilities-announced-6\/#primaryimage"},"thumbnailUrl":"https:\/\/github.blog\/wp-content\/uploads\/2025\/07\/wallpaper2.png?fit=1920%2C1080","keywords":["security alert"],"articleSection":["Git","Open Source"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/github.blog\/open-source\/git\/git-security-vulnerabilities-announced-6\/","url":"https:\/\/github.blog\/open-source\/git\/git-security-vulnerabilities-announced-6\/","name":"Git security vulnerabilities announced - The GitHub Blog","isPartOf":{"@id":"https:\/\/github.blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/github.blog\/open-source\/git\/git-security-vulnerabilities-announced-6\/#primaryimage"},"image":{"@id":"https:\/\/github.blog\/open-source\/git\/git-security-vulnerabilities-announced-6\/#primaryimage"},"thumbnailUrl":"https:\/\/github.blog\/wp-content\/uploads\/2025\/07\/wallpaper2.png?fit=1920%2C1080","datePublished":"2025-07-08T17:02:11+00:00","dateModified":"2025-07-28T23:11:05+00:00","author":{"@id":"https:\/\/github.blog\/#\/schema\/person\/f2a5dc09d09f41c8c731679cc07da524"},"breadcrumb":{"@id":"https:\/\/github.blog\/open-source\/git\/git-security-vulnerabilities-announced-6\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/github.blog\/open-source\/git\/git-security-vulnerabilities-announced-6\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/github.blog\/open-source\/git\/git-security-vulnerabilities-announced-6\/#primaryimage","url":"https:\/\/github.blog\/wp-content\/uploads\/2025\/07\/wallpaper2.png?fit=1920%2C1080","contentUrl":"https:\/\/github.blog\/wp-content\/uploads\/2025\/07\/wallpaper2.png?fit=1920%2C1080","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/github.blog\/open-source\/git\/git-security-vulnerabilities-announced-6\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/github.blog\/"},{"@type":"ListItem","position":2,"name":"Open Source","item":"https:\/\/github.blog\/open-source\/"},{"@type":"ListItem","position":3,"name":"Git","item":"https:\/\/github.blog\/open-source\/git\/"},{"@type":"ListItem","position":4,"name":"Git security vulnerabilities announced"}]},{"@type":"WebSite","@id":"https:\/\/github.blog\/#website","url":"https:\/\/github.blog\/","name":"The GitHub Blog","description":"Updates, ideas, and inspiration from GitHub to help developers build and design software.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/github.blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/github.blog\/#\/schema\/person\/f2a5dc09d09f41c8c731679cc07da524","name":"Taylor Blau","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d5f3476f26b6f99cbb6b467e7ed7482f5762c8157bc73f569196e428bdcbea25?s=96&d=mm&r=g2ce44289191883c54a58a554d8fc874a","url":"https:\/\/secure.gravatar.com\/avatar\/d5f3476f26b6f99cbb6b467e7ed7482f5762c8157bc73f569196e428bdcbea25?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d5f3476f26b6f99cbb6b467e7ed7482f5762c8157bc73f569196e428bdcbea25?s=96&d=mm&r=g","caption":"Taylor Blau"},"description":"Taylor Blau is a Principal Software Engineer at GitHub where he works on Git.","sameAs":["https:\/\/ttaylorr.com"],"url":"https:\/\/github.blog\/author\/ttaylorr\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/github.blog\/wp-content\/uploads\/2025\/07\/wallpaper2.png?fit=1920%2C1080","jetpack_shortlink":"https:\/\/wp.me\/pamS32-ng5","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts\/89409","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/users\/1282"}],"replies":[{"embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/comments?post=89409"}],"version-history":[{"count":5,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts\/89409\/revisions"}],"predecessor-version":[{"id":89798,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts\/89409\/revisions\/89798"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/media\/89410"}],"wp:attachment":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/media?parent=89409"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/categories?post=89409"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/tags?post=89409"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/coauthors?post=89409"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}