About:

Pete Freitag is the author of a blog covering topics such as ColdFusion, Java, web development, and other related subjects.

Website:

Specializations:

Incoming Links:

Subscribe to RSS:
The blog post discusses the security and permissions model of Claude Code, highlighting its four permission modes and how they can be configured. The author shares insights on managing permissions, including blocking read access t...
Pete Freitag shares his experiences from the Adobe ColdFusion Summit in Las Vegas, where he presented on ColdFusion security vulnerabilities, including AI-related issues like prompt injection. He highlights a humorous incident dur...
Pete Freitag discusses his presentation at the Adobe Developer Week online conference, focusing on security measures for ColdFusion applications. Key topics include various security vulnerabilities such as IDOR, SQL Injection, XSS...
Pete Freitag announces an online ColdFusion developer security training class scheduled for December 9-10, 2025. The class will cover AI security topics, including prompt injection and the OWASP LLM Top 10 list, alongside traditio...
The blog post provides a method for generating a secure six-digit code using Java's SecureRandom class and a similar function in CFML. It explains the importance of using a strong random number generator for security purposes and ...
Pete Freitag announces an online ColdFusion developer security training class scheduled for December 9-10, 2025. The course is designed for developers writing CFML code, regardless of their experience level. It covers various web ...
The recent ColdFusion security hotfix changed searchImplicitScopes defaults, causing developers to fix unscoped variables. The code example demonstrates how the behavior changes when searchImplicitScopes is true or false, potentia...
The author describes a bash script to test a client's rate limiting configuration by sending multiple requests to a URL within a short period of time using curl. The script takes command line arguments for the URL, number of reque...
Fixinator version 6.1.0 has been released with enhancements to CFML code security scanning, including the detection of undefined arguments in remote functions. The update also addresses compatibility issues with the latest ColdFus...
The author gave a talk at the Adobe ColdFusion Summit East conference about securing ColdFusion applications by analyzing the CWE Top 25 list. The list identifies the most dangerous software weaknesses and the presentation discuss...
The text explains the Tomcat vulnerability CVE-2025-24813, and the requirements for the vulnerability. It also provides information on the Tomcat Default Servlet, how to check if writes are enabled for the default servlet, and the...
The author encountered an error while trying to load a -javaagent on Java 21 / ColdFusion 2025 on Windows Server 2022. The error message indicated that it could not find the agent library instrument on the library path. After trou...
Fixinator version 6.0.0 has been released, marking the second release of 2025. It includes ColdFusion 2025 compatibility scanning, updated reporting, improved known JavaScript vulnerability reporting, enterprise version enhancemen...
Adobe released ColdFusion 2025, removing deprecated or unsupported features. Fixinator 6 has a ColdFusion 2025 code compatibility scanner. The post explains breaking changes, such as removal of parameterExists, htmlEditFormat, tag...
The text discusses the stress of upgrading to the latest version of ColdFusion and the nuances to consider, such as changes in date mask characters. It introduces Fixinator's new compatibility scanner, which can search for over 10...
The text is a summary of a presentation at the Adobe ColdFusion summit in Las Vegas on 20 ways to secure ColdFusion. It covers various topics related to security in ColdFusion, including SQL Injection, authentication, audit loggin...
The text provides information about the latest ColdFusion Security Updates and Hotfixes published by Adobe, including the release dates, vulnerabilities fixed, and links to resources. It also includes details about previous securi...
The left() and right() functions in CFML can accept negative values to remove the beginning or ending of a string. This feature was added to ColdFusion 2018 and works on Lucee going back as far as version 4.5. However, it could ca...
The text discusses the recent Adobe ColdFusion security update that disabled searchImplicitScopes by default, causing issues for developers with unscoped variables. The author introduces Fixinator version 4.1.0, which can find and...
Adobe has published a ColdFusion Security Hotfix APSB24-14 today which describes a critical vulnerability that could lead to arbitrary file system read. A major change was made to how ColdFusion handles unscoped variables. With se...
Last week security researchers from Project Discovery published details on three Lucee vulnerabilities: A Remote Code Execution (RCE) on isDefined, StructGet, Empty functions, a RCE on CF_CLIENT cookie values, and a RCE on REST CF...
The author discusses their experience with DNS over HTTPS, a new standard for accessing DNS records over an encrypted https connection. They explore the protocol and provide examples of querying DNS records using curl. The author ...
The text explains how to remove the server header in any IIS version, with a focus on IIS 10. It provides detailed instructions for removing the server header at the site level and server-wide level, as well as addressing the Micr...
The text discusses the process of creating and trusting a self-signed certificate in Edge on Windows Server 2022. It explains the limitations of using the IIS Server Certificates button and provides a workaround using PowerShell t...