Comparison Overview
Lennar Central Valley

Lennar Central Valley
Central Valley, 93711, US
Last Update: 11/03/2026
One of the Nation’s leading homebuilders for first-time, move-up, and luxury buyers. At Lennar, we offer communities that also feature Lennar’s Next Gen® – The Home Within A Home® design for easy multigenerational living. Lennar Central Valley currently has 18 brand-ne...

Zillow
Seattle, US
Last Update: 18/09/2026
Having a place to call your own changes everything. It’s where life happens, where stability grows and possibility begins. At Zillow, we’re transforming real estate so more people can take their next step with confidence and ease. We bring clarity to the process and pr...
Compliance Ranges Comparison

Lennar Central Valley







Zillow






Benchmark & Cyber Underwriting Signals
Incidents vs Real Estate Industry Avg (This Year)
No incidents recorded for Lennar Central Valley in 2026.
Incidents vs Real Estate Industry Avg (This Year)
No incidents recorded for Zillow in 2026.
Incident History - Lennar Central Valley (X = Date, Y = Severity)
Lennar Central Valley cyber incidents detection timeline including parent company and subsidiaries.
Incident History - Zillow (X = Date, Y = Severity)
Zillow cyber incidents detection timeline including parent company and subsidiaries.
Notable Incidents

Lennar Central Valley

Zillow
FAQ
Latest Global CVEs
Horilla is an HR and CRM software. Prior to 2.0.0, HorillaListView.export_data in horilla_views/generic/cbv/views.py accepts an authenticated user's columns POST parameter, takes field_tuple[1], interpolates it into dynamic_fn_str as Python source, and passes the generated function definition to exec(). A crafted string that remains valid under ast.literal_eval can inject Python syntax into a default argument evaluated during function definition, allowing arbitrary operating-system commands to execute with the application process privileges, including root privileges in the shipped Docker image. This issue is fixed in version 2.0.0.
Horilla is an HR and CRM software. Prior to 2.0.0, approve_validate_attendance_request at /attendance/approve-validate-attendance-request/ changes attendance_validated, is_validate_request_approved, approved_by, and related pending-request state through an HTTP GET before calling attendance.save(), so Django does not require CSRF validation for the action. An unauthenticated attacker can cause a logged-in manager with attendance.change_attendance to make a top-level request that carries the manager's SameSite=Lax session cookie, silently approving attendance with the victim's privileges and attributing the approval to the victim in the audit trail. This issue is fixed in version 2.0.0.
Actual is a local-first personal finance tool. Prior to 26.7.0, Actual Sync Server's CORS proxy is intended to let authenticated users fetch resources only from repositories listed in the official plugin allowlist. When `ACTUAL_GITHUB_TOKEN` is configured, the proxy automatically attaches the server's GitHub token to GitHub requests. The GitHub API allowlist check uses a raw `startsWith()` prefix test for `/repos/{owner}/{repo}` without requiring a path boundary after the repository name. If an allowlisted public plugin repository is `https://github.com/acme/plugin`, the proxy also accepts GitHub API URLs. Those URLs are outside the allowlisted repository but still pass because their API path starts with `/repos/acme/plugin`. The proxy then forwards the request with the server's `ACTUAL_GITHUB_TOKEN`, allowing any authenticated Actual user to read private GitHub resources reachable by that token. Version 26.7.0 fixes the issue.
The convert.base64-encode, convert.quoted-printable-encode and convert.quoted-printable-decode stream filters accept a line-break-chars option whose length is tracked separately from the string itself. The filter constructors duplicate the value with pestrdup(), which stops at the first NUL byte, while keeping the original length. When the filter later emits a line break it copies the recorded length out of the truncated allocation, reading past its end and placing adjacent heap bytes into the filter output.
The IPv6 branch of the FastCGI client access check compares only the first 12 bytes of a 16-byte IPv6 address, so listen.allowed_clients matches on a /96 prefix instead of the exact address. An attacker who can source an address sharing the first 96 bits with an allowed one passes the check and reaches the FastCGI endpoint.