UNDERCODE COMMUNITY
2.69K subscribers
1.23K photos
31 videos
2.65K files
80.5K links
๐Ÿฆ‘ Undercode Cyber World!
@UndercodeCommunity


1๏ธโƒฃ World first platform which Collect & Analyzes every New hacking method.
+ AI Pratice
@Undercode_Testing

2๏ธโƒฃ Cyber & Tech NEWS:
@Undercode_News

3๏ธโƒฃ CVE @Daily_CVE

โœจ Web & Services:
โ†’ Undercode.help
Download Telegram
Forwarded from UNDERCODE NEWS (Copyright & Fact Checker)
Forwarded from Exploiting Crew (Pr1vAt3)
๐Ÿฆ‘๐„๐ฅ๐ž๐ฏ๐š๐ญ๐ž ๐˜๐จ๐ฎ๐ซ ๐“๐ž๐œ๐ก ๐‰๐จ๐ฎ๐ซ๐ง๐ž๐ฒ: ๐„๐ฌ๐ฌ๐ž๐ง๐ญ๐ข๐š๐ฅ ๐‘๐ž๐ฌ๐จ๐ฎ๐ซ๐œ๐ž๐ฌ ๐Ÿ๐จ๐ซ ๐†๐ซ๐จ๐ฐ๐ญ๐ก ๐š๐ง๐ ๐‚๐ž๐ซ๐ญ๐ข๐Ÿ๐ข๐œ๐š๐ญ๐ข๐จ๐ง ๐’๐ฎ๐œ๐œ๐ž๐ฌ๐ฌ
Whether youโ€™re looking to break into tech, grow your expertise, or prepare for certifications, use these resources to help you level up:

๐ŸŽฏ Microsoft Learn: https://lnkd.in/ge973G3j
Explore interactive, self-paced modules on Azure, Microsoft 365, Power Platform, and more.

๐ŸŽฏ Microsoft Virtual Training Days: https://lnkd.in/g2B_2Yq3
Free, instructor-led events with opportunities to earn free certification exam vouchers!

๐ŸŽฏ GitHub Learning Lab: https://lab.github.com/
Dive into Git basics, open-source contributions, and DevOps workflows.

๐ŸŽฏ Microsoft Educator Center: https://lnkd.in/gFcX5xdm
Focused on education technology, this resource is excellent for educators learning Teams and Office 365 tools.

๐ŸŽฏ Azure DevOps Labs: https://lnkd.in/gi4uekjB
Get practical experience with CI/CD pipelines, infrastructure as code, and governanceโ€”all for free!

๐ŸŽฏ AI for Good & Responsible AI Training: https://lnkd.in/gtXfexiY
Learn about cutting-edge AI applications and ethical AI practices.

Ref: Mohamad Hamadi
@UndercodeCommunity
โ– โ–‚ โ–„ U๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–
Forwarded from Exploiting Crew (Pr1vAt3)
Forwarded from Exploiting Crew (Pr1vAt3)
๐Ÿฆ‘๐‡๐จ๐ฐ ๐€๐ญ๐ญ๐š๐œ๐ค๐ž๐ซ๐ฌ ๐‡๐š๐œ๐ค ๐‚๐ˆ/๐‚๐ƒ ๐๐ข๐ฉ๐ž๐ฅ๐ข๐ง๐ž๐ฌ ๐Ÿ‘‡

I recently watched one of DEFCON's talk of this year "Your CI CD Pipeline Is Vulnerable, But It's Not Your Fault" by Elad Pticha, Oreen Livni and was really impressed by the attack vector (link in comments)

๐‹๐ž๐ญ'๐ฌ ๐ฌ๐ž๐ž ๐ก๐จ๐ฐ ๐ข๐ญ ๐ฐ๐จ๐ซ๐ค๐ฌ

Github workflows are part of the CI/CD (Continous Integration/Continous Deployment) ecosystem that lets developers automate their workflow

For example: once a commit is made to the repo -> the code is scanned with a tool -> if the tests pass -> code is pushed to test/production

Now the interesting part is that (if the repo maintainer uses input that you control) inside the workflow, this can lead to command injection in the pipeline

๐–๐ก๐ข๐œ๐ก ๐ฆ๐ž๐š๐ง๐ฌ ๐ฒ๐จ๐ฎ ๐ฆ๐š๐ฒ ๐›๐ž ๐š๐›๐ฅ๐ž ๐ญ๐จ ๐ญ๐š๐ค๐ž ๐จ๐ฏ๐ž๐ซ ๐ญ๐ก๐ž ๐ซ๐ž๐ฉ๐จ

In the example bellow, the pipeline uses the title of an issue as part of a bash echo command

That means anyone can create a issue named $(๐ฐ๐ก๐จ๐š๐ฆ๐ข) and execute commands in the CI/CD

If you can do that -> you can abuse the command injection to steal the repo's Github token, read secrets or push malicious code

Ref: Andrei Agape
@UndercodeCommunity
โ– โ–‚ โ–„ U๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–
Forwarded from Exploiting Crew (Pr1vAt3)
1734579716223.pdf
491.1 KB