Lo Último en Tecnología

GitHub disputes Wiz’s claim that Copilot Autofix wrote a Snowflake flaw

Fuente: ExploxTV

📌 Puntos Clave de la Noticia

  • Wiz Research reportó un fallo crítico en Snowflake: identificado por un tool llamado Red Agent.
  • Confusión sobre el papel de AI: un commit listó 'Copilot Autofix powered by AI' como co-autor.
  • Revisión interna de GitHub: concluyó que un humano escribió las contribuciones, con Copilot Autofix no revisando o contribuyendo a ellas.
  • Actualización de Wiz Research: clarificó que Copilot Autofix fue un co-autor que revisó el pull request sin notar el fallo.
  • Importancia de la transparencia: el incidente destaca la necesidad de comunicación clara y atribución precisa en el informe de seguridad.

Technical Details and Analysis

Red Agent's Exploitation

Red Agent, Wiz Research's autonomous tool, flagged a workflow file that ran whenever an issue was opened. The workflow dropped the issue title directly into a shell script, making it accessible to any internet user. The escaping in the shell command was incorrectly ordered, allowing a single quote in the title to break out of the shell string. A guard condition that was supposed to prevent unauthorized access always returned true, allowing every user to bypass it. The agent then used a payload to rewrite the command, successfully exploiting the vulnerability.

GitHub's Response and Internal Review

GitHub conducted an internal review and concluded that a human wrote the contributions leading to the vulnerability, with Copilot Autofix not reviewing or contributing to them. Wiz Research updated its post to clarify that Copilot Autofix was a co-author that checked the merged pull request without noticing the vulnerability. The company stated, "The disclosure was received on June 23, 2026, and it was immediately investigated and remediated, and our investigation found no evidence of unauthorized access."

The incident highlights the importance of clear communication and accurate attribution in cybersecurity reporting. The involvement of AI in software development and security is a growing concern, and this incident serves as a reminder of the need for transparency and rigorous verification processes.

Specs and Timeline

EventDateDescription
Flaw DiscoveredJune 23, 2026Wiz Research flagged the vulnerability in Snowflake's GitHub organization.
Red Agent ExploitationJune 23, 2026Red Agent exploited the vulnerability, allowing unauthorized access.
Flaw PatchedJune 24, 2026Snowflake patched the flaw and restored the safe pattern.
Co-author Line ClarificationJune 23, 2026Wiz Research updated its post to clarify the role of Copilot Autofix.

💡 La Opinion de ExploxTV

El incidente de Snowflake plantea preguntas importantes sobre el papel de la IA en el desarrollo de software y la seguridad. Aunque las herramientas de IA como Copilot Autofix pueden mejorar significativamente la productividad y la calidad del código, no son infalibles. La confusión sobre la línea de co-autor resalta la necesidad de comunicación clara y procesos de verificación rigurosos. A medida que la IA juega un papel más grande en el desarrollo de software, la transparencia y la responsabilidad serán cruciales.

❓ Preguntas Frecuentes

¿Did Copilot Autofix write the flaw?

No, the internal review by GitHub concluded that a human wrote the contributions leading to the vulnerability, with Copilot Autofix not reviewing or contributing to them.

¿How did Wiz Research initially report the flaw?

Wiz Research initially reported the flaw as being written by Copilot Autofix, but later clarified that Copilot Autofix was a co-author that checked the merged pull request without noticing the vulnerability.

¿What steps did Snowflake take to address the issue?

Snowflake patched the flaw and restored the safe pattern on June 24, 2026, and rotated the Jira token to mitigate potential risks.