René's URL Explorer Experiment


Title: signature: fix out-of-bounds read when parsing timezone offset by pks-t · Pull Request #4883 · libgit2/libgit2 · GitHub

Open Graph Title: signature: fix out-of-bounds read when parsing timezone offset by pks-t · Pull Request #4883 · libgit2/libgit2

X Title: signature: fix out-of-bounds read when parsing timezone offset by pks-t · Pull Request #4883 · libgit2/libgit2

Description: When parsing a signature's timezone offset, we first check whether there is a timezone at all by verifying that there are still bytes left to read following the time itself. The check thus looks like time_end + 1 < buffer_end, which is actually correct in this case. After setting the timezone's start pointer to that location, we compute the remaining bytes by using the formula buffer_end - tz_start + 1, re-using the previous time_end + 1. But this is in fact missing the braces around (tz_start + 1), thus leading to an overestimation of the remaining bytes by a length of two. In case of a non-NUL terminated buffer, this will result in an overflow. The function git_signature__parse is only used in two locations. First is git_signature_from_buffer, which only accepts a string without a length. The string thus necessarily has to be NUL terminated and cannot trigger the issue. The other function is git_commit__parse_raw, which can in fact trigger the error as it may receive non-NUL terminated commit data. But as objects read from the ODB are always NUL-terminated by us as a cautionary measure, it cannot trigger the issue either. In other words, this error does not have any impact on security.

Open Graph Description: When parsing a signature's timezone offset, we first check whether there is a timezone at all by verifying that there are still bytes left to read following the time itself. The check thus look...

X Description: When parsing a signature&#39;s timezone offset, we first check whether there is a timezone at all by verifying that there are still bytes left to read following the time itself. The check thus ...

