As modern software applications increase, the challenge of addressing security vulnerabilities [1] will increase. Generating fixes for these vulnerabilities rely on manual intervention—a process that can be both timeconsuming and difficult to scale. In this paper, we propose an automated approach to CVE fix generation, leveraging data from the National Vulnerability Database (NVD) [2], a local vector database for efficient storage, and Generative AI to produce relevant fixes based on vulnerability descriptions. Our approach involves first loading all publicly available CVE data into a vector database, indexed by CVE ID and metadata for efficient retrieval. When a query for a CVE fix is made, then using Generative AI using custom prompts to provide fixes based on the vulnerability descriptions stored in the database. The generated solutions are stored back in the database for future use, or for review. In the methodology section, we demonstrate how this system can automate the generation of effective CVE fixes in a matter of seconds, streamlining a traditionally manual and time-consuming process. With the findings suggest that the proposed system can reduce the manual/time consuming effort on the teams while enhancing the speed and accuracy of vulnerability remediation