<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>PoC-in-GitHub RSS</title>
    <link>https://poc-in-github.motikan2010.net/</link>
    <description>PoC auto collect from GitHub. Be careful Malware.</description>
    <lastBuildDate>Wed, 13 May 2026 08:05:32 +0900</lastBuildDate>

    <item>
        <title>DepthFirstDisclosures/Nginx-Rift</title>
        <link>https://github.com/DepthFirstDisclosures/Nginx-Rift</link>
        <description>[GitHub]exploit for CVE-2026-42945</description>
        <pubDate>Wed, 13 May 2026 08:05:32 +0900</pubDate>
        <category>CVE-2026-42945</category>
    </item>
    <item>
        <title>elvinsuleymanov/CVE-2026-45616</title>
        <link>https://github.com/elvinsuleymanov/CVE-2026-45616</link>
        <description>[GitHub]Stored XSS in Vvveb CMS</description>
        <pubDate>Wed, 13 May 2026 22:42:10 +0900</pubDate>
        <category>CVE-2026-45616</category>
    </item>
    <item>
        <title>0xBlackash/CVE-2026-44277</title>
        <link>https://github.com/0xBlackash/CVE-2026-44277</link>
        <description>[GitHub]CVE-2026-44277</description>
        <pubDate>Wed, 13 May 2026 23:15:37 +0900</pubDate>
        <category>CVE-2026-44277</category>
    </item>
    <item>
        <title>CVE-2026-0073 (2026-05-04) tc4dy/CVE-2026-0073-PoC-Exploit</title>
        <link>https://github.com/tc4dy/CVE-2026-0073-PoC-Exploit</link>
        <description>In adbd_tls_verify_cert of auth.cpp, there is a possible bypass of wireless ADB mutual authentication due to a logic error in the code. This could lead to remote (proximal/adjacent) code execution as the shell user with no additional execution privileges needed. User interaction is not needed for exploitation.<br/>[GitHub]🚀 CVE-2026-0073 - Android ADB Wireless Debugging Exploit (CVSS 8.8) 🔓 Zero-click authentication bypass via TLS type confusion. Gain interactive shell, execute commands, scan networks. Educational red-team tool. 🐚⚡</description>
        <pubDate>Wed, 13 May 2026 23:28:00 +0900</pubDate>
        <category>CVE-2026-0073</category>
    </item>
    <item>
        <title>CVE-2026-31431 (2026-04-22) SilverRuler/copy-fail-CVE-2026-31431</title>
        <link>https://github.com/SilverRuler/copy-fail-CVE-2026-31431</link>
        <description>In the Linux kernel, the following vulnerability has been resolved:

crypto: algif_aead - Revert to operating out-of-place

This mostly reverts commit 72548b093ee3 except for the copying of
the associated data.

There is no benefit in operating in-place in algif_aead since the
source and destination come from different mappings.  Get rid of
all the complexity added for in-place operation and just copy the
AD directly.<br/>[GitHub]copy-fail-CVE-2026-31431</description>
        <pubDate>Wed, 13 May 2026 23:43:00 +0900</pubDate>
        <category>CVE-2026-31431</category>
    </item>
    <item>
        <title>CVE-2025-67303 (2026-01-05) jcaz2378/ComfyUIrce</title>
        <link>https://github.com/jcaz2378/ComfyUIrce</link>
        <description>An issue in ComfyUI-Manager prior to version 3.38 allowed remote attackers to potentially manipulate its configuration and critical data. This was due to the application storing its files in an insufficiently protected location that was accessible via the web interface<br/>[GitHub]Git CVE-2025-67303 payload</description>
        <pubDate>Wed, 13 May 2026 23:46:40 +0900</pubDate>
        <category>CVE-2025-67303</category>
    </item>
    <item>
        <title>emresandikci/nextjs-cve-2026-23870-checker</title>
        <link>https://github.com/emresandikci/nextjs-cve-2026-23870-checker</link>
        <description>[GitHub]Checker and fixer for all 13 vulnerabilities in the Next.js May 2026 security release (CVE-2026-23870)</description>
        <pubDate>Wed, 13 May 2026 23:47:03 +0900</pubDate>
        <category>CVE-2026-23870</category>
    </item>
    <item>
        <title>var77/CVE-2026-2005</title>
        <link>https://github.com/var77/CVE-2026-2005</link>
        <description>[GitHub]PoC for CVE-2026-2005</description>
        <pubDate>Thu, 14 May 2026 00:29:43 +0900</pubDate>
        <category>CVE-2026-2005</category>
    </item>
    <item>
        <title>CVE-2026-43284 (2026-05-08) ChernStepanov/DirtyFrag-for-dummies</title>
        <link>https://github.com/ChernStepanov/DirtyFrag-for-dummies</link>
        <description>In the Linux kernel, the following vulnerability has been resolved:

xfrm: esp: avoid in-place decrypt on shared skb frags

MSG_SPLICE_PAGES can attach pages from a pipe directly to an skb. TCP
marks such skbs with SKBFL_SHARED_FRAG after skb_splice_from_iter(),
so later paths that may modify packet data can first make a private
copy. The IPv4/IPv6 datagram append paths did not set this flag when
splicing pages into UDP skbs.

That leaves an ESP-in-UDP packet made from shared pipe pages looking
like an ordinary uncloned nonlinear skb. ESP input then takes the no-COW
fast path for uncloned skbs without a frag_list and decrypts in place
over data that is not owned privately by the skb.

Mark IPv4/IPv6 datagram splice frags with SKBFL_SHARED_FRAG, matching
TCP. Also make ESP input fall back to skb_cow_data() when the flag is
present, so ESP does not decrypt externally backed frags in place.
Private nonlinear skb frags still use the existing fast path.

This intentionally does not change ESP output. In esp_output<br/>[GitHub]A tiny explanation + PoC for CVE-2026-43284</description>
        <pubDate>Thu, 14 May 2026 03:40:04 +0900</pubDate>
        <category>CVE-2026-43284</category>
    </item>
    <item>
        <title>CVE-2026-8196 (2026-05-09) HORKimhab/CVE-2026-8196</title>
        <link>https://github.com/HORKimhab/CVE-2026-8196</link>
        <description>A flaw has been found in JeecgBoot 3.9.1. The impacted element is an unknown function of the file jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/system/controller/LoginController.java of the component mLogin Endpoint. This manipulation causes authorization bypass. The attack is possible to be carried out remotely. The attack is considered to have high complexity. The exploitability is regarded as difficult. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.<br/>[GitHub]CVE-2026-8196</description>
        <pubDate>Wed, 13 May 2026 16:01:17 +0900</pubDate>
        <category>CVE-2026-8196</category>
    </item>
  </channel>
</rss>