René's URL Explorer Experiment


Title: Security: Command injection via shell=True in git command execution (CWE-78) · Issue #1918 · commitizen-tools/commitizen · GitHub

Open Graph Title: Security: Command injection via shell=True in git command execution (CWE-78) · Issue #1918 · commitizen-tools/commitizen

X Title: Security: Command injection via shell=True in git command execution (CWE-78) · Issue #1918 · commitizen-tools/commitizen

Description: Summary commitizen uses subprocess.Popen(cmd, shell=True) in commitizen/cmd.py to execute all git commands. Multiple functions in commitizen/git.py construct shell commands by interpolating values via f-strings without escaping. Affected...

Open Graph Description: Summary commitizen uses subprocess.Popen(cmd, shell=True) in commitizen/cmd.py to execute all git commands. Multiple functions in commitizen/git.py construct shell commands by interpolating values ...

X Description: Summary commitizen uses subprocess.Popen(cmd, shell=True) in commitizen/cmd.py to execute all git commands. Multiple functions in commitizen/git.py construct shell commands by interpolating values ...

Mail addresses
hypery11@gmail.com

Opengraph URL: https://github.com/commitizen-tools/commitizen/issues/1918

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Security: Command injection via shell=True in git command execution (CWE-78)","articleBody":"## Summary\n\ncommitizen uses `subprocess.Popen(cmd, shell=True)` in `commitizen/cmd.py` to execute all git commands. Multiple functions in `commitizen/git.py` construct shell commands by interpolating values via f-strings without escaping.\n\n## Affected Code\n\n`commitizen/cmd.py` lines 41-43:\n```python\nprocess = subprocess.Popen(cmd, shell=True, ...)\n```\n\n`commitizen/git.py` line 173:\n```python\nreturn cmd.run(f'git tag {option} {tag} -m \"{msg or tag}\"')\n```\n\n`commitizen/git.py` line 167:\n```python\nreturn cmd.run(f\"git tag {tag}\")\n```\n\n`commitizen/git.py` line 177:\n```python\nreturn cmd.run(f\"git add {' '.join(args)}\")\n```\n\n## Attack Vector\n\nAn attacker poisons `pyproject.toml` (e.g., via PR) with:\n```toml\n[tool.commitizen]\nannotated_tag = true\nannotated_tag_message = 'Release\" \u0026\u0026 malicious_command \u0026\u0026 echo \"'\n```\n\nWhen CI/CD runs `cz bump`, the shell interprets the injected command.\n\n## Impact\n\n- Arbitrary command execution in CI/CD pipelines\n- CVSS 3.1: 7.8 (High)\n- Similar to CVE-2026-33718 (OpenHands command injection via git operations)\n\n## Suggested Fix\n\nReplace `shell=True` with list-based subprocess, or use `shlex.quote()`:\n```python\nsubprocess.run([\"git\", \"tag\", option, tag, \"-m\", msg or tag])\n```\n\n---\nReported by: Tom Chen (hypery11@gmail.com)","author":{"url":"https://github.com/hypery11","@type":"Person","name":"hypery11"},"datePublished":"2026-03-31T11:32:40.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/1918/commitizen/issues/1918"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:24f3e971-7416-9fc2-e6af-25f00621f041
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC652:7DC64:555F2C:7C3C66:6A4E092F
html-safe-nonce89a6611750bbd275f0a217e2c975d4f2044884d2a638e8acda08ba24e0bf7d22
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNjUyOjdEQzY0OjU1NUYyQzo3QzNDNjY6NkE0RTA5MkYiLCJ2aXNpdG9yX2lkIjoiMTQ3ODAzNjI5Mjg4MDk1OTc5MSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac9bc213c4a4664a2f7db8cfad839e984a282bb0023cd727fc5579c118762e8c5c
hovercard-subject-tagissue:4178364727
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/commitizen-tools/commitizen/1918/issue_layout
twitter:imagehttps://opengraph.githubassets.com/f3a1adecb9a794374ea12e5891aa52014f5e1c4740172fae088931d84383e360/commitizen-tools/commitizen/issues/1918
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/f3a1adecb9a794374ea12e5891aa52014f5e1c4740172fae088931d84383e360/commitizen-tools/commitizen/issues/1918
og:image:altSummary commitizen uses subprocess.Popen(cmd, shell=True) in commitizen/cmd.py to execute all git commands. Multiple functions in commitizen/git.py construct shell commands by interpolating values ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamehypery11
hostnamegithub.com
expected-hostnamegithub.com
Nonedf0492960db29b4938cb72070351d6b1d0c6c0767b27ceb8394bbf4fcc0223c6
turbo-cache-controlno-preview
go-importgithub.com/commitizen-tools/commitizen git https://github.com/commitizen-tools/commitizen.git
octolytics-dimension-user_id62252524
octolytics-dimension-user_logincommitizen-tools
octolytics-dimension-repository_id106127589
octolytics-dimension-repository_nwocommitizen-tools/commitizen
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id106127589
octolytics-dimension-repository_network_root_nwocommitizen-tools/commitizen
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release51470c353b8a1f52a88d3e3cc2014b17ab8cc1ce
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/commitizen-tools/commitizen/issues/1918#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcommitizen-tools%2Fcommitizen%2Fissues%2F1918
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/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/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/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%2Fcommitizen-tools%2Fcommitizen%2Fissues%2F1918
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%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=commitizen-tools%2Fcommitizen
Reloadhttps://github.com/commitizen-tools/commitizen/issues/1918
Reloadhttps://github.com/commitizen-tools/commitizen/issues/1918
Reloadhttps://github.com/commitizen-tools/commitizen/issues/1918
Please reload this pagehttps://github.com/commitizen-tools/commitizen/issues/1918
commitizen-tools https://github.com/commitizen-tools
commitizenhttps://github.com/commitizen-tools/commitizen
Please reload this pagehttps://github.com/commitizen-tools/commitizen/issues/1918
Notifications https://github.com/login?return_to=%2Fcommitizen-tools%2Fcommitizen
Fork 343 https://github.com/login?return_to=%2Fcommitizen-tools%2Fcommitizen
Star 3.5k https://github.com/login?return_to=%2Fcommitizen-tools%2Fcommitizen
Code https://github.com/commitizen-tools/commitizen
Issues 116 https://github.com/commitizen-tools/commitizen/issues
Pull requests 45 https://github.com/commitizen-tools/commitizen/pulls
Discussions https://github.com/commitizen-tools/commitizen/discussions
Actions https://github.com/commitizen-tools/commitizen/actions
Projects https://github.com/commitizen-tools/commitizen/projects
Security and quality 0 https://github.com/commitizen-tools/commitizen/security
Insights https://github.com/commitizen-tools/commitizen/pulse
Code https://github.com/commitizen-tools/commitizen
Issues https://github.com/commitizen-tools/commitizen/issues
Pull requests https://github.com/commitizen-tools/commitizen/pulls
Discussions https://github.com/commitizen-tools/commitizen/discussions
Actions https://github.com/commitizen-tools/commitizen/actions
Projects https://github.com/commitizen-tools/commitizen/projects
Security and quality https://github.com/commitizen-tools/commitizen/security
Insights https://github.com/commitizen-tools/commitizen/pulse
#1941https://github.com/commitizen-tools/commitizen/pull/1941
Security: Command injection via shell=True in git command execution (CWE-78)https://github.com/commitizen-tools/commitizen/issues/1918#top
#1941https://github.com/commitizen-tools/commitizen/pull/1941
https://github.com/bearomorphism
issue-status: needs-triagehttps://github.com/commitizen-tools/commitizen/issues?q=state%3Aopen%20label%3A%22issue-status%3A%20needs-triage%22
https://github.com/hypery11
hypery11https://github.com/hypery11
on Mar 31, 2026https://github.com/commitizen-tools/commitizen/issues/1918#issue-4178364727
CVE-2026-33718https://github.com/advisories/GHSA-7h8w-hj9j-8rjw
bearomorphismhttps://github.com/bearomorphism
issue-status: needs-triagehttps://github.com/commitizen-tools/commitizen/issues?q=state%3Aopen%20label%3A%22issue-status%3A%20needs-triage%22
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.