
Application Security Engineer
Search for a command to run...

Application Security Engineer
No comments yet. Be the first to comment.
A collection of community-contributed notes from local cybersecurity meetups. Anyone can share their notes, helping us all learn and grow together.
HackTheBox Mumbai - May Meetup
AngularJS sandbox escape
![[EXPERT] Reflected XSS with AngularJS sandbox escape without strings](/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F66f6453769132feb8ba076b0%2F111ea636-bcfe-491b-b495-b6549d0ebcfe.png&w=3840&q=75)
BreachForce June 2026 Meetup Highlights

HackTheBox Mumbai - May Meetup

BreachForce Meetup May - Security Automation and Malware Research

Disclaimer ⚠️ Where the Scheduler whispers, processes tremble — for it decides who runs… and who fades into starvation. The following content ventures into the ticking heart of the OS — where time slices are bargained, queues grow restless, and sched...
![Lecture 4 - Rediscovering Process Scheduling [Part - 1]](/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1765604682888%2F80e6cf20-aded-4aac-8c75-affdd35615b2.jpeg&w=3840&q=75)
BreachForce’s June edition bought 2 talks.
NaughtyMag: Making Macbook Blink Its Data Away
by Adhokshaj Mishra
Securing the Mind of Machines : GenAI Security & Trust Frameworks
by Harsh Tandel
A side-channel attack that turns Apple’s MagSafe LED indicator into a data exfiltration device..
What are Side Channel Attacks? Software can control LED status using SMC to indicate color change if battery over 80%
The LED, usually meant to indicate charging status (amber/green), can be modulated to transmit data covertly
🔌 MagSafe Connection Points:
Uses its own protocol
Pinout:
Ground
Power
Adapter Sense
1-wire protocol: computer ↔ cable ↔ charger (powerbrick)
All communicate with each other to negotiate power
Also lets them control which connectors are manufacture supported
Integrated Circuit DS24123: Can take command over 1-wire from Macbook and change LED status
⚠Note: The IC involved is not widely documented
Charger Startup:
Charger provides very low current initially
Why negotiation works first - then fails
Initial creators - which created the ability to change MagSafe charger color.
Control of the MagSafe LED is software-driven, but routed through
The SMC (System Management Controller).
Can be manipulated using the SMC API, which documents key
values for LED control.
Attackers can:
Use software tools or custom scripts (several emerged from
GitHub issues).
Leverage I/O Kit on macOS to interface with the hardware.
LED controls can be toggled with precision:
Requires:
Precise control of on/off timing
Understanding of data encoding methods
Encoding Challenges:
Simple binary (e.g., 0000 or 1111) can lead to ambiguity in timing- based detection.
Manchester Encoding may be needed to avoid repetition ambiguity
Morse code is a viable fallback for slower but clearer data transmission.
Don't need rising/falling edge
only need steady state
New encoding to not be dependent on time
Color masking is not feasible (LED has limited colors).
Can be detected via High-Security Monitoring (HSM).
Could be made stealthier by tuning antenna properties of the wire (convert power cable into low-range antenna).
Channels require software side component
Monitor end user devices
Be aware of such potential attacks
Read Morris Mano - Digital Electronics
Why Manchester encoding can't work for discrete waves. Digital Electronics & Computer Architecture (background needed)
macOS IOKit, SMC APIs
Talk covered the evolving threat landscape around Generative AI.
The expanding attack surface of GenAI systems and MCP servers
The MITRE ATLAS threat framework for AI
OWASP Top 10 for LLMs
Key Points Discussed:
Prompt Injection
Data Poisoning & Model Leakage
Jailbreaking via DAN-style prompts
RAG (Retrieval-Augmented Generation) manipulation
Defense Techniques:
Responsible AI and Secure AI frameworks (Google SAIF, NIST RMF)
Guardrails, Meta Prompts, DSPM
ISO standards for AI management (42001, 27563)
How red teamers can practice attacks against GenAI systems and what compliance & trust mechanisms are beginning to emerge in the field
This blog discusses the topics covered during the session.