Opengraph URL: https://github.com/libgit2/libgit2/pull/4883

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:5cabf907-fdd7-7c08-425a-bc6300b3b894
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDB9C:35F5B8:59F8060:78254AE:6A5DDE4A
html-safe-noncea1a2148f6067be5f26b2eb85ece8e11f143f08d15056848224a2e54cd062d30f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQjlDOjM1RjVCODo1OUY4MDYwOjc4MjU0QUU6NkE1RERFNEEiLCJ2aXNpdG9yX2lkIjoiNjE1NDU4NTYzMjE0NDAxMDk4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac8cdc14e26f65fb0c82aa5561dad0b7e42a35fc0d9ca0b450afe1b592170630b2
hovercard-subject-tagpull_request:229783794
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/libgit2/libgit2/pull/4883/files
twitter:imagehttps://avatars.githubusercontent.com/u/4056630?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/4056630?s=400&v=4
og:image:altWhen parsing a signature's timezone offset, we first check whether there is a timezone at all by verifying that there are still bytes left to read following the time itself. The check thus look...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/libgit2/libgit2 git https://github.com/libgit2/libgit2.git
octolytics-dimension-user_id394745
octolytics-dimension-user_loginlibgit2
octolytics-dimension-repository_id901662
octolytics-dimension-repository_nwolibgit2/libgit2
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id901662
octolytics-dimension-repository_network_root_nwolibgit2/libgit2
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/libgit2/libgit2/pull/4883/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Flibgit2%2Flibgit2%2Fpull%2F4883%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Flibgit2%2Flibgit2%2Fpull%2F4883%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=libgit2%2Flibgit2
Reloadhttps://github.com/libgit2/libgit2/pull/4883/files
Reloadhttps://github.com/libgit2/libgit2/pull/4883/files
Reloadhttps://github.com/libgit2/libgit2/pull/4883/files
Please reload this pagehttps://github.com/libgit2/libgit2/pull/4883/files
libgit2 https://github.com/libgit2
libgit2https://github.com/libgit2/libgit2
Notifications https://github.com/login?return_to=%2Flibgit2%2Flibgit2
Fork 2.6k https://github.com/login?return_to=%2Flibgit2%2Flibgit2
Star 10.5k https://github.com/login?return_to=%2Flibgit2%2Flibgit2
Code https://github.com/libgit2/libgit2
Issues 423 https://github.com/libgit2/libgit2/issues
Pull requests 108 https://github.com/libgit2/libgit2/pulls
Discussions https://github.com/libgit2/libgit2/discussions
Actions https://github.com/libgit2/libgit2/actions
Projects https://github.com/libgit2/libgit2/projects
Security and quality 9 https://github.com/libgit2/libgit2/security
Insights https://github.com/libgit2/libgit2/pulse
Code https://github.com/libgit2/libgit2
Issues https://github.com/libgit2/libgit2/issues
Pull requests https://github.com/libgit2/libgit2/pulls
Discussions https://github.com/libgit2/libgit2/discussions
Actions https://github.com/libgit2/libgit2/actions
Projects https://github.com/libgit2/libgit2/projects
Security and quality https://github.com/libgit2/libgit2/security
Insights https://github.com/libgit2/libgit2/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Flibgit2%2Flibgit2%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Flibgit2%2Flibgit2%2Fissues%2Fnew%2Fchoose
pks-thttps://github.com/pks-t
libgit2:masterhttps://github.com/libgit2/libgit2/tree/master
pks-t:pks/signature-tz-oobhttps://github.com/pks-t/libgit2/tree/pks/signature-tz-oob
Conversation 5 https://github.com/libgit2/libgit2/pull/4883
Commits 1 https://github.com/libgit2/libgit2/pull/4883/commits
Checks 0 https://github.com/libgit2/libgit2/pull/4883/checks
Files changed https://github.com/libgit2/libgit2/pull/4883/files
Please reload this pagehttps://github.com/libgit2/libgit2/pull/4883/files
signature: fix out-of-bounds read when parsing timezone offset https://github.com/libgit2/libgit2/pull/4883/files#top
Show all changes 1 commit https://github.com/libgit2/libgit2/pull/4883/files
52f859f signature: fix out-of-bounds read when parsing timezone offset pks-t Nov 9, 2018 https://github.com/libgit2/libgit2/pull/4883/commits/52f859fd534e3c16c2c03b9a2375f00a50f3996e
Clear filters https://github.com/libgit2/libgit2/pull/4883/files
Please reload this pagehttps://github.com/libgit2/libgit2/pull/4883/files
Please reload this pagehttps://github.com/libgit2/libgit2/pull/4883/files
signature.c https://github.com/libgit2/libgit2/pull/4883/files#diff-d9a29a6cb5a2b3248a937c77039790663436b22e2073f912afdfed3f8cf1131f
signature.c https://github.com/libgit2/libgit2/pull/4883/files#diff-12bf29546c84a0b7fb3c80e1592f9300e6f6bab2f98b132214f5f04ebec0de62
src/signature.chttps://github.com/libgit2/libgit2/pull/4883/files#diff-d9a29a6cb5a2b3248a937c77039790663436b22e2073f912afdfed3f8cf1131f
View file https://github.com/pks-t/libgit2/blob/52f859fd534e3c16c2c03b9a2375f00a50f3996e/src/signature.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/libgit2/libgit2/pull/4883/{{ revealButtonHref }}
https://github.com/libgit2/libgit2/pull/4883/files#diff-d9a29a6cb5a2b3248a937c77039790663436b22e2073f912afdfed3f8cf1131f
https://github.com/libgit2/libgit2/pull/4883/files#diff-d9a29a6cb5a2b3248a937c77039790663436b22e2073f912afdfed3f8cf1131f
tests/commit/signature.chttps://github.com/libgit2/libgit2/pull/4883/files#diff-12bf29546c84a0b7fb3c80e1592f9300e6f6bab2f98b132214f5f04ebec0de62
View file https://github.com/pks-t/libgit2/blob/52f859fd534e3c16c2c03b9a2375f00a50f3996e/tests/commit/signature.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/libgit2/libgit2/pull/4883/{{ revealButtonHref }}
https://github.com/libgit2/libgit2/pull/4883/files#diff-12bf29546c84a0b7fb3c80e1592f9300e6f6bab2f98b132214f5f04ebec0de62
https://github.com/libgit2/libgit2/pull/4883/files#diff-12bf29546c84a0b7fb3c80e1592f9300e6f6bab2f98b132214f5f04ebec0de62
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.