<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Vulnerability Analysis on BitInfiltrator</title>
    <link>https://bitinfiltrator.github.io/tags/vulnerability-analysis/</link>
    <description>Recent content in Vulnerability Analysis on BitInfiltrator</description>
    <image>
      <title>BitInfiltrator</title>
      <url>https://bitinfiltrator.github.io/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://bitinfiltrator.github.io/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.141.0</generator>
    <language>en</language>
    <lastBuildDate>Sun, 09 Mar 2025 13:11:18 +0000</lastBuildDate>
    <atom:link href="https://bitinfiltrator.github.io/tags/vulnerability-analysis/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A Detailed Overview of Stack Buffer Overflow and Its Exploitation</title>
      <link>https://bitinfiltrator.github.io/posts/overflowbuginc/</link>
      <pubDate>Sun, 09 Mar 2025 13:11:18 +0000</pubDate>
      <guid>https://bitinfiltrator.github.io/posts/overflowbuginc/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Buffer overflows are vulnerabilities that result in memory corruption and can be categorized by type, commonly referred to as &amp;ldquo;generation&amp;rdquo;. The two most relevant types today are stack buffer overflows and heap buffer overflows. A buffer overflow occurs when more data is copied into a buffer or array than it can hold.&lt;/p&gt;
&lt;p&gt;As the name indicates, stack buffer overflows take place in the stack area of a process&amp;rsquo;s memory. The stack is a designated memory region that stores both data and metadata associated with process calls. When more data is placed into a stack buffer than it can accommodate, it may overwrite adjacent stack memory. If a user can control the data and the amount being input, it becomes possible to manipulate the stack&amp;rsquo;s data or metadata, which can ultimately allow for control over the process&amp;rsquo;s execution flow.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
